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
Current Behavior
Using switchMapTo with @typescript-eslint gives no-unsafe-argument warning.
Unsafe argument of type OperatorFunction<any, number> assigned to a parameter of type OperatorFunction<number, number>.eslint@typescript-eslint/no-unsafe-argument
Expected behavior
Using switchMapTo should not produce any @typescript-eslint warnings.
Reproduction
npx @angular/cli@13 new web-apps --create-application false
cd web-apps
yarn ng g app admin-console --prefix ac --style css --routing
Bug Report
Current Behavior
Using
switchMapTo
with @typescript-eslint givesno-unsafe-argument
warning.Expected behavior
Using
switchMapTo
should not produce any@typescript-eslint
warnings.Reproduction
npx @angular/cli@13 new web-apps --create-application false
cd web-apps
yarn ng g app admin-console --prefix ac --style css --routing
yarn ng add @angular-eslint/schematics@next
.eslintrc.json
file at root manuallyprojects/admin-console/src/app/app.component.ts
and addyarn ng lint --project admin-console
REPL or Repo link:
NA
Environment
Possible Solution
Additional context/Screenshots

Add any other context about the problem here. If applicable, add screenshots to help explain.
The text was updated successfully, but these errors were encountered: