.prettierrc.json 122 B

12345678
  1. {
  2. "semi": false,
  3. "singleQuote": true,
  4. "bracketSpacing": true,
  5. "trailingComma":"none",
  6. "arrowParens": "avoid"
  7. }