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