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