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