add .prettierrc

This commit is contained in:
Michael Fatemi 2021-04-10 11:27:05 -04:00
parent 2d63f0edce
commit 1948b2d0e1

7
.prettierrc Normal file
View File

@ -0,0 +1,7 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"singleQuote": true,
"tabWidth": 2,
"useTabs": true
}