From 9afd360eba0da51f7dd8b372f3990f3a09e1f80b Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Tue, 17 Mar 2020 22:28:47 +0200 Subject: [PATCH] build(docs-infra): update project structure to cli@9 9/12 (`tslint.json`) (#36015) Update `tslint.json`. PR Close #36015 --- aio/tools/examples/shared/boilerplate/cli/tslint.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/aio/tools/examples/shared/boilerplate/cli/tslint.json b/aio/tools/examples/shared/boilerplate/cli/tslint.json index 188bd78d32..f85fc68d9e 100644 --- a/aio/tools/examples/shared/boilerplate/cli/tslint.json +++ b/aio/tools/examples/shared/boilerplate/cli/tslint.json @@ -4,7 +4,7 @@ "array-type": false, "arrow-parens": false, "deprecation": { - "severity": "warn" + "severity": "warning" }, "component-class-suffix": true, "contextual-lifecycle": true, @@ -60,7 +60,6 @@ "no-non-null-assertion": true, "no-redundant-jsdoc": true, "no-switch-case-fall-through": true, - "no-use-before-declare": true, "no-var-requires": false, "object-literal-key-quotes": [ true, @@ -89,4 +88,4 @@ "rulesDirectory": [ "codelyzer" ] -} \ No newline at end of file +}