From d295604008a9d52bcc85df8682d1792f997d1674 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 22 Sep 2020 11:57:24 -0700 Subject: [PATCH] [allure-js-commons] Remove unused lint exceptions (#47796) --- types/allure-js-commons/tslint.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/types/allure-js-commons/tslint.json b/types/allure-js-commons/tslint.json index 41344f59e7..3db14f85ea 100644 --- a/types/allure-js-commons/tslint.json +++ b/types/allure-js-commons/tslint.json @@ -1,6 +1 @@ -{ - "extends": "dtslint/dt.json", - "rules": { - "npm-naming": false - } -} +{ "extends": "dtslint/dt.json" }