Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit f11a370

Browse files
committed
Silence lint warning
1 parent 547db22 commit f11a370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (!isRunningSupportedTypeScriptVersion) {
2727
"Please only submit bug reports when using the officially supported version.",
2828
border
2929
];
30-
console.log(versionWarning.join("\n\n"));
30+
console.log(versionWarning.join("\n\n")); // eslint-disable-line no-console
3131
}
3232

3333
let extra;

0 commit comments

Comments
 (0)