update prettier config

This commit is contained in:
Abhinav 2021-12-19 11:53:24 +05:30
parent f117060c00
commit 7e989903c3

View file

@ -2,5 +2,5 @@
"tabWidth": 4,
"trailingComma": "es5",
"singleQuote": true,
"jsxBracketSameLine": true
}
"bracketSameLine": true
}