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