Skip to content

Commit f6e7c5f

Browse files
Disable import/no-unresolved
1 parent 9279b36 commit f6e7c5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.testconfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const config = [
2727
"reportUnusedDisableDirectives": "off"
2828
},
2929
"rules": {
30+
"import/no-unresolved": "off",
3031
"no-prototype-builtins": "off",
3132
"no-redeclare": "off",
3233
"no-undef": "off"

0 commit comments

Comments
 (0)