Problem
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
Problem
After upgrading
typescript-eslint/eslint-pluginto latest version,@typescript-eslint/no-unsafe-returnwas throwingTypeError: Cannot read property 'kind' of undefinederror. So we turn off that rule.Success Criteria
Error thrown by
@typescript-eslint/no-unsafe-returnis fixed and this rule is turned on