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.
--fix
1 parent ca2477d commit fc9a835Copy full SHA for fc9a835
package.json
@@ -10,7 +10,7 @@
10
"build": "babel src -d lib --source-maps",
11
"prepublish": "npm run --if-present build",
12
"test": "npm-run-all lint mocha",
13
- "lint": "eslint src test",
+ "lint": "eslint --fix src test",
14
"mocha": "mocha",
15
"precommit": "lint-staged",
16
"prettier": "prettier --write \"**/*.{js,json,md}\""
0 commit comments