mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-28 20:00:58 -05:00
Setup Prettier plugins explicitly
Prettier can't autodetect the plugins with Yarn PnP, as there is no node_modules folder. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
9395db2744
commit
6733456add
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"plugins": ["@trivago/prettier-plugin-sort-imports"],
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"trailingComma": "all",
|
"trailingComma": "all",
|
||||||
"importOrder": ["^[./]"],
|
"importOrder": ["^[./]"],
|
||||||
|
|
Loading…
Reference in a new issue