.prettierrc 161 B

123456789
  1. {
  2. "semi": true,
  3. "singleQuote": false,
  4. "tabWidth": 2,
  5. "printWidth": 120,
  6. "bracketSpacing": true,
  7. "arrowParens": "always",
  8. "trailingComma": "none"
  9. }