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