Releases: domenic/eslint-config
Releases · domenic/eslint-config
4.0.1
Re-disabled the require-atomic-updates
rule as it can't cope with simple Koa code.
4.0.0
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
Adopt new rules:
logical-assignment-operators
no-constant-binary-expression
no-empty-static-block
no-new-native-nonconstructor
2.0.0
Adopt new rules:
no-unused-private-class-members
prefer-object-has-own
1.4.0
Relax the const
requirement for mixed destructuring scenarios, i.e., allow let [a, b] = c
where a
is never reassigned but b
is.
1.1.0
Switched function-paren-newline
from "multiline"
to "multiline-arguments"
.