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