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
- silent printing
- 티스토리 성능
- animation
- augmentedDevice
- nextjs
- device in use
- react-native
- ELECTRON
- github lfs
- adb connect
- adb pair
- npm package
- electron-packager
- camera permission
- 이미지 데이터 타입
- github pdf
- Each child in a list should have a unique "key" prop.
- custom printing
- dvh
- vercel git lfs
- camera access
- react-native-dotenv
- Recoil
- Git
- html
- github 100mb
- ffi-napi
- rolldown
- Failed to compiled
- Can't resolve
Archives
- Today
- Total
목록2022/03/31 (1)
Bleeding edge
아우.. eslint와 prettier을 어떻게 빠르게 추가할까?에 대해서 고민을 한참하고 검색을 해봤다. Step 1 우선 프로젝트의 폴더에 들어가서 터미널을 킨다(컨트롤+~) npm i -D eslint prettier eslint-config-prettier eslint-plugin-prettier 엔터. 위에 내용은 -D같은경우, eslint, prettier 등등 4개의 각 node package module을 설치를 하고 package.json에 데브 디펜던시리스트를 넣어주겠다는 단어이다. 그리고 그 뒤에 4개의 모듈들은 우리가쓸 eslint와, prettier와, 서로 충돌하지 않게하는 모듈(config prettier)와, eslint를 실행할 때, prettier을 실행하는 모듈(esli..
Javascript
2022. 3. 31. 23:14