wujianwei
2026-01-06 67ed08fdbc54408e2e6f29bc72b2f548a8d91290
1
2
3
4
module.exports = {
    singleQuote: true,  // 使用单引号
    semi: false  // 句尾不使用分号
  }