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