Skip to content

Commit 7d0e17d

Browse files
committed
chore: Add --error-on-warnings flag
1 parent a685083 commit 7d0e17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "module",
2222
"scripts": {
2323
"prepare": "husky",
24-
"lint": "biome check .",
24+
"lint": "biome check --error-on-warnings .",
2525
"fmt": "biome check --write --unsafe .",
2626
"gha:install": "ghats install",
2727
"gha:build": "ghats build",

0 commit comments

Comments
 (0)