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