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