From b4be238bb779d9945b1072be576bbd8b67a3941a Mon Sep 17 00:00:00 2001 From: Sunghyun627 Date: Wed, 31 Jul 2024 12:02:46 +0900 Subject: [PATCH 01/76] =?UTF-8?q?feat:=20UT=20=EB=B0=B0=EB=84=88=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0=20(SP-668)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 10 ++++++++-- src/Router/index.tsx | 2 -- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 8aa8e941..824f0e11 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -1,7 +1,13 @@ module.exports = { root: true, - env: { browser: true, es2020: true }, - extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:react-hooks/recommended', 'prettier', 'plugin:storybook/recommended'], + env: { browser: true, es2020: true, node: true }, + extends: [ + 'eslint:recommended', + 'plugin:@typescript-eslint/recommended', + 'plugin:react-hooks/recommended', + 'prettier', + 'plugin:storybook/recommended', + ], ignorePatterns: ['dist', '.eslintrc.cjs'], parser: '@typescript-eslint/parser', plugins: ['react-refresh'], diff --git a/src/Router/index.tsx b/src/Router/index.tsx index 14123765..d391df62 100644 --- a/src/Router/index.tsx +++ b/src/Router/index.tsx @@ -26,13 +26,11 @@ import { ReviewPage } from '@/Pages/Review'; import { Notifications } from '@/Pages/Notifications'; import { MyPageReviews } from '@/Pages/MyPageReviews'; import { ProfileLayout } from '@/Layout/ProfileLayout'; -import UTbanner from '@/Components/UTbanner'; export const RouterPath = createBrowserRouter([ { element: ( <> -