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