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