From 18dcfa7659e50afe8d030e3c10fd52b27a38187a Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Mon, 21 Sep 2020 12:27:44 -0700 Subject: [PATCH] [ajv-keywords] Remove unused lint exceptions (#47774) --- types/ajv-keywords/tslint.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/types/ajv-keywords/tslint.json b/types/ajv-keywords/tslint.json index 75812b1cc4..3db14f85ea 100644 --- a/types/ajv-keywords/tslint.json +++ b/types/ajv-keywords/tslint.json @@ -1,6 +1 @@ -{ - "extends": "dtslint/dt.json", - "rules": { - "no-outside-dependencies": false - } -} +{ "extends": "dtslint/dt.json" }