summaryrefslogtreecommitdiff
path: root/tests/error_008_checkjs.js
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2019-03-10 04:30:38 +1100
committerRyan Dahl <ry@tinyclouds.org>2019-03-09 12:30:38 -0500
commit034e2cc02829c9244b32232074c7a48af827a2fb (patch)
treebade01606a1ee076c1f753ce99c97ddb1e4edf30 /tests/error_008_checkjs.js
parent8c7a12d1b258f0ef5ab27f49c424331d43e8d97f (diff)
Migrate from tslint to eslint for linting (#1905)
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();