Configure prettier to use trailing commas
parent
21d0211853
commit
34098189c8
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
"singleQuote": true
|
"singleQuote": true,
|
||||||
|
"trailingComma": "all"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue