-
vscode setting๐ผ .prettierrc ํ์ผ jsconfig.json ํ์ผ ์ค์ ๐ป๊ฐ๋ฐ/๊ธฐํ 2023. 7. 3. 14:15728x90
.prettierrc
{ "singleQuote": true, "semi": true, "useTabs": false, "tabWidth": 2, "trailingComma": "all", "printWidth": 80 }
jsconfig.json
{ "compilerOptions": {"target": "ES6"} }
- "compilerOptions": {"target": "ES6"} ํ๋ฉด Ctrl + Space ํ์ ๋ ์๋ ์์ฑ๋จ(import)
'๐ป๊ฐ๋ฐ > ๊ธฐํ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Express๋ก ์๋ฒ ๊ฐ๋ฐํ๋๋ฐ ์๋ฌ๊ฐ ์ ๋๋ก ์ ์กํ ๋.. (0) 2023.07.03 Sequelize - Getting Started ํด์ (0) 2022.10.27 ์น ์์ผ (0) 2022.10.26 API ์๋ฒ ์ดํดํ๊ธฐ (0) 2022.10.20 ํ๋ก๊ทธ๋จ ์์ ์ญ์ ๐ฏTip! (0) 2022.10.04