Skip to content

Commit 5116e57

Browse files
committed
chore: turn off problematic ESLint rule
1 parent 5b0e8d9 commit 5116e57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/linters/.eslintrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ rules:
4040
'eslint-comments/no-unused-disable': 'off',
4141
'i18n-text/no-en': 'off',
4242
'import/no-namespace': 'off',
43+
'import/no-unresolved': 'off',
4344
'no-console': 'off',
4445
'no-unused-vars': 'off',
4546
'prettier/prettier': 'error',

0 commit comments

Comments
 (0)