wujianwei
2026-01-05 0b76c560a27c89df168271d7210ab6bf9de28f7d
1
2
3
4
module.exports = {
    singleQuote: true,  // 使用单引号
    semi: false  // 句尾不使用分号
  }