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