From 806213522b9e7545018f2d59fafce8a8144c815f Mon Sep 17 00:00:00 2001 From: crazywoola <427733928@qq.com> Date: Fri, 9 Jun 2023 22:17:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index bffb357..97a2bb8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,3 @@ { - "extends": "next/core-web-vitals" + "extends": ["next", "next/core-web-vitals"] }