.prettierrc 100 B

123456
  1. {
  2. "arrowParens": "always",
  3. "trailingComma": "all",
  4. "singleQuote": true,
  5. "printWidth": 110
  6. }