.prettierrc 200 B

123456789101112
  1. {
  2. "printWidth": 120,
  3. "trailingComma": "es5",
  4. "tabWidth": 2,
  5. "useTabs": false,
  6. "semi": true,
  7. "singleQuote": true,
  8. "bracketSpacing": true,
  9. "endOfLine": "lf",
  10. "arrowParens": "always"
  11. }