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" }