diff --git a/package.json b/package.json index 6dee2bc8d..54bd45c38 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "husky": { "hooks": { - "pre-commit": "tsc && lint-staged -- --fix" + "pre-commit": "tsc && lint-staged -- --fix --ignore-path=src/lib/gramjs/.eslintignore" } }, "lint-staged": {