v9.21.0
📦 eslintView on GitHub →
✨ 2 features🐛 2 fixes⚡ 1 deprecations🔧 3 symbols
Summary
This release introduces the --ext CLI option and new deprecated rule types, while improving error handling by preventing process exits on rule crashes.
✨ New Features
- Introduce new deprecated types for rules (#19238)
- Add --ext CLI option (#19405)
🐛 Bug Fixes
- Update missing plugin message template (#19445)
- Do not exit process on rule crash (#19436)
🔧 Affected Symbols
CLIRule.ReportDescriptorRule⚡ Deprecations
- Introduced new deprecated types for rules to improve type safety and signaling for legacy rules.