![ESLint v9.20.1 released](/assets/images/release-notes-patch-560w.jpeg)
Published under: Release Notes
1 min read
We just pushed ESLint v4.5.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release.
indent
rule can now be configured to ignore the indentation of specific types of syntax, using the ignoredNodes
option. This can be useful if you disagree with some of the indentation choices made by the indent
rule; instead of disabling the rule entirely when this happens, you can now configure it to avoid checking indentation for the specific cases that you want it to ignore.indent
(fixes #8594) (#9105) (Teddy Katz)new.target
expressions (#9116) (Teddy Katz)fix: false
is used (#9098) (Teddy Katz)The latest ESLint news, case studies, tutorials, and resources.