Skip to content

Commit 72c5699

Browse files
committed
automatically fix linting errors
1 parent 33c28c4 commit 72c5699

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
@@ -12,7 +12,7 @@
1212
],
1313
"scripts": {
1414
"lint": "eslint 'src/**/*.js'",
15-
"pretest": "npm run lint",
15+
"pretest": "npm run lint -- --fix",
1616
"test": "jest",
1717
"prebuild": "npm run test",
1818
"build": "webpack --config webpack.config.js",

0 commit comments

Comments
 (0)