.prettierrc 194 B

12345678910
  1. {
  2. "spaceBeforeFunctionParen": true,
  3. "tabWidth": 2,
  4. "useTabs": false,
  5. "trailingComma": "none",
  6. "eslintIntegration": true,
  7. "singleQuote": true,
  8. "semi": false,
  9. "endOfLine": "auto"
  10. }