.prettierrc 59 B

12345
  1. {
  2. "tabWidth": 2,
  3. "semi": true,
  4. "singleQuote": true
  5. }