mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
c3bb5d7c30
Signed-off-by: David Mehren <git@herrmehren.de>
10 lines
328 B
Text
10 lines
328 B
Text
{
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"],
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"importOrder": ["^[./]"],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"importOrderCaseInsensitive": true,
|
|
"importOrderParserPlugins": ["typescript","classProperties","decorators-legacy"]
|
|
}
|