.prettierrc 98 B

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