useRef1 KDT 5th 웹개발자 입문 수업 38일차 리액트 prettier, eslint 로 초기 세팅하기 1. npm i -D prettier 2. npm i -D eslint 리액트 폴더 최상위에 세팅하기 1. .vscode 폴더 생성 2. .vscode 폴더 안에 settings.json 파일 생성 { "[javascript]": { "editor.maxTokenizationLineLength": 2500, "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[javascriptreact]": { "editor.maxTokenizationLineLength" : 2500, "editor.formatOnSave" : true, "editor.defaul.. 2023. 3. 29. 이전 1 다음