.prettierrc 91 B

1234567
  1. {
  2. "semi": false,
  3. "arrowParens": "always",
  4. "singleQuote": true,
  5. "printWidth": 110
  6. }