Fix prettier config

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-11-25 17:00:05 +01:00
parent bfe833af7f
commit 7b6ad312c0
2 changed files with 7 additions and 5 deletions

View File

@@ -1 +1,6 @@
{}
{
"trailingComma": "es5",
"semi": true,
"singleQuote": false,
"bracketSpacing": true
}