chore: add prettier settings

This commit is contained in:
abhishandy 2022-12-06 19:56:02 -05:00
parent dd68831faf
commit 07d7b2bfec

6
.prettierrc Normal file
View File

@ -0,0 +1,6 @@
{
"singleQuote": true,
"printWidth": 140,
"trailingComma": "all",
"arrowParens": "avoid"
}