123456789 |
- {
- "printWidth": 80,
- "singleQuote": true,
- "trailingComma": "all",
- "proseWrap": "never",
- "overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }],
- "organizeImportsSkipDestructiveCodeActions": true,
- "plugins": ["prettier-plugin-organize-imports", "prettier-plugin-packagejson"]
- }
|