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