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 e215082 commit c32c12cCopy full SHA for c32c12c
package.json
@@ -34,7 +34,7 @@
34
"fix": "npm-run-all --parallel lint:fix format:fix",
35
"format": "prettier --config .prettierrc --ignore-path .prettierignore '**/*.{ts,js,html,json}'",
36
"format:fix": "yarn format --write",
37
- "lint": "npm-run-all --parallel lint:eslint lint:vuedx",
+ "lint": "npm-run-all --parallel lint:eslint",
38
"lint:eslint": "eslint .vitepress --ext .ts,.js,.vue",
39
"lint:vuedx": "npx vuedx-typecheck --vue",
40
"lint:fix": "yarn lint:eslint --fix",
0 commit comments