Skip to content

Commit

Permalink
README: fix npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Apr 16, 2023
1 parent 2e660a9 commit 207afd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Add script your package.json like this
```json
{
"scripts": {
"lint:fix": "lint:fix": "eslint src --ext .ts,.tsx,.js,jsx --fix"
"lint:fix": "eslint . --ext .ts,.tsx,.js,jsx --fix
}
~
```
Expand Down

0 comments on commit 207afd4

Please sign in to comment.