Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Nov 16, 2018
1 parent 032f1ec commit e6da160
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/util/config-comment-parser.js
Expand Up @@ -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.
}

Expand Down Expand Up @@ -132,7 +133,7 @@ module.exports = class ConfigCommentParser {
*/
parseListConfig(string) {
debug("Parsing list config");

const items = {};

// Collapse whitespace around commas
Expand Down

0 comments on commit e6da160

Please sign in to comment.