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