Do not fix linting errors in precommit hooks (#6218)

It's just damn annoying. Supersedes #5908.
This commit is contained in:
Justin Ridgewell 2017-09-08 19:52:49 -04:00 committed by GitHub
parent 4e7961dcf8
commit 4e612058c0

View File

@ -67,8 +67,7 @@
}, },
"lint-staged": { "lint-staged": {
"*.js": [ "*.js": [
"eslint --format=codeframe --fix --rulesdir='./eslint_rules'", "eslint --format=codeframe --rulesdir='./eslint_rules'"
"git add"
] ]
} }
} }