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