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