From 16f1c167b8a98863006e422b39fedb24f37c28b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 23 Jun 2020 09:19:21 +0200 Subject: [PATCH] interface_config: bring back config trailer --- interface_config.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/interface_config.js b/interface_config.js index ecfb114e97..5399052999 100644 --- a/interface_config.js +++ b/interface_config.js @@ -209,7 +209,7 @@ var interfaceConfig = { * * @type {boolean} */ - VIDEO_QUALITY_LABEL_DISABLED: false + VIDEO_QUALITY_LABEL_DISABLED: false, /** * When enabled, the kick participant button will not be presented for users without a JWT @@ -265,6 +265,13 @@ var interfaceConfig = { INDICATOR_FONT_SIZES PHONE_NUMBER_REGEX */ + + // Allow all above example options to include a trailing comma and + // prevent fear when commenting out the last value. + // eslint-disable-next-line sort-keys + makeJsonParserHappy: 'even if last key had a trailing comma' + + // No configuration value should follow this line. }; /* eslint-enable no-unused-vars, no-var, max-len */