map/.prettierrc

9 lines
256 B
Plaintext
Raw Permalink Normal View History

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