chore: add prettierrc file for future contributors

This commit is contained in:
httpjamesm 2022-10-30 19:18:20 -04:00 committed by zyachel
parent d152cf4b62
commit 4638f913e8

6
.prettierrc Normal file
View file

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