💖 Trailing comma remove in prettier

This commit is contained in:
ful1e5 2020-08-15 17:26:57 +05:30
parent d3d28929f9
commit 37cd8c5c5b

3
.prettierrc Normal file
View file

@ -0,0 +1,3 @@
{
"trailingComma": "none"
}