Created the prettierrc.json

This commit is contained in:
Mathias Wagner 2023-04-18 21:02:19 +00:00
parent 63fdd636c6
commit 675e01a5d0

6
.prettierrc.json Normal file
View File

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