From aeae85685d432d6aa94f7b5ee1e3242b8d16ef20 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 11:41:38 -0700 Subject: [PATCH] [atom] Remove unused lint exceptions (#47936) --- types/atom/tslint.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/types/atom/tslint.json b/types/atom/tslint.json index 3811d3257c..4c3e6e9036 100644 --- a/types/atom/tslint.json +++ b/types/atom/tslint.json @@ -4,9 +4,6 @@ "await-promise": [true, "CancellablePromise"], "indent": [true, "spaces", 4], "max-line-length": [true, 100], - "no-any": true, - - // TODOs - "no-declare-current-package": false + "no-any": true } }