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