Create prettierrc.json

This commit is contained in:
Mathias Wagner
2024-07-20 12:28:18 +02:00
parent 8ca04c6cd3
commit 863d52b1de

6
.prettierrc.json Normal file
View File

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