Prune (prep for eslint 9)

This commit is contained in:
Manav Rathi
2024-06-02 14:40:34 +05:30
parent ebab8568b9
commit bf2a97f4a1
7 changed files with 11 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
module.exports = {
extends: [
"next/core-web-vitals",
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
@@ -33,12 +32,6 @@ module.exports = {
"after",
{ overrides: { "?": "before", ":": "before" } },
],
"import/no-anonymous-default-export": [
"error",
{
allowNew: true,
},
],
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/no-unsafe-assignment": "off",