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 9aa9c3d commit c447eccCopy full SHA for c447ecc
package.json
@@ -46,7 +46,7 @@
46
"build:versions": "node scripts/make-versions",
47
"clean": "rimraf dist",
48
"deploy": "node scripts/deploy",
49
- "lint": "eslint .",
+ "lint": "eslint . --rulesdir eslint-rules",
50
"preversion": "run-s lint build -s",
51
"postversion": "git push && git push --tags && npm run deploy -- --skip-build",
52
"update-deps": "npm install eslint@latest eslint-plugin-vue@next vue-eslint-parser@experimental",
0 commit comments