.prettierrc.json 173 B

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