From a493b32b90b4de3afddc539c3b12fd26e3ac5998 Mon Sep 17 00:00:00 2001 From: bravo68web Date: Thu, 15 Jun 2023 21:58:01 +0000 Subject: [PATCH] lint: fixes --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,