.prettierrc 256 B

12345678
  1. {
  2. "printWidth": 80,
  3. "singleQuote": true,
  4. "trailingComma": "all",
  5. "proseWrap": "never",
  6. "overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }],
  7. "plugins": ["prettier-plugin-organize-imports", "prettier-plugin-packagejson"]
  8. }