Skip to content

Commit df4f1b6

Browse files
committed
chore: update package.json
1 parent b6e8340 commit df4f1b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"format": "prettier --write .",
2727
"format:check": "prettier --check .",
2828
"knip": "knip-bun",
29-
"lint": "eslint",
30-
"lint:fix": "eslint --fix",
29+
"lint": "eslint --max-warnings 0",
30+
"lint:fix": "eslint --fix --max-warnings 0",
3131
"lint:spell": "cspell .",
3232
"prepare": "lefthook install",
3333
"start": "next start -p 3000",

0 commit comments

Comments
 (0)