From 165e2bf7b01ba8fc9ecfffbfaa69acc8dc7b90d1 Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 24 Oct 2017 08:53:43 -0700 Subject: [PATCH] Fix no-redundant-jsdoc ignores -- include no-redundant-jsdoc-2 (#20954) --- types/activex-libreoffice/tslint.json | 1 + types/applicationinsights-js/tslint.json | 1 + types/dwt/tslint.json | 1 + types/dwt/v12/tslint.json | 1 + types/ej.web.all/tslint.json | 1 + types/node/tslint.json | 1 + types/node/v0/tslint.json | 1 + types/node/v4/tslint.json | 1 + types/node/v6/tslint.json | 1 + types/node/v7/tslint.json | 1 + types/openpgp/tslint.json | 1 + 11 files changed, 11 insertions(+) diff --git a/types/activex-libreoffice/tslint.json b/types/activex-libreoffice/tslint.json index 58ae722582..8e56cb082c 100644 --- a/types/activex-libreoffice/tslint.json +++ b/types/activex-libreoffice/tslint.json @@ -4,6 +4,7 @@ "interface-name": [false], "ban-types": false, "no-redundant-jsdoc": false, + "no-redundant-jsdoc-2": false, "no-unnecessary-qualifier": false } } \ No newline at end of file diff --git a/types/applicationinsights-js/tslint.json b/types/applicationinsights-js/tslint.json index 482dffd727..29f4a79556 100644 --- a/types/applicationinsights-js/tslint.json +++ b/types/applicationinsights-js/tslint.json @@ -7,6 +7,7 @@ "no-internal-module": false, "no-mergeable-namespace": false, "no-redundant-jsdoc": false, + "no-redundant-jsdoc-2": false, "no-single-declare-module": false, "no-unnecessary-class": false, "no-unnecessary-qualifier": false diff --git a/types/dwt/tslint.json b/types/dwt/tslint.json index 5d3b93bdf9..cb4a75513c 100644 --- a/types/dwt/tslint.json +++ b/types/dwt/tslint.json @@ -4,6 +4,7 @@ "jsdoc-format": false, "max-line-length": [false], "no-redundant-jsdoc": false, + "no-redundant-jsdoc-2": false, "no-trailing-whitespace": false, "space-before-function-paren": false, "only-arrow-functions": [false] diff --git a/types/dwt/v12/tslint.json b/types/dwt/v12/tslint.json index 5d3b93bdf9..cb4a75513c 100644 --- a/types/dwt/v12/tslint.json +++ b/types/dwt/v12/tslint.json @@ -4,6 +4,7 @@ "jsdoc-format": false, "max-line-length": [false], "no-redundant-jsdoc": false, + "no-redundant-jsdoc-2": false, "no-trailing-whitespace": false, "space-before-function-paren": false, "only-arrow-functions": [false] diff --git a/types/ej.web.all/tslint.json b/types/ej.web.all/tslint.json index 606ad80edd..36e60efe0b 100644 --- a/types/ej.web.all/tslint.json +++ b/types/ej.web.all/tslint.json @@ -9,6 +9,7 @@ "no-padding": false, "no-any-union": false, "no-redundant-jsdoc": false, + "no-redundant-jsdoc-2": false, "no-unnecessary-generics": false, "no-unnecessary-qualifier": false, "strict-export-declare-modifiers": false diff --git a/types/node/tslint.json b/types/node/tslint.json index 31a178ba24..45064d266f 100644 --- a/types/node/tslint.json +++ b/types/node/tslint.json @@ -13,6 +13,7 @@ "no-internal-module": false, "no-namespace": false, "no-redundant-jsdoc": false, + "no-redundant-jsdoc-2": false, "no-unnecessary-class": false, "no-unnecessary-generics": false, "no-unnecessary-qualifier": false, diff --git a/types/node/v0/tslint.json b/types/node/v0/tslint.json index 3bcfcb8ebe..c752378347 100644 --- a/types/node/v0/tslint.json +++ b/types/node/v0/tslint.json @@ -24,6 +24,7 @@ "no-padding": false, "no-string-throw": false, "no-redundant-jsdoc": false, + "no-redundant-jsdoc-2": false, "no-unnecessary-generics": false, "no-unnecessary-qualifier": false, "no-var-keyword": false, diff --git a/types/node/v4/tslint.json b/types/node/v4/tslint.json index 87d984f4a8..518f58df03 100644 --- a/types/node/v4/tslint.json +++ b/types/node/v4/tslint.json @@ -25,6 +25,7 @@ "no-padding": false, "no-string-throw": false, "no-redundant-jsdoc": false, + "no-redundant-jsdoc-2": false, "no-unnecessary-generics": false, "no-unnecessary-qualifier": false, "no-var-keyword": false, diff --git a/types/node/v6/tslint.json b/types/node/v6/tslint.json index 87d984f4a8..518f58df03 100644 --- a/types/node/v6/tslint.json +++ b/types/node/v6/tslint.json @@ -25,6 +25,7 @@ "no-padding": false, "no-string-throw": false, "no-redundant-jsdoc": false, + "no-redundant-jsdoc-2": false, "no-unnecessary-generics": false, "no-unnecessary-qualifier": false, "no-var-keyword": false, diff --git a/types/node/v7/tslint.json b/types/node/v7/tslint.json index 87d984f4a8..518f58df03 100644 --- a/types/node/v7/tslint.json +++ b/types/node/v7/tslint.json @@ -25,6 +25,7 @@ "no-padding": false, "no-string-throw": false, "no-redundant-jsdoc": false, + "no-redundant-jsdoc-2": false, "no-unnecessary-generics": false, "no-unnecessary-qualifier": false, "no-var-keyword": false, diff --git a/types/openpgp/tslint.json b/types/openpgp/tslint.json index ee0546a40f..3242154128 100644 --- a/types/openpgp/tslint.json +++ b/types/openpgp/tslint.json @@ -9,6 +9,7 @@ "max-line-length": false, "no-consecutive-blank-lines": false, "no-redundant-jsdoc": false, + "no-redundant-jsdoc-2": false, "no-var-keyword": false, "only-arrow-functions": false, "prefer-const": false,