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