강의

멘토링

로드맵

Inflearn Community Q&A

totomar188021's profile image
totomar188021

asked

Learning React while making web games

Git 프로젝트 Clone 후 eslint 오류

Written on

·

481

0

Git 에서 프로젝트를 받아서 진행 중입니다.

20230720_142140.png

위 사진 상의 오류가 소스 수정할 때마다 나와서 .. 하나하나 수동을 처리하는데 시간이 너무 오래 걸립니다

Webstorm 사용 중이고요.. PC 는 Mac 입니다

option + enter 키 등으로 자동 완성을 할 수 있었던 걸로 기억하는데..

설정 방법을 잘 모르겠습니다.

react

Answer 1

0

zerocho님의 프로필 이미지
zerocho
Instructor

npx eslint --fix 해보세요.

prettier는 npx prettier --write일 겁니다.

totomar188021님의 프로필 이미지
totomar188021
Questioner

고맙습니다.

totomar188021's profile image
totomar188021

asked

Ask a question