Sourced from @âtypescript-eslint/parser
's releases.
v6.21.0
6.21.0 (2024-02-05)
ð Features
- export plugin metadata (#8331)
- allow
parserOptions.project: false
(#8339)- eslint-plugin: add rule prefer-find (#8216)
- typescript-estree: forbid duplicated accessibility modifiers (#8257)
- utils: improve eslint types (#8344)
𩹠Fixes
- ast-spec: add
JSXElement
type to theJSXAttribute['value']
(#8285)- eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression (#8265)
- eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values (#8250)
- eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions (#8332)
- eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option (#8249)
- eslint-plugin: [class-literal-property-style] allow getter when same key setter exists (#8277)
- eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
as
keyword (#8326)- rule-tester: fix a phantom dependency on the "semver" package (#8260)
â¤ï¸ Thank You
- auvred
@âauvred
- Brad Zacher
@âbradzacher
- Kirk Waiblinger
@âkirkwaiblinger
- Pete Gonzalez
@âoctogonz
- YeonJuan
@âyeonjuan
You can read about our versioning strategy and releases on our website.
Sourced from @âtypescript-eslint/parser
's changelog.
6.21.0 (2024-02-05)
ð Features
- allow
parserOptions.project: false
â¤ï¸ Thank You
- auvred
- Brad Zacher
- Kirk Waiblinger
- Pete Gonzalez
- YeonJuan
You can read about our versioning strategy and releases on our website.