.prettierrc 154 B

12345678
  1. {
  2. "arrowParens": "avoid",
  3. "printWidth": 100,
  4. "quoteProps": "preserve",
  5. "singleQuote": true,
  6. "spaceBeforeFunctionParen": true,
  7. "tabWidth": 4
  8. }