前端团队代码统一格式化

.prettierrc.json

{
  "printWidth": 100,
  "tabWidth": 2,
  "useTabs": false,
  "semi": false,
  "singleQuote": true,
  "trailingComma": "none",
  "bracketSpacing": true,
  "jsxBracketSameLine": false,
  "arrowParens": "avoid",
  "endOfLine": "lf"
}

  

posted @ 2025-05-08 13:19  小短腿奔跑吧  阅读(7)  评论(0)    收藏  举报