728x90
반응형
SMALL
eslintrc.cjs 파일에서 endOfLine: "auto"와 trailingComma: "all" 이라는 규칙 추가해주기.
설정에서 Prettier - Trailing Comma - all로 변경
설정완료 후 터미널에서 한번 쳐주고!
npx eslint --fix src/
728x90
반응형
LIST
'REACT' 카테고리의 다른 글
북스터디_ 모던 리액트 딥다이브 1장 (0) | 2024.05.21 |
---|---|
ERROR in ./node_modules/@mui/material/ (0) | 2024.02.26 |
[리액트] 파일 업로드 한글 깨지는 이유, 해결방법 (0) | 2023.11.21 |
리액트_node.js를 사용하여 CRUD 게시판 만들기 (0) | 2023.11.04 |
리액트_오류_This component must be used inside a <RecoilRoot> component. (0) | 2023.09.21 |