hedgedoc/.prettierrc
David Mehren 6733456add
Setup Prettier plugins explicitly
Prettier can't autodetect the plugins with Yarn PnP,
as there is no node_modules folder.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-09-06 16:37:10 +02:00

7 lines
169 B
Text

{
"plugins": ["@trivago/prettier-plugin-sort-imports"],
"singleQuote": true,
"trailingComma": "all",
"importOrder": ["^[./]"],
"importOrderSeparation": true
}