.prettierrc 111 B

1234567
  1. {
  2. "printWidth": 100,
  3. "semi": false,
  4. "singleQuote": true,
  5. "useTabs": false,
  6. "tabWidth": 2
  7. }