feat: setup prettier

This commit is contained in:
StevanFreeborn
2023-02-01 23:30:50 -06:00
parent 5b25a99cd1
commit 900cdfb086
4 changed files with 601 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"bracketSpacing": true
}