From b7e43ef2bbfd5f045e12203f952bfe11afd03230 Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 24 Oct 2017 13:08:07 -0700 Subject: [PATCH] pixi.js: Fix lint (#20970) --- types/pixi.js/tslint.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/pixi.js/tslint.json b/types/pixi.js/tslint.json index 8738927597..590b9da845 100644 --- a/types/pixi.js/tslint.json +++ b/types/pixi.js/tslint.json @@ -11,6 +11,8 @@ "no-inferrable-types": false, "no-mergeable-namespace": false, "no-single-declare-module": false, + "no-redundant-jsdoc": false, + "no-redundant-jsdoc-2": false, "no-unnecessary-generics": false, "no-unnecessary-qualifier": false, "one-line": false,