baorui/.prettierrc

9 lines
256 B
Plaintext
Raw Normal View History

2024-10-31 00:59:51 +08:00
{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "all",
"proseWrap": "never",
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }],
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-packagejson"]
}