You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(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)
0 commit comments