add trailingComma to prettier settings.

because my system was still using the old defaults and that was bad.
This commit is contained in:
fiatjaf 2023-10-16 10:33:41 -03:00 committed by Kieran
parent f0110e9009
commit 227b3b8dd7
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -12,7 +12,8 @@
"prettier": {
"printWidth": 120,
"bracketSameLine": true,
"arrowParens": "avoid"
"arrowParens": "avoid",
"trailingComma": "all"
},
"packageManager": "yarn@3.6.3",
"dependencies": {