.prettierrc.json 131 B

123456789
  1. {
  2. "singleQuote": true,
  3. "semi": false,
  4. "printWidth": 150,
  5. "trailingComma": "none",
  6. "endOfLine": "auto",
  7. "tabWidth": 2
  8. }