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 2b3ff03 commit 3c44174Copy full SHA for 3c44174
template/package.json
@@ -14,7 +14,7 @@
14
"e2e": "npm run pack && mocha test/e2e",
15
{{/if}}
16
{{#if eslint}}
17
- "lint": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter app",
+ "lint": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter app{{#testing unit e2e}} test{{/testing}}",
18
"lint:fix": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter --fix app{{#testing unit e2e}} test{{/testing}}",
19
20
"pack": "cross-env NODE_ENV=production webpack -p --progress --colors",
0 commit comments