From 378988382e786f543df9a8939e99eb59fc048f92 Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Tue, 28 Sep 2021 18:16:42 +0000 Subject: [PATCH] Add newline after comments in rush.json to make it easier to `grep -v` comment lines --- rush.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rush.json b/rush.json index 9ad879ceb108..51f00543bd38 100644 --- a/rush.json +++ b/rush.json @@ -1,7 +1,8 @@ /** * This is the main configuration file for Rush. * For full documentation, please see https://rushjs.io - */ { + */ +{ "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json", /** * (Required) This specifies the version of the Rush engine to be used in this repo.