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 4deda51 commit 34b3a0bCopy full SHA for 34b3a0b
template/package.json
@@ -6,7 +6,7 @@
6
"node": ">=8.9.4"
7
},
8
"scripts": {
9
- "lint": "eslint .",
+ "lint": "npx eslint --ext vue,js .",
10
"dev": "gulp serve",
11
"build": "gulp build --production",
12
"afterbuild": "cd build && npm install --production",
0 commit comments