mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 22:15:12 -04: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
4a1e9c36c6
commit
2e333c6dc4
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…
Add table
Add a link
Reference in a new issue