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