.prettierrc 149 B

123456789
  1. {
  2. "useTabs": false,
  3. "tabWidth": 2,
  4. "printWidth": 80,
  5. "singleQuote": true,
  6. "trailingComma": "none",
  7. "semi": false,
  8. "endOfLine": "auto"
  9. }