v19.6.2
EvgenyOrekhov
released this
09 Jun 08:05
·
1040 commits
to master
since this release
Disable unicorn/prefer-prototype-methods
It produces dubious warning to change this.foo.bind(this)
to ClassName.prototype.foo.bind(this)
or this.constructor.prototype.foo.bind(this)