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 6f6d3f5 commit e75a1c4Copy full SHA for e75a1c4
package.json
@@ -38,7 +38,7 @@
38
"docs:preview": "pnpm --filter docs preview",
39
"test": "vitest",
40
"check": "svelte-check && pnpm -r check",
41
- "lint": "eslint .",
+ "lint": "eslint . --max-warnings 0",
42
"lint:fix": "eslint . --fix",
43
"format": "prettier . --check",
44
"format:fix": "prettier . --write",
0 commit comments