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