From 1a7cd24301f78d0ab0958ff8280ac5b3b91437c3 Mon Sep 17 00:00:00 2001 From: Ryana May Que Date: Fri, 6 Sep 2024 22:44:30 +0800 Subject: [PATCH] chore: temp disable --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index fa3f00c..ffc551f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,5 +1,5 @@ { - "extends": ["next/core-web-vitals", "next/typescript"], + "extends": ["next/core-web-vitals"], "rules:": { "@typescript-eslint/no-unused-vars": "off" }