.prettierrc.json 102 B

12345
  1. {
  2. "$schema": "https://json.schemastore.org/prettierrc",
  3. "singleQuote": true,
  4. "printWidth": 100
  5. }