Add prettier

This commit is contained in:
Braydon 2024-09-09 19:43:43 -04:00
parent f791320b80
commit 0c21619241

4
JS-SDK/.prettierrc Normal file

@ -0,0 +1,4 @@
{
"trailingComma": "es5",
"tabWidth": 4
}