Skip to content

Commit

Permalink
fix: browser.ts에서 에러 발생, import/order 임시 비활성화
Browse files Browse the repository at this point in the history
broswer.ts에서 import/order 활성화 시 msw의 경로로 인해 에러가 발생합니다.
해당 이슈는 eslint-import-resolver-alias가 원인으로 추측됩니다.
우선 해당 파일에서 import/order를 비활성화하였습니다.
  • Loading branch information
Legitgoons committed Apr 17, 2024
1 parent 6422b92 commit 06839e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/mocks/browser.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable import/order */
import { setupWorker } from 'msw/browser';

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

0 comments on commit 06839e5

Please sign in to comment.