chore: added prettier config to help keep ide's with prettier is same coding style

This commit is contained in:
Wesley Seubring 2024-10-25 13:51:43 +02:00
parent b2f0c3aacc
commit 712e3aee7f

4
.prettierrc Normal file
View File

@ -0,0 +1,4 @@
{
"trailingComma": "none",
"singleQuote": true
}