mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
6733456add
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
|
|
}
|