[ndjson] Enable npm-naming rule (#47425)

This commit is contained in:
Jack Bates 2020-09-11 09:25:43 -07:00 committed by GitHub
parent bd4dc7d504
commit 074c4beef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1 @@
{
"extends": "dtslint/dt.json",
"rules": {
"npm-naming": [true,{"mode":"code","errors":[["NeedsExportEquals",false]]}]
}
}
{ "extends": "dtslint/dt.json" }