From 074c4beef84dff28083e27968217cd7ecfde25a9 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Fri, 11 Sep 2020 09:25:43 -0700 Subject: [PATCH] [ndjson] Enable npm-naming rule (#47425) --- types/ndjson/tslint.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/types/ndjson/tslint.json b/types/ndjson/tslint.json index 6e1dd053db..3db14f85ea 100644 --- a/types/ndjson/tslint.json +++ b/types/ndjson/tslint.json @@ -1,6 +1 @@ -{ - "extends": "dtslint/dt.json", - "rules": { - "npm-naming": [true,{"mode":"code","errors":[["NeedsExportEquals",false]]}] - } -} +{ "extends": "dtslint/dt.json" }