v10.8.1
📦 eslintView on GitHub →
🐛 5 fixes🔧 14 symbols
Summary
This release includes several bug fixes, primarily addressing ASI hazards and false positives in various rules. It also contains numerous documentation updates and chore tasks, including dependency version bumps and CI improvements.
🐛 Bug Fixes
- fix: prevent ASI hazard in `no-unused-labels` autofix (#21173)
- fix: false positives in `getter-return` and `accessor-pairs` (#21163)
- fix: ignore meta-property names in `id-denylist` (#21166)
- fix: ignore meta-property names in `id-match` (#21167)
- fix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935)