Minor Changes
- ✨ our eslint plugin now supports eslint 9 (by @better-salmon in #7418)
Patch Changes
- ✨ Improve types and README documentation with clear configuration examples for ESLint 9+ (flat config). Added
globalIgnores
for more clarity andtseslint.config
for better type inference inside theparserOptions
option. (by @better-salmon in #7418)