Suppress linting newcap
* When the "use strict"; directive is set, constructors called without `new` will set the execution context to undefined. JSHint tries to be clever and forces on newcap. Suppress this behaviour, especially because newcap has gone the way of the dodo.
This commit is contained in:
parent
e0be643b7c
commit
b079a056a2
Loading…
Reference in a new issue