From 4e612058c0380e5b601040a1d3adf8c85c2d8515 Mon Sep 17 00:00:00 2001 From: Justin Ridgewell Date: Fri, 8 Sep 2017 19:52:49 -0400 Subject: [PATCH] Do not fix linting errors in precommit hooks (#6218) It's just damn annoying. Supersedes #5908. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index e5dbce6507..4a5827b494 100644 --- a/package.json +++ b/package.json @@ -67,8 +67,7 @@ }, "lint-staged": { "*.js": [ - "eslint --format=codeframe --fix --rulesdir='./eslint_rules'", - "git add" + "eslint --format=codeframe --rulesdir='./eslint_rules'" ] } }