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