Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBrahma committed Jan 7, 2024
1 parent faecc9c commit 3b87fef
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 @@ -67,7 +67,7 @@ npm install -D eslint-config-biome # or your preferred package manager ;)
```json
"scripts": {
"format:check": "biome check . && eslint .",
"format": "biome check --apply-unsafe . && eslint --fix",
"format": "biome check --apply-unsafe . && eslint --fix .",
}
```

Expand Down

0 comments on commit 3b87fef

Please sign in to comment.