v10.1.0
📦 eslintView on GitHub →
✨ 2 features🐛 2 fixes🔧 3 symbols
Summary
This release introduces API support for bulk-suppressions and improves the autofix logic for the `no-var` rule, especially within `TSModuleBlock` contexts. It also includes numerous documentation updates and dependency refreshes.
Migration Steps
- Update v9 migration guide for `@eslint/js` usage (see documentation link).
✨ New Features
- Apply fix for `no-var` in `TSModuleBlock`.
- Implement API support for bulk-suppressions.
🐛 Bug Fixes
- Prevent `no-var` autofix when a variable is used before declaration.
- Update eslint dependency.