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
Hmm, I'm not convinced this won't come back again if I revert the revert. The original issue (typescript-eslint/tslint-to-eslint-config#1150) is that tslint-to-eslint-config tries using cat on Windows. I can switch that to using type on Windows.
🐛 Bug Report
tslint-to-eslint-config
version: 2.6.0Actual Behavior
When trying to find
package.json
dependencies,cat path/to/package.json
is a CLI command that gets run.Expected Behavior
cat
doesn't exist on Windows.Reproduction
On Windows,
npx tslint-to-eslint-config
and see the error infindOriginalConfigurations
forpackage
.Spotted in #1149.
The text was updated successfully, but these errors were encountered: