What's Changed
Linter
- unicorn: no-process-exit rule by @leaysgur in #2410
- typescript: ban-tslint-comment by @tudorbarbu in #2371
- jest: require-to-throw-message by @keita-hino in #2384
- jest: prefer-equality-matcher by @eryue0220 in #2358
- jest: detect jest file by default glob pattern by @mysteryven in #2408
- implement from_configuration for jsx-a11y autocomplete-valid by @tudorbarbu in #2404
Fixes
getter-return
false positive with TypeScript syntax by @Boshen in #2363- add missing typescript-eslint(_) prefix for some errors by @maurice in #2342
- jsx_a11y: Ensure plugin settings are used by @leaysgur in #2359
- jsx_a11y: Refactor jsx-a11y related utils and its usage by @leaysgur in #2389
Parser
- recover from
async x [newline] => x
by @Boshen in #2375 - fix incorrect parsing of class accessor property name by @Dunqing in #2386
- remove erroneous debug assertion by @overlookmotel in #2356
New Contributors
- @tudorbarbu made their first contribution in #2404
Full Changelog: oxlint_v0.2.8...oxlint_v0.2.9