From 94d9f7369d421903cbed36eff76e890c55051239 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Thu, 10 Sep 2020 09:40:58 -0700 Subject: [PATCH] [justified-layout] Enable npm-naming rule (#47402) --- types/justified-layout/tslint.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/types/justified-layout/tslint.json b/types/justified-layout/tslint.json index 090c642ae1..3db14f85ea 100644 --- a/types/justified-layout/tslint.json +++ b/types/justified-layout/tslint.json @@ -1,6 +1 @@ -{ - "extends": "dtslint/dt.json", - "rules": { - "npm-naming": [true, { "mode": "code", "errors": [["NeedsExportEquals", false]] }] - } -} +{ "extends": "dtslint/dt.json" }