From f2ea296708bbc872232e449965d2dda31951459d Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 14:24:44 -0700 Subject: [PATCH] [better-curry] Remove unused lint exceptions (#47987) --- types/better-curry/tslint.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/types/better-curry/tslint.json b/types/better-curry/tslint.json index 206f0e794b..f3cdd3ec46 100644 --- a/types/better-curry/tslint.json +++ b/types/better-curry/tslint.json @@ -3,18 +3,14 @@ "rules": { "array-type": false, "ban-types": false, - "callable-types": false, "dt-header": false, - "eofline": false, "no-any-union": false, "no-consecutive-blank-lines": false, "no-declare-current-package": false, "no-padding": false, - "no-redundant-jsdoc": false, "no-single-declare-module": false, "no-var-keyword": false, "prefer-const": false, - "prefer-method-signature": false, "radix": false, "strict-export-declare-modifiers": false, "trim-file": false,