Skip to content

Commit

Permalink
feat: shared/mocks의 파일들을 .eslintignore에 추가
Browse files Browse the repository at this point in the history
합의에 따라 mocks 관련 파일들에 ESLint 규칙 적용을 제외하기 위해 .eslintignore에 추가했습니다.
또한 mocks/browser.ts의 eslint-disable import/order 주석도 삭제처리했습니다.
  • Loading branch information
Legitgoons committed Apr 18, 2024
1 parent 25abfe4 commit 0b716f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/shared/mocks/*
1 change: 0 additions & 1 deletion src/shared/mocks/browser.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable import/order */
import { setupWorker } from 'msw/browser';

// 브라우저에서 실행하기 위한 mocking worker 초기화
Expand Down

0 comments on commit 0b716f1

Please sign in to comment.