wujianwei
2025-12-17 3fad5c027639a96f8b504481c0e7d22a5807c313
1
2
3
4
module.exports = {
    singleQuote: true,  // 使用单引号
    semi: false  // 句尾不使用分号
  }