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 ed80fcf commit e215082Copy full SHA for e215082
package.json
@@ -36,7 +36,7 @@
36
"format:fix": "yarn format --write",
37
"lint": "npm-run-all --parallel lint:eslint lint:vuedx",
38
"lint:eslint": "eslint .vitepress --ext .ts,.js,.vue",
39
- "lint:vuedx": "vuedx-typecheck --vue",
+ "lint:vuedx": "npx vuedx-typecheck --vue",
40
"lint:fix": "yarn lint:eslint --fix",
41
"serve": "vitepress serve"
42
}
0 commit comments