ESLint 끄는 방법

GXXN_YX·2023년 10월 25일
0
post-thumbnail

Problems
ESLint: Unexpected tab character. (no-tabs)

위와 같은 ESLint: 로 시작하는 problem이 몇 백개가 잡혀서 vue파일이 온통 새빨게져 버렸다. 😢😢

💡 해결방법 1

Syntax로 바꾸면 해당 페이지는 오류표시가 안되는데 다른 페이지는 여전히 red..


💡 해결방법 2

Setting -> Inspections -> Code quality tools -> ESLint 체크박스 비활성화(검색창에 ESLint 치면 빠름)

++ Editor -> Code Style

  • Detect and use existing file indents for editing
  • Enable EditorConfig support 체크해제

0개의 댓글