.prettierrc 153 B

123456789
  1. {
  2. "tabWidth": 2,
  3. "useTabs": false,
  4. "printWidth": 110,
  5. "semi": false,
  6. "trailingComma": "none",
  7. "singleQuote": true,
  8. "parser": "typescript"
  9. }