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