Created the .prettierrc.json

This commit is contained in:
Mathias Wagner 2023-01-15 01:53:19 +01:00
parent 28fc893d1c
commit 03f21d30ca
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

6
.prettierrc.json Normal file
View File

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