.prettierrc 107 B

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