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