Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [6.6.2](v6.6.1...v6.6.2) (2024-07-11) ### Bug Fixes * **no-conditional-statements:** allow continue and break statements with labels to be considered "returning" ([#846](#846)) ([969b77b](969b77b)) * **no-expression-statements:** arrow functions cannot be self returning ([#847](#847)) ([7217fa4](7217fa4)) * **no-promise-reject:** new Promises and throw statements are now also checked ([#848](#848)) ([fbe27ad](fbe27ad))
- Loading branch information