Skip to content

v5.35.1

Compare
Choose a tag to compare
@typescript-eslint typescript-eslint released this 24 Aug 20:18
· 1679 commits to main since this release

5.35.1 (2022-08-24)

Features

  • eslint-plugin: [explicit-member-accessibility] suggest adding explicit accessibility specifiers (#5492) (0edb94a)
  • eslint-plugin: [prefer-optional-chain] support suggesting !foo || !foo.bar as a valid match for the rule (#5266) (aca935c)
  • types: add unbound property in parser options (#5419) (e08a9dd)

Bug Fixes

  • eslint-plugin: correct rule schemas to pass ajv validation (#5531) (dbf8b56)
  • ast-spec: NewExpression argument can be SpreadElement now (#5422) (3ced62f)
  • eslint-plugin: [no-useless-constructor] handle parameter decorator (#5450) (864dbcf)
  • scope-manager: visit static blocks (#5489) (78745c2)