sen
2026-03-23 075d8b76626b2c830cc3bef11fb32e89d6067a3e
1
2
3
4
module.exports = {
    singleQuote: true,  // 使用单引号
    semi: false  // 句尾不使用分号
  }