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
fix(linter): add support for tsgolint.exe on Windows (#14101)
- closes#13784
On Windows, we will search for `tsgolint.CMD` and `tsgolint.exe` before giving up. On other platforms, we will only look for a `tsgolint` executable file.
0 commit comments