module.exports = { printWidth: 800, singleQuote: true, trailingComma: 'all', semi: true, //结尾加分号 老项目默认配置 };