sen
2025-12-17 5bf2fd3f39c415703b153698ae5d95ed5c288aae
1
2
3
4
module.exports = {
    singleQuote: true,  // 使用单引号
    semi: false  // 句尾不使用分号
  }