@typescript-eslint/eslint-plugin 5.50.0
5.50.0 (2023-01-31)
Bug Fixes
- ast-spec: a JSXEmptyExpression is not a possible JSXExpression (#6321) (4b27777)
- eslint-plugin: [ban-ts-comment] counts graphemes instead of
String.prototype.length(#5704) (09d57ce) - eslint-plugin: [prefer-optional-chain] fix
ThisExpressionandPrivateIdentifiererrors (#6028) (85e783c) - eslint-plugin: [prefer-optional-chain] fixer produces wrong logic (#5919) (b0f6c8e), closes #1438