wujianwei
4 天以前 2ca1013333bb1f80d104e54ac2e7171bd8dffc77
1
2
3
4
module.exports = {
    singleQuote: true,  // 使用单引号
    semi: false  // 句尾不使用分号
  }