.prettierrc 193 B

12345678910
  1. {
  2. "singleQuote": true,
  3. "semi": true,
  4. "bracketSpacing": true,
  5. "tabWidth": 2,
  6. "printWidth": 300,
  7. "useTabs": false,
  8. "htmlWhitespaceSensitivity": "strict",
  9. "trailingComma": "none"
  10. }