-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Support ESLint 3 and new rule format #661
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
The only point of doing so would be to ensure compatibility with a future eslint v4, and doing so would break compatibility with eslint v2. What's the hurry? |
Living on the edge.... |
The cool part is that there is a tool for that http://eslint.org/blog/2016/07/eslint-new-rule-format#automatic-transformation |
I've recently learned that both eslint v2 and v3 support this new rule format - so I think that the sooner we convert all the rules, the better. |
Thanks for pointing that out @MoOx, I have seem not to read that far... |
The new rule format, introduced in the ESLint version 3, is explained here http://eslint.org/blog/2016/07/eslint-new-rule-format
Any chance of converting the rules in that format and making a new major release which support ESLint 3 and up?
The text was updated successfully, but these errors were encountered: