Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jsx-eslint/eslint-plugin-react
base: v7.5.0
Choose a base ref
...
head repository: jsx-eslint/eslint-plugin-react
compare: v7.5.1
Choose a head ref
  • 7 commits
  • 7 files changed
  • 4 contributors

Commits on Nov 18, 2017

  1. Prevent jsx-no-bind crash

    The rule would assume a variable is initialized when checking a
    VariableDeclarator node.
    jomasti committed Nov 18, 2017
    Copy the full SHA
    51ffcd0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1544 from jomasti/issue-1543

    Prevent jsx-no-bind crash
    ljharb committed Nov 18, 2017
    Copy the full SHA
    e0bae03 View commit details
    Browse the repository at this point in the history
  3. Fix crash in no-unused-prop-types

    When checking props in setState updater functions, some assumptions were
    being made about the props argument being defined.
    jomasti committed Nov 18, 2017
    Copy the full SHA
    3c6d571 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1545 from jomasti/issue-1542

    Fix crash in no-unused-prop-types
    ljharb committed Nov 18, 2017
    Copy the full SHA
    56c0a0b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2017

  1. Copy the full SHA
    31bfdf7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1549 from jseminck/documentation-fix-2

    [Docs] Add link to "button-has-type" rule docs in the main README
    ljharb committed Nov 19, 2017
    Copy the full SHA
    32a050a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3a94a95 View commit details
    Browse the repository at this point in the history