adds prettier config

This commit is contained in:
Abhinav 2021-11-16 12:42:42 +05:30
parent 301c623005
commit b18da9f97c

6
.prettierrc.json Normal file
View file

@ -0,0 +1,6 @@
{
"tabWidth": 4,
"trailingComma": "es5",
"singleQuote": true,
"jsxBracketSameLine": true
}