module.exports = { semi: false, trailingComma: "none", singleQuote: true, printWidth: 120, tabWidth: 2, arrowParens: "avoid", endOfLine: "auto" // 结尾是 \n \r \n\r auto };