From ef155d9e151051da1ca734edce5a68c3d6f5b8bf Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Sun, 4 Aug 2019 18:16:08 -0700 Subject: [PATCH] chore: fix lint settings --- angular.json | 3 +-- tslint.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/angular.json b/angular.json index f51db446..4eb39aec 100644 --- a/angular.json +++ b/angular.json @@ -101,8 +101,7 @@ "options": { "tsConfig": [ "tsconfig.app.json", - "tsconfig.spec.json", - "e2e/tsconfig.json" + "tsconfig.spec.json" ], "exclude": [ "**/node_modules/**" diff --git a/tslint.json b/tslint.json index 4589dcb5..8555de4a 100644 --- a/tslint.json +++ b/tslint.json @@ -4,7 +4,7 @@ "array-type": false, "arrow-parens": false, "deprecation": { - "severity": "warn" + "severity": "warning" }, "component-class-suffix": true, "contextual-lifecycle": true, @@ -32,7 +32,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, "as-needed"], "object-literal-sort-keys": false,