Skip to content

Commit adcb41c

Browse files
committed
prettier fixes
1 parent 1034eaf commit adcb41c

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
@@ -597,7 +597,10 @@
597597
"description": "The remote root to map."
598598
}
599599
},
600-
"required": ["localRoot", "remoteRoot"]
600+
"required": [
601+
"localRoot",
602+
"remoteRoot"
603+
]
601604
},
602605
"default": []
603606
}
@@ -650,7 +653,10 @@
650653
"description": "The remote root to map."
651654
}
652655
},
653-
"required": ["localRoot", "remoteRoot"]
656+
"required": [
657+
"localRoot",
658+
"remoteRoot"
659+
]
654660
},
655661
"default": []
656662
}

0 commit comments

Comments
 (0)