From e6da160426669943fd43060d2aabe261cbfc7f0f Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Fri, 16 Nov 2018 13:33:36 -0800 Subject: [PATCH] Fix linting errors --- lib/util/config-comment-parser.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/util/config-comment-parser.js b/lib/util/config-comment-parser.js index 37118e13aff..e01ef78ba17 100644 --- a/lib/util/config-comment-parser.js +++ b/lib/util/config-comment-parser.js @@ -90,6 +90,7 @@ module.exports = class ConfigCommentParser { } catch (ex) { debug("Levn parsing failed; falling back to manual parsing."); + // ignore to parse the string by a fallback. } @@ -132,7 +133,7 @@ module.exports = class ConfigCommentParser { */ parseListConfig(string) { debug("Parsing list config"); - + const items = {}; // Collapse whitespace around commas