Skip to content

Commit d7ff985

Browse files
allow 'npm run lint' to autofix
1 parent 74a9a1b commit d7ff985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"unit": "jest --config test/unit/jest.conf.js --coverage",
1111
"e2e": "node test/e2e/runner.js",
1212
"test": "npm run unit && npm run e2e",
13-
"lint": "eslint --ext .js,.vue src test/unit test/e2e/specs",
13+
"lint": "eslint --fix --ext .js,.vue src test/unit test/e2e/specs",
1414
"build": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js --config build/webpack.prod.conf.js",
1515
"postinstall": "patch-package"
1616
},

0 commit comments

Comments
 (0)