-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Roadmap v4.0.0 #436
Comments
v2.0.0 is now released - time to get that out ASAP :-D |
It's should be done during this week-end :) |
This was a change that has been queued for v4. Addresses jsx-eslint#436
This was a change that has been queued for v4. Addresses jsx-eslint#436
This was a change that has been queued for v4. I considered changing the default from false to true, but I think it makes more sense to invert the option to be an ignore option. Addresses jsx-eslint#436
Just published $ npm install eslint-plugin-react@next Let me know if you find any issue or if you have suggestions about the new recommended configuration. |
Thanks @yannickcr. v4 looks pretty good to me. I did find one bug that I opened here: #443. I think it is due to b2661aa, but I'm not sure how to differentiate stateless component functions from other functions with destructured arguments. |
Thanks @lukekarrys, the issue should be fixed in 6643f87. I will publish another RC tomorrow. |
Just published |
Thanks @yannickcr. I'm using rc.1 across three different projects now with no issues 😄 |
Thanks @yannickcr! Seconding @lukekarrys sentiment, no problems with rc.1 in my two projects. |
Happy to hear it! In this case, I think I will publish |
Nice! |
|
There is a few things that I'd like to changes for a while (default configuration changes, rules renaming/suppression and a few others) and with the upcoming ESLint
v2.0.0
release I think it is the right time to do this.So here's what I have in mind for now:
rulesConfig
and export a shareable config (Create "eslint-plugin-react:recommended" for use with eslint's new "extends" property. #192, documentation)context
deprecated methods and usesourceCode
(documentation)jsx-quotes
(PR Remove deprecated jsx-quotes #433)sort-comp
(sort-comp: statics out of lifecycle? #128, PR Teach sort-comp rule about static class methods #429)jsx-sort-prop-types
tosort-prop-types
(Why is rule named "jsx-sort-prop-types"? #87, PR Rename jsx-sort-prop-types to sort-prop-types #431)
display-name
,set the acceptTranspilerName option to true by defaultinvertacceptTranspilerName
option and rename itignoreTranspilerName
.Do you see anything else that could be good to change/improve?
The text was updated successfully, but these errors were encountered: