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 3e5e3ac commit b02c646Copy full SHA for b02c646
package.json
@@ -15,7 +15,7 @@
15
"lint": "npm run lint:eslint && npm run lint:package-json",
16
"lint:eslint": "eslint ./src --report-unused-disable-directives --max-warnings 0",
17
"lint:eslint:fix": "eslint ./src --fix",
18
- "lint:package-json": "npx npmPkgJsonLint .",
+ "lint:package-json": "npmPkgJsonLint .",
19
"preview": "vite preview",
20
"test:vi": "vitest",
21
"test:cy": "cypress run --component --browser chrome",
0 commit comments