-
-
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
Fix ignorePureComponents when using class expressions. #1122
Fix ignorePureComponents when using class expressions. #1122
Commits on Feb 23, 2017
-
prefer-stateless-function w/ decorators
Currently prefer-stateless-function warns when using a decorated class over a stateless function. The decorator syntax only works with classes, so it makes sense not to warn in this case. Fixes #1034
Configuration menu - View commit details
-
Copy full SHA for 3266ab6 - Browse repository at this point
Copy the full SHA 3266ab6View commit details
Commits on Mar 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 557322a - Browse repository at this point
Copy the full SHA 557322aView commit details
Commits on Mar 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4e8e86a - Browse repository at this point
Copy the full SHA 4e8e86aView commit details
Commits on Mar 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f35c03c - Browse repository at this point
Copy the full SHA f35c03cView commit details
Commits on Mar 31, 2017
-
Merge pull request #1106 from Kerumen/master
Fix nextProps false positive in no-unused-prop-types
Configuration menu - View commit details
-
Copy full SHA for 9a5303d - Browse repository at this point
Copy the full SHA 9a5303dView commit details -
Merge pull request #1130 from dreid/patch-1
{Doc} fix indentation in no-unused-prop-types example
Configuration menu - View commit details
-
Copy full SHA for 7111a70 - Browse repository at this point
Copy the full SHA 7111a70View commit details
Commits on Apr 5, 2017
-
Add no-will-update-set-state rule
William Holloway committedApr 5, 2017 Configuration menu - View commit details
-
Copy full SHA for 877e6dc - Browse repository at this point
Copy the full SHA 877e6dcView commit details
Commits on Apr 6, 2017
-
Factor out no-<method>-set-state rule code to a utility
William Holloway committedApr 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 58519ae - Browse repository at this point
Copy the full SHA 58519aeView commit details -
William Holloway committed
Apr 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 4405523 - Browse repository at this point
Copy the full SHA 4405523View commit details
Commits on Apr 9, 2017
-
Merge pull request #1139 from amplitude/no-will-update-set-state
[New] Add no-will-update-set-state rule
Configuration menu - View commit details
-
Copy full SHA for 0ae6bb2 - Browse repository at this point
Copy the full SHA 0ae6bb2View commit details
Commits on Apr 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5f893e5 - Browse repository at this point
Copy the full SHA 5f893e5View commit details
Commits on Apr 13, 2017
-
Merge pull request #1149 from Adzz/patch-1
Prepend "react/" to rule options documentation code
Configuration menu - View commit details
-
Copy full SHA for 24ea6f3 - Browse repository at this point
Copy the full SHA 24ea6f3View commit details -
Link fix: ReactDOM docs were broken out
This fixes a link regarding ReactDOM.render. Previously these docs were part of the Top Level API docs for React, but have since been split into their own documentation.
Matthew Herbst committedApr 13, 2017 Configuration menu - View commit details
-
Copy full SHA for cdfc508 - Browse repository at this point
Copy the full SHA cdfc508View commit details -
Merge pull request #1151 from MatthewHerbst/link-fix/no-render-return…
…-value Link fix: ReactDOM docs were broken out
Configuration menu - View commit details
-
Copy full SHA for 82648f3 - Browse repository at this point
Copy the full SHA 82648f3View commit details
Commits on Apr 14, 2017
-
Merge pull request #1086 from benstepp/bs-stateless-decorators
prefer-stateless-function w/ decorators
Configuration menu - View commit details
-
Copy full SHA for fd90dae - Browse repository at this point
Copy the full SHA fd90daeView commit details
Commits on Apr 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a2b61ed - Browse repository at this point
Copy the full SHA a2b61edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fac8d9 - Browse repository at this point
Copy the full SHA 0fac8d9View commit details