From 034e2cc02829c9244b32232074c7a48af827a2fb Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Sun, 10 Mar 2019 04:30:38 +1100 Subject: Migrate from tslint to eslint for linting (#1905) --- tests/error_008_checkjs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/error_008_checkjs.js') diff --git a/tests/error_008_checkjs.js b/tests/error_008_checkjs.js index 08d4873c7..628d3e376 100644 --- a/tests/error_008_checkjs.js +++ b/tests/error_008_checkjs.js @@ -2,5 +2,5 @@ consol.log("hello world!"); // the following error should be ignored and not output to the console -// @ts-ignore +// eslint-disable-next-line const foo = new Foo(); -- cgit v1.2.3