.prettierrc.json 151 B

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