prettierrc配置 青柠ii 2022-08-01 125 阅读1分钟 { "semi": false, //代码结尾不需要分号 "singleQuote": true, //将所有的双引号改为单引号 "trailingComma": "none", //不添加末尾逗号 }