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