diff --git a/mw/hook.d.ts b/mw/hook.d.ts index f516ebb..c9fe93b 100644 --- a/mw/hook.d.ts +++ b/mw/hook.d.ts @@ -76,7 +76,7 @@ declare global { * @member mw * @see https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.hook */ - function hook(event: string): Hook; + function hook(event: string): Hook; } } diff --git a/tslint.json b/tslint.json index 7ea2968..f0759b2 100644 --- a/tslint.json +++ b/tslint.json @@ -7,6 +7,7 @@ "no-padding": false, "no-unnecessary-qualifier": false, "unified-signatures": false, - "no-redundant-jsdoc": false + "no-redundant-jsdoc": false, + "no-unnecessary-generics": false } }