Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Aug 3, 2024
1 parent 047b7a5 commit 2bce890
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,13 @@ You can add two scripts to your package.json to lint and/or fix your code:
}
```

````json
```json
{
"scripts": {
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"lint:fix": "npm run lint -- --fix"
}
}
// yarn lint --fix
```

## If you use Next.js
Expand All @@ -141,7 +140,7 @@ export default defineConfig([
},
},
]);
````
```

## If you use React.js

Expand Down

0 comments on commit 2bce890

Please sign in to comment.