Published under: Release Notes
1 min read
Highlights
- The
no-loop-func
rule no longer reports on IIFE’s. - The
--inspect-config
CLI flag will now launch the latest version of the ESLint Config Inspector. - The
no-constructor-return
rule now allowsreturn
statements without a value anywhere in a constructor.
Features
89a4a0a
feat: ignore IIFE’s in theno-loop-func
rule (#17528) (Nitin Kumar)
Bug Fixes
f6534d1
fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic)7226ebd
fix: allow implicit undefined return inno-constructor-return
(#18515) (Ali Rezvani)389744b
fix: use@eslint/config-inspector@latest
(#18483) (唯然)70118a5
fix:func-style
false positive with arrow functions andsuper
(#18473) (Milos Djermanovic)
Documentation
d7ab6f5
docs: update theme when whenprefers-color-scheme
changes (#18510) (Nitin Kumar)525fdff
docs: fix components files (#18519) (Tanuj Kanti)80747d2
docs: refactorprefer-destructuring
rule (#18472) (Tanuj Kanti)f06e0b5
docs: clarify func-style (#18477) (Cameron Steffen)