From a410c2e8294968f9b1790b4d1ce94ef096851942 Mon Sep 17 00:00:00 2001 From: LI-NA Date: Tue, 23 Apr 2024 02:47:35 +0900 Subject: [PATCH] fix(eslint): Fix the lint problem --- .eslintrc.json | 6 ++++-- pages/[locale]/[map]/index.tsx | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index fdf4b04..0423882 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -17,6 +17,8 @@ { "checksVoidReturn": false } - ] - } + ], + "@typescript-eslint/no-unused-vars": "warn" + }, + "ignorePatterns": [".next/", "out/", "components/ui/", "devServer.js"] } diff --git a/pages/[locale]/[map]/index.tsx b/pages/[locale]/[map]/index.tsx index a532345..acc44a5 100644 --- a/pages/[locale]/[map]/index.tsx +++ b/pages/[locale]/[map]/index.tsx @@ -96,7 +96,6 @@ export default function MapIndex() { return ( <> -