mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
Update .prettierrc for sort-imports v3
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
d70d5675d2
commit
5f04f3556a
1 changed files with 4 additions and 1 deletions
|
@ -3,5 +3,8 @@
|
|||
"singleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"importOrder": ["^[./]"],
|
||||
"importOrderSeparation": true
|
||||
"importOrderSeparation": true,
|
||||
"importOrderSortSpecifiers": true,
|
||||
"importOrderCaseInsensitive": true,
|
||||
"importOrderParserPlugins": ["typescript","classProperties","decorators-legacy"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue