mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 02:06:29 -05:00
2e333c6dc4
Prettier can't autodetect the plugins with Yarn PnP, as there is no node_modules folder. Signed-off-by: David Mehren <git@herrmehren.de>
7 lines
169 B
Text
7 lines
169 B
Text
{
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"],
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"importOrder": ["^[./]"],
|
|
"importOrderSeparation": true
|
|
}
|