Closed
Description
- Version: All
- Platform: All
- Subsystem: Tools?
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)