From 4f055d425741bc7c2be2317a7cf53a62e4ee235c Mon Sep 17 00:00:00 2001 From: arjunyel Date: Mon, 6 May 2019 12:28:49 -0600 Subject: [PATCH] refactor: remove tslint no-use-before-declare rule (#30288) PR Close #30288 --- aio/content/examples/tslint.json | 1 - aio/tools/examples/shared/boilerplate/cli/tslint.json | 1 - aio/tools/examples/shared/boilerplate/systemjs/tslint.json | 1 - aio/tools/tslint.json | 1 - integration/cli-hello-world-ivy-compat/tslint.json | 1 - integration/cli-hello-world-ivy-minimal/tslint.json | 1 - integration/cli-hello-world/tslint.json | 1 - 7 files changed, 7 deletions(-) diff --git a/aio/content/examples/tslint.json b/aio/content/examples/tslint.json index 423acb996d..45be76dec4 100644 --- a/aio/content/examples/tslint.json +++ b/aio/content/examples/tslint.json @@ -41,7 +41,6 @@ "no-switch-case-fall-through": true, "no-trailing-whitespace": true, "no-unused-expression": true, - "no-use-before-declare": false, "no-var-keyword": true, "object-literal-sort-keys": false, "one-line": [ diff --git a/aio/tools/examples/shared/boilerplate/cli/tslint.json b/aio/tools/examples/shared/boilerplate/cli/tslint.json index 6ddb6b2931..2f3c13be4a 100644 --- a/aio/tools/examples/shared/boilerplate/cli/tslint.json +++ b/aio/tools/examples/shared/boilerplate/cli/tslint.json @@ -73,7 +73,6 @@ "no-trailing-whitespace": true, "no-unnecessary-initializer": true, "no-unused-expression": true, - "no-use-before-declare": true, "no-var-keyword": true, "object-literal-sort-keys": false, "one-line": [ diff --git a/aio/tools/examples/shared/boilerplate/systemjs/tslint.json b/aio/tools/examples/shared/boilerplate/systemjs/tslint.json index 276453f4f5..a766b0154e 100644 --- a/aio/tools/examples/shared/boilerplate/systemjs/tslint.json +++ b/aio/tools/examples/shared/boilerplate/systemjs/tslint.json @@ -48,7 +48,6 @@ "no-unused-expression": true, "no-unused-variable": true, "no-unreachable": true, - "no-use-before-declare": true, "no-var-keyword": true, "object-literal-sort-keys": false, "one-line": [ diff --git a/aio/tools/tslint.json b/aio/tools/tslint.json index dc43816374..0888e2beb1 100644 --- a/aio/tools/tslint.json +++ b/aio/tools/tslint.json @@ -41,7 +41,6 @@ "no-switch-case-fall-through": true, "no-trailing-whitespace": true, "no-unused-expression": true, - "no-use-before-declare": true, "no-var-keyword": true, "object-literal-sort-keys": false, "one-line": [ diff --git a/integration/cli-hello-world-ivy-compat/tslint.json b/integration/cli-hello-world-ivy-compat/tslint.json index c740a7b2a5..4370015671 100644 --- a/integration/cli-hello-world-ivy-compat/tslint.json +++ b/integration/cli-hello-world-ivy-compat/tslint.json @@ -73,7 +73,6 @@ "no-trailing-whitespace": true, "no-unnecessary-initializer": true, "no-unused-expression": true, - "no-use-before-declare": true, "no-var-keyword": true, "object-literal-sort-keys": false, "one-line": [ diff --git a/integration/cli-hello-world-ivy-minimal/tslint.json b/integration/cli-hello-world-ivy-minimal/tslint.json index c740a7b2a5..4370015671 100644 --- a/integration/cli-hello-world-ivy-minimal/tslint.json +++ b/integration/cli-hello-world-ivy-minimal/tslint.json @@ -73,7 +73,6 @@ "no-trailing-whitespace": true, "no-unnecessary-initializer": true, "no-unused-expression": true, - "no-use-before-declare": true, "no-var-keyword": true, "object-literal-sort-keys": false, "one-line": [ diff --git a/integration/cli-hello-world/tslint.json b/integration/cli-hello-world/tslint.json index 9963d6c395..df22826a3b 100644 --- a/integration/cli-hello-world/tslint.json +++ b/integration/cli-hello-world/tslint.json @@ -73,7 +73,6 @@ "no-trailing-whitespace": true, "no-unnecessary-initializer": true, "no-unused-expression": true, - "no-use-before-declare": true, "no-var-keyword": true, "object-literal-sort-keys": false, "one-line": [