Updated the .prettierrc.json

This commit is contained in:
Mathias Wagner 2023-01-15 15:54:10 +01:00
parent 8e61f2f296
commit 915ebc353a
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

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