Skip to content

Releases: RyanZim/eslint-config-problems

v1.1.0

18 Jul 23:39
Compare
Choose a tag to compare

Loosen yoda rule with onlyEquality: true option.

v1.0.0

23 Jun 14:19
Compare
Choose a tag to compare

v0.1.2

15 Jun 23:37
Compare
Choose a tag to compare

Add problems/node8 sub-config.

v0.1.1

09 Apr 18:31
Compare
Choose a tag to compare

Allow while (true) and other constant conditions in loops.

v0.1.0

07 Apr 14:05
Compare
Choose a tag to compare
  • Drop support for Node 4, require rest/spread usage (which is only supported in Node 6+).
  • Remove problems/node6 sub-config; the default config now applies the same rules.

v0.0.2

15 Jul 18:30
Compare
Choose a tag to compare

Removed no-undefined rule; there are legit uses for the literal undefined.