This commit is contained in:
Manav Rathi
2024-07-18 19:09:19 +05:30
parent 2071bd07ae
commit 084f4cc055

View File

@@ -51,7 +51,6 @@ module.exports = {
"@typescript-eslint/no-unnecessary-type-assertion": "off",
"react-hooks/rules-of-hooks": "off",
"react-hooks/exhaustive-deps": "off",
"@next/base/no-img-element": "off",
"@typescript-eslint/no-unsafe-argument": "off",
"jsx-a11y/alt-text": "off",
// Temporarily turn these off to allow existing code.