codesquad-kiosk-max-team-02 / kiosk-max

0 stars 6 forks source link

[FE] 프로젝트 초기 환경 세팅 #1

Closed silvertae closed 1 year ago

silvertae commented 1 year ago
silvertae commented 1 year ago

npx create-react-app my-app --template typescript로 CRA 기본 세팅 후 npx eslint --init으로 ESLint 설치하고 다른 패키지를 npm으로 설치하려고 했을 때 오류 발생

문제해결: https://github.com/rewbs/sd-parseq/issues/124

silvertae commented 1 year ago

eslintrrc.json 파일 설정 참고자료: https://blog.devgenius.io/eslint-prettier-typescript-and-react-in-2022-e5021ebca2b1