sen
2025-12-19 6b8f073df16ed45ec9e710abe18d1f4ffde30540
1
2
3
4
module.exports = {
    singleQuote: true,  // 使用单引号
    semi: false  // 句尾不使用分号
  }