Follow-up

This commit is contained in:
Alexander Zinchuk 2021-07-07 18:38:35 +03:00
parent 7fb57ac4d8
commit 9b522ff50b

View File

@ -23,7 +23,7 @@
}, },
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "tsc && lint-staged -- --fix" "pre-commit": "tsc && lint-staged -- --fix --ignore-path=src/lib/gramjs/.eslintignore"
} }
}, },
"lint-staged": { "lint-staged": {