Add ignores for new lint rules (#19504)

This commit is contained in:
Andy
2017-09-01 07:47:52 -07:00
committed by GitHub
parent 2de60d4e1a
commit cb2dbfbb50
79 changed files with 328 additions and 59 deletions
+2
View File
@@ -5,12 +5,14 @@
"ban-types": false,
"dt-header": false,
"max-line-length": false,
"no-any-union": false,
"no-duplicate-imports": false,
"no-duplicate-variable": false,
"no-empty-interface": false,
"no-inferrable-types": false,
"no-internal-module": false,
"no-namespace": false,
"no-unnecessary-generics": false,
"no-unnecessary-qualifier": false,
"no-var-keyword": false,
"prefer-const": false,
+2
View File
@@ -13,6 +13,7 @@
"interface-over-type-literal": false,
"jsdoc-format": false,
"max-line-length": false,
"no-any-union": false,
"no-consecutive-blank-lines": false,
"no-duplicate-imports": false,
"no-duplicate-variable": false,
@@ -23,6 +24,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,
+2
View File
@@ -13,6 +13,7 @@
"interface-over-type-literal": false,
"jsdoc-format": false,
"max-line-length": false,
"no-any-union": false,
"no-consecutive-blank-lines": false,
"no-duplicate-imports": false,
"no-duplicate-variable": false,
@@ -23,6 +24,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,
+2
View File
@@ -13,6 +13,7 @@
"interface-over-type-literal": false,
"jsdoc-format": false,
"max-line-length": false,
"no-any-union": false,
"no-consecutive-blank-lines": false,
"no-duplicate-imports": false,
"no-duplicate-variable": false,
@@ -23,6 +24,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,