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