Add prettier rules config (with existing repo format)

This commit is contained in:
Theo 2023-06-16 15:24:16 -07:00
parent e4b7ced4d3
commit b2270836e4

6
.prettierrc Normal file

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