Skip to content

Releases: EvgenyOrekhov/eslint-config-hardcore

v19.8.0

18 Jun 11:02
Compare
Choose a tag to compare

v19.7.0

17 Jun 11:46
Compare
Choose a tag to compare

v19.6.2

09 Jun 08:05
Compare
Choose a tag to compare

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)

See sindresorhus/eslint-plugin-unicorn#1343

v19.6.1

08 Jun 11:42
Compare
Choose a tag to compare

Update dependencies

v19.6.0

07 Jun 10:33
Compare
Choose a tag to compare

v19.5.0

31 May 10:08
Compare
Choose a tag to compare

v19.4.0

19 May 12:10
Compare
Choose a tag to compare

v19.3.0

v19.2.0

26 Apr 20:04
Compare
Choose a tag to compare

v19.1.0

26 Apr 20:02
Compare
Choose a tag to compare

No changes.