We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lint:style
1 parent ad4e538 commit 342ae8cCopy full SHA for 342ae8c
packages/eslint-plugin-svelte/package.json
@@ -30,7 +30,7 @@
30
"cover": "c8 --reporter=lcov pnpm run test",
31
"debug": "pnpm run mocha \"tests/src/**/*.ts\" --reporter dot --timeout 60000",
32
"lint": "run-p lint:*",
33
- "lint-fix": "pnpm run lint:es --fix && pnpm run lint:style --fix",
+ "lint-fix": "pnpm run lint:es --fix",
34
"lint:es": "eslint --cache .",
35
"mocha": "pnpm run ts ./node_modules/mocha/bin/mocha.js",
36
"new": "pnpm run ts ./tools/new-rule.ts",
0 commit comments