v10.4.1
📦 eslintView on GitHub →
🐛 5 fixes🔧 3 symbols
Summary
This release includes several bug fixes addressing issues like autofixing, false positives, and missing types. It also involves maintenance chores such as updating ecosystem dependencies and switching the build environment to Node.js 24.
🐛 Bug Fixes
- Updated @eslint/plugin-kit version to 0.7.2.
- Propagate failures from delegated commands.
- Fixed incorrect autofix for prefer-arrow-callback when there is a newline after 'async'.
- Resolved false positive for reference in 'finally' block.
- Added missing CodePath and CodePathSegment types.