chore: 🔧 disable ESLint rule `import/no-anonymous-default-export` and exclude `strapi` dir from TS build
parent
43f0d19636
commit
d6946ec40f
@ -1,3 +1,6 @@
|
||||
{
|
||||
"extends": "next/core-web-vitals"
|
||||
"extends": "next/core-web-vitals",
|
||||
"rules": {
|
||||
"import/no-anonymous-default-export": "off"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue