fix: eslint no-unresolved

pull/126/head
Boaz Poolman 2024-05-08 19:49:40 +02:00
parent 60fca4899f
commit 6212b949ab
1 changed files with 7 additions and 0 deletions

View File

@ -26,6 +26,13 @@
"strapi": true
},
"rules": {
"import/no-unresolved": [2, {
"ignore": [
"@strapi/strapi/admin",
"@strapi/admin/strapi-admin"
]
}],
"template-curly-spacing" : "off",
"indent" : "off",