From f12acdb50bd6afae21d8d033548c012d23ec2791 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sun, 8 Sep 2019 01:27:18 +0900 Subject: Update @typescript-eslint/* to v2.1.0 (#2878) --- core/libdeno/libdeno_test.js | 1 + 1 file changed, 1 insertion(+) (limited to 'core/libdeno/libdeno_test.js') diff --git a/core/libdeno/libdeno_test.js b/core/libdeno/libdeno_test.js index 1c7655391..779762cfd 100644 --- a/core/libdeno/libdeno_test.js +++ b/core/libdeno/libdeno_test.js @@ -3,6 +3,7 @@ // A simple runtime that doesn't involve typescript or protobufs to test // libdeno. Invoked by libdeno_test.cc +// eslint-disable-next-line @typescript-eslint/no-this-alias const global = this; function assert(cond) { -- cgit v1.2.3