.prettierrc 86 B

1234567
  1. {
  2. "prettier": {
  3. "tabWidth": 2,
  4. "singleQuote": true,
  5. "semi": false
  6. }
  7. }