Skip to content

Commit

Permalink
fix: allow imports from 3 levels deep
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Nov 16, 2024
1 parent 785d21c commit 66d72a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ module.exports = {
}
],
"rules": {
"import/no-unresolved": [2, {
"ignore": [
"@strapi/strapi/admin",
"@strapi/icons/symbols",
"@strapi/admin/strapi-admin"
]
}],
"import/prefer-default-export": "off",
"arrow-body-style": "off",
"@typescript-eslint/unbound-method": "off"
Expand Down

0 comments on commit 66d72a1

Please sign in to comment.