.prettierrc 121 B

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