add trailingComma to prettier settings.
because my system was still using the old defaults and that was bad.
This commit is contained in:
parent
f0110e9009
commit
227b3b8dd7
@ -12,7 +12,8 @@
|
||||
"prettier": {
|
||||
"printWidth": 120,
|
||||
"bracketSameLine": true,
|
||||
"arrowParens": "avoid"
|
||||
"arrowParens": "avoid",
|
||||
"trailingComma": "all"
|
||||
},
|
||||
"packageManager": "yarn@3.6.3",
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user