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