
Highlights
- The
no-loop-funcrule no longer reports on IIFE’s. - The
--inspect-configCLI flag will now launch the latest version of the ESLint Config Inspector. - The
no-constructor-returnrule now allowsreturnstatements without a value anywhere in a constructor.
Features
89a4a0afeat: ignore IIFE’s in theno-loop-funcrule (#17528) (Nitin Kumar)
Bug Fixes
f6534d1fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic)7226ebdfix: allow implicit undefined return inno-constructor-return(#18515) (Ali Rezvani)389744bfix: use@eslint/config-inspector@latest(#18483) (唯然)70118a5fix:func-stylefalse positive with arrow functions andsuper(#18473) (Milos Djermanovic)
Documentation
d7ab6f5docs: update theme when whenprefers-color-schemechanges (#18510) (Nitin Kumar)525fdffdocs: fix components files (#18519) (Tanuj Kanti)80747d2docs: refactorprefer-destructuringrule (#18472) (Tanuj Kanti)f06e0b5docs: clarify func-style (#18477) (Cameron Steffen)
