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
After upgrading typescript-eslint/eslint-plugin to latest version, @typescript-eslint/no-unsafe-return was throwing TypeError: Cannot read property 'kind' of undefined error. So we turn off that rule.
Success Criteria
Error thrown by @typescript-eslint/no-unsafe-return is fixed and this rule is turned on
The text was updated successfully, but these errors were encountered:
Problem
After upgrading
typescript-eslint/eslint-plugin
to latest version,@typescript-eslint/no-unsafe-return
was throwingTypeError: Cannot read property 'kind' of undefined
error. So we turn off that rule.Success Criteria
Error thrown by
@typescript-eslint/no-unsafe-return
is fixed and this rule is turned onThe text was updated successfully, but these errors were encountered: