Skip to content

Commit

Permalink
Update run scripts 'lint:biome'
Browse files Browse the repository at this point in the history
  • Loading branch information
porink0424 committed Apr 19, 2024
1 parent d79c20a commit 00856c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"fmt": "biome check . --apply",
"lint": "npm run lint:eslint && npm run lint:biome",
"lint:eslint": "eslint . --ext .ts,.tsx --max-warnings 0",
"lint:biome": "biome format . && biome ci ."
"lint:biome": "biome ci ."
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
Expand Down

0 comments on commit 00856c7

Please sign in to comment.