From df8e66a30965c6e74e852b587fa812888800cf82 Mon Sep 17 00:00:00 2001 From: Talon <83449188+Talon996@users.noreply.github.com> Date: Sun, 23 Apr 2023 16:47:29 +0800 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index d978aff66..d229e86f2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,5 +1,4 @@ { "extends": "next/core-web-vitals", "plugins": ["prettier"] - 111 }