sen
2026-02-02 311c2f13742aa71e7b16b76cd6f68175ee8a21a2
1
2
3
4
module.exports = {
    singleQuote: true,  // 使用单引号
    semi: false  // 句尾不使用分号
  }