diff --git a/package.json b/package.json index b8a999a..81f812d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "husky": { "hooks": { - "pre-commit": "eslint --fix --ext .jsx --ext .js ./src", + "pre-commit": "eslint --ext .jsx --ext .js ./src", "pre-push": "npm test" } },