Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- fetch
- ngrok설치
- API token
- dart 변수
- Git
- bootstrap
- createGlobalStyle
- react env
- next.js css
- CSS
- styled components
- getModifierState
- github io
- github
- rewrites
- API 토큰
- input type=file
- react
- nextjs
- 컨디셔널 렌더링
- nextjs 설치
- npm styled-reset
- nextjs .env
- typescript react
- There isn’t anything to compare
- react typescript
- git lab
- SCSS
- ngrok실행
- icon
Archives
- Today
- Total
꾸준히 성장하는 개발자
[TypeScript] eslint 노란 밑줄이 나타나지 않을 때 본문
TypeScript를 공부 중에 eslint가 노란 밑줄과 빨간 밑줄로 경고와 에러메시지가 띄워져야 하는데
내 프로젝트에서는 노란밑줄이 나타나지 않았다
찾아보던 중 해결한 방법을 정리해놓는다
ctrl + shift + p 를 누르고 'settings' 를 입력하면
이렇게 띄워지는데 제일 위의 것을 선택해주고
안에 내용을 추가해주면 된다.
{
....., // 기존에 있던 내용
"eslint.workingDirectories": [
{"mode": "auto"}
]
}
이렇게 저장해주고 나면 노란 밑줄이 나타나기 시작한다.
'Typescript' 카테고리의 다른 글
[eslint에러] Delete `␍`eslint prettier/prettier (0) | 2022.10.18 |
---|---|
[TypeScript] interface / Type Aliases(타입 별칭) (0) | 2022.09.16 |
[TS] 라이브러리 설치와 tsc (0) | 2022.09.11 |
TypeScript Basic Types (0) | 2022.01.05 |
TypeScript 란 ? (0) | 2021.12.24 |