-
Notifications
You must be signed in to change notification settings - Fork 101
Script creates wrongly named file on Windows #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @Ionaru, thanks for the report! This package was mostly developed on Windows, so it's amusing that it might be incorrect by default.
Edit: Original version of this comment is wrong, see below for corrections. |
@JoshuaKGoldberg I'm not sure we understand each other correctly. I just tested This is what I'd expect because the eslint docs also speak of So I think this package needs to be changed so it also generates a |
Ah sorry, gotcha! Yes, let's match the behavior of Errata: looks like https://eslint.org/docs/user-guide/getting-started#configuration is actually out of date? |
This also happens on macOS. |
* 🐛 #144 Ssets default output file to .eslintrc.js * 🚨 removes unused import * 💚 adds types for eslint-plugin-tslint so end-to-end tests pass * Reverted package* to master
🐛 Bug Report
tslint-to-eslint-config
version: 0.2.4Actual Behavior
Running the command in a tslint project creates a
eslintrc.js
file.Expected Behavior
Running the command in a tslint project creates a
.eslintrc.js
file. (Note the.
)Reproduction
npx tslint-to-eslint-config
The text was updated successfully, but these errors were encountered: