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

This commit is contained in:
AJ ONeal 2024-08-28 21:28:12 -06:00
부모 2424a7ff75
커밋 e6c0e68d36
로그인 계정: coolaj86
GPG 키 ID: F1D692A76F70CF98

5
.prettierrc.json Normal file
파일 보기

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