.prettierrc 106 B

1234567
  1. {
  2. "endOfLine": "lf",
  3. "semi": true,
  4. "singleQuote": true,
  5. "tabWidth": 4,
  6. "trailingComma": "es5"
  7. }