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