ignore import error in pre-commit

This commit is contained in:
felinae98
2022-10-08 19:46:57 +08:00
parent 0fa74de9d3
commit 7e00cbe826
+1 -1
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'