chore: add .prettierrc.json (with historical settings)

This commit is contained in:
AJ ONeal 2024-08-28 21:28:12 -06:00
parent 2424a7ff75
commit e6c0e68d36
Signed by: coolaj86
GPG Key ID: F1D692A76F70CF98

5
.prettierrc.json Normal file
View File

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