.prettierrc 98 B

123456
  1. {
  2. "tabWidth": 4,
  3. "singleQuote": true,
  4. "trailingComma": "all",
  5. "printWidth": 300
  6. }