From 04a1f58fb4ca88d20d848402b828fc8c15ab6ee9 Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Fri, 1 Oct 2021 13:44:50 -0700 Subject: [PATCH] Add newline after comments in rush.json (#17912) to make it easier to `grep -v` comment lines and get valid json. --- rush.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rush.json b/rush.json index 639be28d04be..d55ea3797916 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.