From f88ffb1b9a4e3464668cfa154148ab4ee62fd86c Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 13:38:28 -0700 Subject: [PATCH] [byline] Remove unused lint exceptions (#48043) --- types/byline/tslint.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/types/byline/tslint.json b/types/byline/tslint.json index 4fd5be2bbf..93b922bdf9 100644 --- a/types/byline/tslint.json +++ b/types/byline/tslint.json @@ -1,21 +1,17 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, "comment-format": false, "dt-header": false, - "eofline": false, "no-conditional-assignment": false, "no-consecutive-blank-lines": false, "no-duplicate-variable": false, "no-empty-interface": false, "no-padding": false, - "no-redundant-jsdoc": false, "no-var-keyword": false, "no-var-requires": false, "only-arrow-functions": false, "prefer-const": false, - "prefer-method-signature": false, "semicolon": false, "space-within-parens": false, "strict-export-declare-modifiers": false,