Skip to content

Releases: Lodin/eslint-config-poetez

v0.1.3

31 Oct 19:46
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Changelog

  • Double quotes is replaced with single quotes, because double quotes appears inside strings more often that single quotes.
  • Symbol description is optional now.
  • Ignored property can also be _ and no more requires at least single letter for its name.
  • Non-strict comparison to null is now allowed
  • max-len is reduced to 100 characters. This rule also became stricter (actually, it is the same as Airbnb max-len rule now).

v0.1.1

11 Jun 20:31
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Changelog

  • fix: "no-confusing-arrow" rule and "operator-linebreak" rule
  • style: fix license

v0.1.0

05 Jun 11:18
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First public release of eslint-config-poetez.