summaryrefslogtreecommitdiff
path: root/tests/error_008_checkjs.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/error_008_checkjs.js')
-rw-r--r--tests/error_008_checkjs.js2
1 files changed, 1 insertions, 1 deletions
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();