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
The rxjs-x/throw-error rule handles both the RxJS operator throwError() as well as regular throw statements. This secondary handling is unnecessary because typescript-eslint's only-throw-error rule handles the same exact functionality. Also, linting outside of RxJS code is not the job of this library. Remove lint behavior that checks regular throw statements.