.prettierrc 87 B

1234567
  1. {
  2. "trailingComma": "es5",
  3. "tabWidth": 2,
  4. "semi": false,
  5. "singleQuote": false
  6. }