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