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
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Tried second example, does not work with tslint 5.11.0 . Any yes I am using the --type-check and --project option :) Other rules from tslint-microsoft-contrib seem to work. ts version 3.1.3 and tslint-microsoft-contrib@5.2.1. and i have strict: true in my tsconfig
This is very similar to #26 (#26)
This code is OK because all paths resolve or reject:
This code creates a violation because not all paths resolve/reject:
All of the rules for scope, variable shadowing, and type limitations apply from #26
The text was updated successfully, but these errors were encountered: