vue自动保存匹配eslint问题 蓝海星源 2023-09-04 36 阅读1分钟 在根目录下面创建一个.prettierrc "singleQuote": true,//单引号 "semi": false,// 取消自动加分号 "trailingComma": "none"// 去掉结尾的逗号 }