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