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 c9c9001 commit b6e2fafCopy full SHA for b6e2faf
package.json
@@ -41,7 +41,7 @@
41
"generate:rules-doc": "pnpm run build && pnpm run rule-doc-generator",
42
"format": "pnpm run prettier-base --write",
43
"format:check": "pnpm run prettier-base --check",
44
- "lint": "eslint . --max-warnings 0 --ext .js,.ts",
+ "lint": "eslint --max-warnings 0 --report-unused-disable-directives .",
45
"lint:fix": "pnpm run lint --fix",
46
"prepare": "is-ci || husky",
47
"prettier-base": "prettier . --ignore-unknown --cache --log-level warn",
0 commit comments