Skip to content

Commit 66d72a1

Browse files
committed
fix: allow imports from 3 levels deep
1 parent 785d21c commit 66d72a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.eslintrc.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ module.exports = {
3939
}
4040
],
4141
"rules": {
42+
"import/no-unresolved": [2, {
43+
"ignore": [
44+
"@strapi/strapi/admin",
45+
"@strapi/icons/symbols",
46+
"@strapi/admin/strapi-admin"
47+
]
48+
}],
4249
"import/prefer-default-export": "off",
4350
"arrow-body-style": "off",
4451
"@typescript-eslint/unbound-method": "off"

0 commit comments

Comments
 (0)