.prettierrc 106 B

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