chore: add prettier config file

This commit is contained in:
zyachel 2023-03-05 00:38:38 +05:30
parent ef46c5ee3a
commit f1efdf33e4

5
.prettierrc Normal file
View file

@ -0,0 +1,5 @@
{
"printWidth": 100,
"singleQuote": true,
"arrowParens": "avoid"
}