.prettierrc 107 B

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