Commits
Click on a commit to change the comparison rangefix(linter/no-unused-expression): false positive with satisfies expressions (#14259)
fixes #14248
using `x satisfies never` is a common way to perform an exhaustiveness check. this PR allows satisfies expressions (aligning it with the typescript-eslint rule)