From 9b522ff50b33e8acd31061a7cfe02f5cb87e2f23 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Wed, 7 Jul 2021 18:38:35 +0300 Subject: [PATCH] Follow-up --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {