v10.0.0-rc.1
📦 eslintView on GitHub →
✨ 1 features🐛 4 fixes🔧 7 symbols
Summary
This release introduces an enhancement to the no-shadow rule regarding expression names and includes several bug fixes related to test location estimation and type usage.
✨ New Features
- Improved handling of function and class expression names in the no-shadow rule.
🐛 Bug Fixes
- Fixed test location estimation in tests by using Error.prepareStackTrace.
- Updated ESLint dependency.
- Fixed location estimation in RuleTester to handle space before colon.
- Updated to use MessagePlaceholderData type from @eslint/core.