Awesome Cursor Rules Collection
Filter by:
Showing 1273-1284 of 2626 matches
TypeScript
Tooling:
- use typescript
- use bun
- use bun test
Process:
- run tsc after each proposed change and make sure the types are correct
- run tests after each proposed change and make sure the tests pass
Style:
- prefer await to .then()
- prefer gpt-4o over gpt-4
bun
css
javascript
python
shell
typescript
First seen in:
Used in 1 repository
TypeScript
Notes:
- We use Solidity >0.8
- We use ethers v6.
- We use wagmi v2. (we will have to give you information on it)
- Ask for clarifications or extra documentation as needed.
- We prefer not creating new files unless really needed/useful.
- Our overall app is pureful a client-side app, with the only backend being the blockchain with smart contracts. We don't want server-side components or a server-side API.
- Be careful not to lose functionality or cause new problems.
- Feel free to ask for clarifying questionscss
dockerfile
javascript
less
shell
solidity
solidjs
typescript
First seen in:
Used in 1 repository
TypeScript
this is an axum web serverdockerfile
elixir
hcl
html
javascript
jupyter notebook
makefile
plpgsql
+5 more
First seen in:
16720
Used in 1 repository
C#
Use `var` instead of explicit type declarations when the type is clear from the context.
Good:
```
var name = "John";
```
Bad:
```
string name = "John";
```
Do not use underscores in front of private fields.
Good:
```
private readonly string name;
```
Bad:
```
private readonly string _name;
```asp.net
batchfile
bicep
c
c#
c++
css
dockerfile
+15 more
First seen in:
329292
Used in 1 repository
Python
HTML
You are developing a recipe management app for my Grandma. It is styled in a vintage way to imitate a website that my grandpa made for her. There are snapshots of the old website in the `save` directory. You should not edit these snapshots, but you can use them for inspiration on how to design the frontend.css
html
javascript
python
typescript
First seen in:
Used in 1 repository