Recent Posts
Recent Comments
Archives
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- React
- 구글 로그인
- 티스토리챌린지
- 프로그래머스
- array정적메서드
- 오블완
- nextjs
- 초기셋팅
- vercel
- 모던 자바스크립트
- 코테
- 소셜 로그인
- domain
- 모던자바스크립트
- 리터럴
- Next
- 자주 까먹는
- js
- 내일배움캠프
- deep dive
- CORS
- 코딩테스트
- vscode
- error
- 스파르타코딩클럽
- 셋팅
- 코드카타
- git
- 프로젝트 셋팅
- useRouter
- Today
- Total
파피루스
jsx/tsx, single quote 설정 (prettierrc, eslint) 본문
0. vscode extension에서 prettier, eslint 설치
1. 기본 포맷터를 prettier로 설정
2. fomat on save : 체크하기
3. tsx 파일 Single Quote 설정
3-1. eslint 설정
3-2. .prettierrc 설정
4. 완성! 이제 저장하면 tsx 파일의 quote 들 모두 자동으로 single quote으로 fomatting 된다
'Today I Learned > in dev' 카테고리의 다른 글
[next/react] google 로그인 구현하기 (2) : 액세스 토큰 받기 (0) | 2024.09.04 |
---|---|
[next/react] google 로그인 구현하기 (1) : oauth client id 발급 받기 (0) | 2024.09.04 |
warning: in the working copy of 'app/globals.css', LF will be replaced by CRLF the next time Git touches it (2) | 2024.08.31 |
console warning 잡기 (0) | 2024.08.04 |
PostMan, supabase.auth.user 셋팅하기 (0) | 2024.08.03 |