We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e8340 commit df4f1b6Copy full SHA for df4f1b6
1 file changed
package.json
@@ -26,8 +26,8 @@
26
"format": "prettier --write .",
27
"format:check": "prettier --check .",
28
"knip": "knip-bun",
29
- "lint": "eslint",
30
- "lint:fix": "eslint --fix",
+ "lint": "eslint --max-warnings 0",
+ "lint:fix": "eslint --fix --max-warnings 0",
31
"lint:spell": "cspell .",
32
"prepare": "lefthook install",
33
"start": "next start -p 3000",
0 commit comments