From 03cf152c79270da5c8f9a5ee340d4334f9985f5d Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 11:42:45 -0700 Subject: [PATCH] [aspnet-identity-pw] Remove unused lint exceptions (#47930) --- types/aspnet-identity-pw/tslint.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/types/aspnet-identity-pw/tslint.json b/types/aspnet-identity-pw/tslint.json index 2569319af7..ceebe6bad1 100644 --- a/types/aspnet-identity-pw/tslint.json +++ b/types/aspnet-identity-pw/tslint.json @@ -1,15 +1,11 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, "dt-header": false, - "eofline": false, "no-consecutive-blank-lines": false, - "no-redundant-jsdoc": false, "no-var-keyword": false, "only-arrow-functions": false, "prefer-const": false, - "prefer-method-signature": false, "strict-export-declare-modifiers": false, "trim-file": false }