.prettierrc 93 B

123456
  1. {
  2. "semi": false,
  3. "arrowParens": "always",
  4. "singleQuote": true,
  5. "endOfLine": "auto"
  6. }