Skip to content

Releases: domenic/eslint-config

4.0.1

02 Aug 02:53
Compare
Choose a tag to compare

Re-disabled the require-atomic-updates rule as it can't cope with simple Koa code.

4.0.0

15 Jul 07:11
Compare
Choose a tag to compare

Update to the new ESLint v9 configuration format.

Enable the require-atomic-updates rule as its previous bugs appear to have been fixed.

3.0.0

20 Nov 07:11
Compare
Choose a tag to compare

Adopt new rules:

  • logical-assignment-operators
  • no-constant-binary-expression
  • no-empty-static-block
  • no-new-native-nonconstructor

2.0.0

20 Nov 06:30
Compare
Choose a tag to compare

Adopt new rules:

  • no-unused-private-class-members
  • prefer-object-has-own

1.4.0

18 Sep 19:14
Compare
Choose a tag to compare

Relax the const requirement for mixed destructuring scenarios, i.e., allow let [a, b] = c where a is never reassigned but b is.

1.3.0

11 Sep 20:52
Compare
Choose a tag to compare

Allowed "range" yoda conditionals, such as 0xDC00 <= c && c <= 0xDFFF.

1.2.0

30 Mar 16:59
Compare
Choose a tag to compare

Disabled require-atomic-updates, as per eslint/eslint#11899 it has a lot of false positives.

1.1.0

30 Mar 16:59
Compare
Choose a tag to compare

Switched function-paren-newline from "multiline" to "multiline-arguments".

1.0.0

16 Feb 02:15
Compare
Choose a tag to compare

Initial release.