module.exports = { singleQuote: true, // 单引号 trailingComma: 'es5', // 对象末尾以逗号结束 arrowParens: 'avoid', // 箭头函数只有一个参数的时候,不使用() endOfLine: 'auto', // CRLF,LF都可以 };