Skip to content

Commit fc9a835

Browse files
committed
Enable --fix option in linting
1 parent ca2477d commit fc9a835

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
"build": "babel src -d lib --source-maps",
1111
"prepublish": "npm run --if-present build",
1212
"test": "npm-run-all lint mocha",
13-
"lint": "eslint src test",
13+
"lint": "eslint --fix src test",
1414
"mocha": "mocha",
1515
"precommit": "lint-staged",
1616
"prettier": "prettier --write \"**/*.{js,json,md}\""

0 commit comments

Comments
 (0)