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

Tento commit je obsažen v:
AJ ONeal 2024-08-28 21:28:12 -06:00
rodič 2424a7ff75
revize e6c0e68d36
Podepsáno: coolaj86
ID GPG klíče: F1D692A76F70CF98

5
.prettierrc.json Normální soubor
Zobrazit soubor

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