mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-03 08:28:54 -04:00
Setup prettier plugin to sort imports
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
abdf28896c
commit
68f1b2c703
3 changed files with 100 additions and 13 deletions
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all"
|
||||
}
|
||||
"trailingComma": "all",
|
||||
"importOrder": ["^[./]"],
|
||||
"importOrderSeparation": true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue