We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0e8d9 commit 5116e57Copy full SHA for 5116e57
.github/linters/.eslintrc.yml
@@ -40,6 +40,7 @@ rules:
40
'eslint-comments/no-unused-disable': 'off',
41
'i18n-text/no-en': 'off',
42
'import/no-namespace': 'off',
43
+ 'import/no-unresolved': 'off',
44
'no-console': 'off',
45
'no-unused-vars': 'off',
46
'prettier/prettier': 'error',
0 commit comments