diff --git a/.eslintrc.json b/.eslintrc.json index 2cfeb98..3723383 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,6 +1,4 @@ { "extends": ["next/core-web-vitals", "next/typescript"], - "rules": { - "@typescript-eslint/no-empty-interface": "off" - } + "rules": { "@typescript-eslint/no-empty-object-type": "off" } }