![ESLint v9.20.1 released](/assets/images/release-notes-patch-560w.jpeg)
Published under: Release Notes
1 min read
We just pushed ESLint v9.4.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release.
no-loop-func
rule no longer reports on IIFE’s.--inspect-config
CLI flag will now launch the latest version of the ESLint Config Inspector.no-constructor-return
rule now allows return
statements without a value anywhere in a constructor.89a4a0a
feat: ignore IIFE’s in the no-loop-func
rule (#17528) (Nitin Kumar)f6534d1
fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic)7226ebd
fix: allow implicit undefined return in no-constructor-return
(#18515) (Ali Rezvani)389744b
fix: use @eslint/config-inspector@latest
(#18483) (唯然)70118a5
fix: func-style
false positive with arrow functions and super
(#18473) (Milos Djermanovic)d7ab6f5
docs: update theme when when prefers-color-scheme
changes (#18510) (Nitin Kumar)525fdff
docs: fix components files (#18519) (Tanuj Kanti)80747d2
docs: refactor prefer-destructuring
rule (#18472) (Tanuj Kanti)f06e0b5
docs: clarify func-style (#18477) (Cameron Steffen)The latest ESLint news, case studies, tutorials, and resources.