# Setting
Setting > keyboard Shortcuts
Search:Find in Files Ctrl +Shift +F
# .prettierrc
{
"endOfLine": "auto",
"singleQuote": true
}
1
2
3
4
2
3
4
Shift + Alt + F
快速美化程式碼
# .eslintrc.js
rules: {
quotes: [1, 'single'],
1
2
2
- "quotes": [0, "double"] // 0 违反错误不处理
- "quotes": [1, "double"] // 1 违反错误警告
- "quotes": [2, "double"] // 2 违反错误报错并阻止进程
設定完VSCode專案要重開