Skip to content

Commit 15b36aa

Browse files
committed
prettier fixes
1 parent 28fc5ae commit 15b36aa

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,10 @@
612612
"description": "The remote root to map."
613613
}
614614
},
615-
"required": ["localRoot", "remoteRoot"]
615+
"required": [
616+
"localRoot",
617+
"remoteRoot"
618+
]
616619
},
617620
"default": []
618621
}
@@ -680,7 +683,10 @@
680683
"description": "The remote root to map."
681684
}
682685
},
683-
"required": ["localRoot", "remoteRoot"]
686+
"required": [
687+
"localRoot",
688+
"remoteRoot"
689+
]
684690
},
685691
"default": []
686692
}

0 commit comments

Comments
 (0)