Updated the .prettierrc.json

This commit is contained in:
Mathias Wagner 2023-01-15 13:53:16 +01:00
parent 18d3f8b0ba
commit 8e61f2f296
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -2,5 +2,5 @@
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
"singleQuote": false
}