.prettierrc 86 B

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