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