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