mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-06 20:06:12 +08:00
ignore import error in pre-commit
This commit is contained in:
parent
0fa74de9d3
commit
7e00cbe826
@ -41,6 +41,6 @@ repos:
|
|||||||
types_or: [ts, tsx]
|
types_or: [ts, tsx]
|
||||||
types: []
|
types: []
|
||||||
files: ^admin-frontend/
|
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'
|
exclude: 'CHANGELOG.md'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user