remove lint rule

This commit is contained in:
Francis Cao 2023-03-01 11:57:13 -08:00
parent a777b2916f
commit 37e98c9751

View File

@ -48,8 +48,7 @@
"import/no-anonymous-default-export": "off",
"@next/next/no-img-element": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-var-requires": "off"
"@typescript-eslint/no-explicit-any": "off"
},
"globals": {
"React": "writable"