From e6c8555fbdb48b02757e32da2e092b1d78bafdce Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 11:24:43 -0700 Subject: [PATCH] [async-writer] Remove unused lint exceptions (#47933) --- types/async-writer/tslint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/async-writer/tslint.json b/types/async-writer/tslint.json index 6eecfbc945..1ccfcc3153 100644 --- a/types/async-writer/tslint.json +++ b/types/async-writer/tslint.json @@ -2,14 +2,11 @@ "extends": "dtslint/dt.json", "rules": { "ban-types": false, - "callable-types": false, "dt-header": false, "export-just-namespace": false, "no-consecutive-blank-lines": false, - "no-redundant-jsdoc": false, "no-var-keyword": false, "prefer-const": false, - "prefer-method-signature": false, "semicolon": false, "trim-file": false }