chore: add prettierrc file for future contributors

This commit is contained in:
httpjamesm 2022-10-30 19:18:20 -04:00
parent a2fc2322a3
commit 0c76f485f9

6
.prettierrc Normal file
View file

@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}