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