.prettierrc 309 B

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