-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Move .eslintrc to json or yaml #6131
Comments
It's unlikely that support for The only upside to the extensions is that it allows editors to pick the correct syntax highlighting based on the extension. Also, having a extension on dotfiles seems a bit strange to me, |
I understand your points. They could remove support in a version 3 since it is deprecated though. |
we'll probably change it to |
As I said, that's highly unlikely. The author said:
|
Did not know that, but he encourages the more specific file formats |
Gonna close this since #7699 will handle this further |
The old
.eslintrc
style is deprecated (http://eslint.org/docs/user-guide/configuring#configuration-file-formats)Would you be open for a PR to move it to
.js
,.json
or.yaml
?I personally prefer
.js
since it allows comments, as oppose to.json
, and I am more familiar with it then.yaml
(as I assume most node people)The text was updated successfully, but these errors were encountered: