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