summaryrefslogtreecommitdiff
path: root/js/event.ts
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 /js/event.ts
parent8c7a12d1b258f0ef5ab27f49c424331d43e8d97f (diff)
Migrate from tslint to eslint for linting (#1905)
Diffstat (limited to 'js/event.ts')
-rw-r--r--js/event.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/event.ts b/js/event.ts
index 1cc711b32..f39739190 100644
--- a/js/event.ts
+++ b/js/event.ts
@@ -3,7 +3,6 @@ import * as domTypes from "./dom_types";
import { getPrivateValue } from "./util";
// WeakMaps are recommended for private attributes (see MDN link below)
-// tslint:disable-next-line:max-line-length
// https://developer.mozilla.org/en-US/docs/Archive/Add-ons/Add-on_SDK/Guides/Contributor_s_Guide/Private_Properties#Using_WeakMaps
export const eventAttributes = new WeakMap();