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