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 580524f commit 1f481b4Copy full SHA for 1f481b4
package.json
@@ -43,7 +43,7 @@
43
"docs:build": "vitepress build docs",
44
"generate": "ts-node scripts/update.ts",
45
"fix": "run-p fix:*",
46
- "fix:eslint": "pnpm lint:eslint --fix",
+ "fix:eslint": "pnpm run lint:eslint --fix",
47
"fix:prettier": "prettier --write .",
48
"lint": "run-s lint:*",
49
"lint:eslint": "eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"",
0 commit comments