From 69bf6eb0ed525fcaa8e1ebdf7e0c9ffa9ff4fe7f Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 6 Sep 2017 09:44:12 -0700 Subject: [PATCH] Add more tslint disables (#19590) --- types/node/v0/tslint.json | 1 + types/prosemirror-state/tslint.json | 1 + types/webpack/tslint.json | 1 + 3 files changed, 3 insertions(+) diff --git a/types/node/v0/tslint.json b/types/node/v0/tslint.json index 3e842be21f..f4eb951ec6 100644 --- a/types/node/v0/tslint.json +++ b/types/node/v0/tslint.json @@ -23,6 +23,7 @@ "no-namespace": false, "no-padding": false, "no-string-throw": false, + "no-unnecessary-generics": false, "no-unnecessary-qualifier": false, "no-var-keyword": false, "object-literal-shorthand": false, diff --git a/types/prosemirror-state/tslint.json b/types/prosemirror-state/tslint.json index 6371e80ee3..0aca9484b9 100644 --- a/types/prosemirror-state/tslint.json +++ b/types/prosemirror-state/tslint.json @@ -3,6 +3,7 @@ "rules": { // TODO "no-object-literal-type-assertion": false, + "no-any-union": false, "no-unnecessary-generics": false } } diff --git a/types/webpack/tslint.json b/types/webpack/tslint.json index 9d2d6ce987..590af11d7e 100644 --- a/types/webpack/tslint.json +++ b/types/webpack/tslint.json @@ -2,6 +2,7 @@ "extends": "dtslint/dt.json", "rules": { // TODO + "no-any-union": false, "no-unnecessary-qualifier": false, "no-void-expression": false, "space-within-parens": false