Skip to content

v6.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 07:47
· 80 commits to main since this release

6.6.2 (2024-07-11)

Bug Fixes

  • no-conditional-statements: allow continue and break statements with labels to be considered "returning" (#846) (969b77b)
  • no-expression-statements: arrow functions cannot be self returning (#847) (7217fa4)
  • no-promise-reject: new Promises and throw statements are now also checked (#848) (fbe27ad)