Skip to content
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

Add new rule 'default-props-match-prop-types' #1087

Merged
merged 8 commits into from May 17, 2017

Commits on Apr 30, 2017

  1. Add new rule 'no-invalid-default-props'

    Roy Sutton committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    d800461 View commit details
    Browse the repository at this point in the history
  2. Find es5

    Roy Sutton committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    e1055b1 View commit details
    Browse the repository at this point in the history
  3. Correct React.createClass defaultProps

    Roy Sutton committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    cbd90a3 View commit details
    Browse the repository at this point in the history
  4. Address review feedback

    Roy Sutton committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    e05f47a View commit details
    Browse the repository at this point in the history
  5. Update name of rule

    Roy Sutton committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    d4b6709 View commit details
    Browse the repository at this point in the history
  6. Update to createReactClass

    Roy Sutton committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    0b2c3e2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

  1. Update for Node 4

    Enact-DCO-1.0-Signed-off-by: Roy Sutton roy.sutton@lge.com
    Roy Sutton committed May 1, 2017
    Configuration menu
    Copy the full SHA
    b69abae View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Remove object.assign require

    Roy Sutton committed May 2, 2017
    Configuration menu
    Copy the full SHA
    7ec5eb3 View commit details
    Browse the repository at this point in the history