Skip to content

Commit

Permalink
refactor: lint 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junghaesung79 committed Jan 8, 2025
1 parent dde0f19 commit 3f115ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ build

# ESLint disabled files
src/App.tsx
src/main.tsx
src/index.tsx
src/static/policy.ts
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import { QueryCache, QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { sendClientError } from '@bcsdlab/koin';
import { RecoilRoot } from 'recoil';
import { BrowserRouter } from 'react-router-dom';
import ReactDOM from 'react-dom/client';
import PortalProvider from 'components/common/Modal/PortalProvider';
import App from './App';
import reportWebVitals from './reportWebVitals';
Expand Down
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { RecoilRoot } from 'recoil';
import { BrowserRouter } from 'react-router-dom';
import ReactDOM from 'react-dom/client';
import PortalProvider from 'components/common/Modal/PortalProvider';
import App from './App';
import reportWebVitals from './reportWebVitals';
Expand Down

0 comments on commit 3f115ac

Please sign in to comment.