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