15815213711
2025-07-29 8cf364abe06e93a7ca17cf1a8fdc561ff5a775f1
1
2
3
4
module.exports = {
    singleQuote: true,  // 使用单引号
    semi: false  // 句尾不使用分号
  }