@typescript-eslint/eslint-plugin 5.26.0
5.26.0 (2022-05-23)
Bug Fixes
- ast-spec: add
SpreadElementtoArrayExpression.elements(#5025) (9f3121b) - eslint-plugin: [member-delimiter-style] autofixer result is not as expected when comments after the delimiter with option
delimiter: 'none'(#5029) (ed7b5f6) - eslint-plugin: [member-delimiter-style] autofixer result is not as expected with option
delimiter: 'none'(#5023) (9e97a11) - eslint-plugin: [prefer-readonly] correct issue with anonymus functions (#4974) (952e2f0), closes #2590