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 785d21c commit 66d72a1Copy full SHA for 66d72a1
.eslintrc.js
@@ -39,6 +39,13 @@ module.exports = {
39
}
40
],
41
"rules": {
42
+ "import/no-unresolved": [2, {
43
+ "ignore": [
44
+ "@strapi/strapi/admin",
45
+ "@strapi/icons/symbols",
46
+ "@strapi/admin/strapi-admin"
47
+ ]
48
+ }],
49
"import/prefer-default-export": "off",
50
"arrow-body-style": "off",
51
"@typescript-eslint/unbound-method": "off"
0 commit comments