Skip to content

Commit

Permalink
Exempt scrollmagic from npm-naming (#44853)
Browse files Browse the repository at this point in the history
I can't tell from the source whether scrollmagic exports a callable
object because all the documentation is for the global usage. However,
the global usage is a namespace, not a function, so I suspect the module
is the same.
  • Loading branch information
sandersn committed May 18, 2020
1 parent a573676 commit 4904929
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion types/scrollmagic/tslint.json
@@ -1 +1,6 @@
{ "extends": "dtslint/dt.json" }
{
"extends": "dtslint/dt.json",
"rules": {
"npm-naming": [true,{"mode":"code","errors":[["NeedsExportEquals",false]]}]
}
}

0 comments on commit 4904929

Please sign in to comment.