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 74a9a1b commit d7ff985Copy full SHA for d7ff985
package.json
@@ -10,7 +10,7 @@
10
"unit": "jest --config test/unit/jest.conf.js --coverage",
11
"e2e": "node test/e2e/runner.js",
12
"test": "npm run unit && npm run e2e",
13
- "lint": "eslint --ext .js,.vue src test/unit test/e2e/specs",
+ "lint": "eslint --fix --ext .js,.vue src test/unit test/e2e/specs",
14
"build": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js --config build/webpack.prod.conf.js",
15
"postinstall": "patch-package"
16
},
0 commit comments