mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-10-31 16:10:36 -04:00
2241a3faea
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
10 lines
328 B
JSON
10 lines
328 B
JSON
{
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"],
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"importOrder": ["^[./]"],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"importOrderCaseInsensitive": true,
|
|
"importOrderParserPlugins": ["typescript","classProperties","decorators-legacy"]
|
|
}
|