.prettierrc.json 80 B

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