diff --git a/.eslintrc b/.eslintrc index 5a25343..68469c8 100644 --- a/.eslintrc +++ b/.eslintrc @@ -13,7 +13,8 @@ "rules": { "@typescript-eslint/no-unused-vars": "warn", "@typescript-eslint/no-explicit-any": "off", - "@next/next/no-img-element": "off" + "@typescript-eslint/no-namespace": "off", + "@typescript-eslint/no-empty-interface": "off" }, "env": { "browser": true,