.prettierrc.json 163 B

12345678
  1. {
  2. "$schema": "https://json.schemastore.org/prettierrc",
  3. "semi": false,
  4. "tabWidth": 2,
  5. "singleQuote": true,
  6. "printWidth": 100,
  7. "trailingComma": "none"
  8. }