.prettierrc 87 B

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