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