강의

멘토링

커뮤니티

Inflearn Community Q&A

yongje8120072's profile image
yongje8120072

asked

[Renewal] Creating a NodeBird SNS with React

Apply the changed state and check with eslint

eslint 빨간줄 수정이 안됩니다.

Written on

·

398

0

제로초님 안녕하세요.

eslint에 다음과같은 오류가 나서 double quote를 single quote로 수정 후 저장을 누르면 다시 double quote로 원상복귀가 되어버립니다.

수정->

저장->

찾아봤는데 해결이 되지 않아 질문드립니다.

git 주소는

https://github.com/812jay/react-nodebird

입니다.

reduxnodejsreactexpressNext.js

Answer 2

1

zerocho님의 프로필 이미지
zerocho
Instructor

prettier 쓰시나요? 또는 에디터 설정 확인해보세요. 강좌에서는 따로 코드를 자동으로 수정하는 것을 하지 않았던 것 같습니다.

0

yongje8120072님의 프로필 이미지
yongje8120072
Questioner

계속 eslint 문제인줄 알았는데 다른데서 썼던 prettier설정 문제였네요. 

덕분에 .prettierrc 설정을 통해 해결했습니다~ 감사합니다!!

yongje8120072's profile image
yongje8120072

asked

Ask a question