From b0294b2429e6a89a081a121ff87e5deb76aefbfb Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 22 Sep 2020 11:54:56 -0700 Subject: [PATCH] [amplitude-js] Remove unused lint exceptions (#47800) --- types/amplitude-js/v4/tslint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/amplitude-js/v4/tslint.json b/types/amplitude-js/v4/tslint.json index 0b1b7fdce6..2afe990ce3 100644 --- a/types/amplitude-js/v4/tslint.json +++ b/types/amplitude-js/v4/tslint.json @@ -1,18 +1,15 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, "dt-header": false, "no-boolean-literal-compare": false, "no-consecutive-blank-lines": false, "no-internal-module": false, "no-namespace": false, "no-padding": false, - "no-redundant-jsdoc": false, "no-var-keyword": false, "object-literal-key-quotes": false, "only-arrow-functions": false, - "prefer-method-signature": false, "semicolon": false, "space-before-function-paren": false, "strict-export-declare-modifiers": false,