ignore import error in pre-commit

This commit is contained in:
felinae98 2022-10-08 19:46:57 +08:00
parent 0fa74de9d3
commit 7e00cbe826
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -41,6 +41,6 @@ repos:
types_or: [ts, tsx]
types: []
files: ^admin-frontend/
args: [--fix, -c, './admin-frontend/.eslintrc.json']
args: [--fix, -c, './admin-frontend/.eslintrc.json', --rule, 'import/no-unresolved: off']
exclude: 'CHANGELOG.md'