Allow any in certain situations

This commit is contained in:
2024-10-26 20:32:28 +01:00
parent eb43087dbf
commit 6cb2481bc6

View File

@@ -1,6 +1,7 @@
{ {
"extends": ["next/core-web-vitals", "next/typescript"], "extends": ["next/core-web-vitals", "next/typescript"],
"rules": { "rules": {
"@next/next/no-img-element": "off" "@next/next/no-img-element": "off",
"@typescript-eslint/no-explicit-any": "off"
} }
} }