prettierrc配置

125 阅读1分钟
{
"semi": false, //代码结尾不需要分号
"singleQuote": true, //将所有的双引号改为单引号
"trailingComma": "none", //不添加末尾逗号
}