wujianwei
2025-08-15 4852999c52dd69d0f902c122045c80394cfeacd8
1
2
3
4
module.exports = {
    singleQuote: true,  // 使用单引号
    semi: false  // 句尾不使用分号
  }