From 57c7c09ca45ac2b6e13c2e601a48b0f3a4b0b2c2 Mon Sep 17 00:00:00 2001 From: ngc2207 Date: Tue, 12 Nov 2024 20:02:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0ESLint=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E7=A6=81=E7=94=A8=E7=A9=BA=E5=AF=B9=E8=B1=A1?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E7=9A=84=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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" } }