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
- typescript hooks
- react
- 일본 아메리카노 가격
- next typescript example
- create-next-app
- nextjs redux example
- react hook typescript
- nextjs redux
- nextjs typescript
- 삿포로 공항
- redux example
- nextjs
- react hooks
- 리액트 이벤트 핸들링
- typescript next
- 일본스타벅스
- react nextjs
- react map
- nextjs prettier
- nextjs eslint
- 카라쿠
- 카라쿠 커리
- react 스프레드
- NODE_PATH
- codepen
- typescript react next
- 후쿠오카 스타벅스
- typscript react
- 스타벅스
- 신겐라멘
Archives
- Today
- Total
목록nextjs prettier (1)
일안하고블로그
[NextJs] 2. create-next-app 에 Eslint & prettier적용하기
개발 tool은 vsocde로 사용을합니다. 개발을 할때 eslint와 & prettier 적용을 안하면 정말 많이 불편합니다. 설정을 제대로 하면 개발 시간이 2배이상 증가 할 거라고 생각될 만큼 저한테는 정말 중요한 설정입니다. 1. yarn add 해주세요 . (제가 사용하는 것들입니다.) yarn add --dev eslint eslint-config-prettier eslint-plugin-import eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks prettier @typescript-eslint/eslint-plugin @typescript-eslint/parser 2. 로컬에 .eslintrc 파일을 추가합니다. {..
React/NextJS
2021. 1. 22. 15:12