chore: 🔧 disable ESLint rule `import/no-anonymous-default-export` and exclude `strapi` dir from TS build

main
RaviAnand Mohabir 2 years ago
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"
}
}

@ -20,5 +20,5 @@
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "strapi"]
}

Loading…
Cancel
Save