chore: add prettier config

This commit is contained in:
Derrick Hammer 2024-03-13 09:40:45 -04:00
parent 427bdbb407
commit 069fdb49bd
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 8 additions and 0 deletions

8
.prettierrc.json Normal file
View File

@ -0,0 +1,8 @@
{
"bracketSpacing": true,
"bracketSameLine": true,
"quoteProps": "consistent",
"semi": true,
"singleQuote": false,
"trailingComma": "all"
}