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