From 23ab9e16d6188ab6916d383a5f9b5e8141710ac5 Mon Sep 17 00:00:00 2001 From: Ryana May Que Date: Fri, 6 Sep 2024 22:46:50 +0800 Subject: [PATCH] chore: disable temporarily --- .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" + } }