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'" ] } }