动态菜单和动态路由的 antd pro

.prettierrc 175B

123456789101112
  1. {
  2. "singleQuote": true,
  3. "trailingComma": "es5",
  4. "printWidth": 100,
  5. "overrides": [
  6. {
  7. "files": ".prettierrc",
  8. "options": { "parser": "json" }
  9. }
  10. ]
  11. }