[React native] Expo + Typescript에서 ESlint, Prettier 설정하기

권이온·2022년 10월 1일
0

https://dev.to/dimaportenko/expo-typescript-eslint-prettier-initial-setup-54d3

https://zaferayan.medium.com/how-to-configure-eslint-and-prettier-for-expo-projects-fd78d4158590

이 두 글을 참고했는데
적용시키는 법을 몰라서 헤맸다.

그냥 터미널 창 열고 (해당 프로젝트 루트에서)

yarn prettier --write . (코드 텍스트스타일 설정)
yarn eslint . (코드 구현 방식을 일관성있게 설정)

profile
인생은 아름다워

0개의 댓글