module.exports = { // 箭头函数只有一个参数的时候可以忽略括号 arrowParens: 'avoid', printWidth: 120, semi: true, singleQuote: true, tabWidth: 2, useTabs: false, };