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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.31.8
Choose a base ref
...
head repository: jsx-eslint/eslint-plugin-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.31.9
Choose a head ref
  • 13 commits
  • 17 files changed
  • 5 contributors

Commits on Dec 10, 2017

  1. [Fix] jsx-key: Ignore elements inside React.Children.toArray()

    jsx-key rule should always succeed if we're inside
    React.Children.toArray() because omitting the key there doesn't cause a
    React warning.
    
    Fixes #1574.
    silvenon authored and ljharb committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    8beb2aa View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Configuration menu
    Copy the full SHA
    b52e0ca View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. [Fix] no-arrow-function-lifecycle: when converting from an arrow, r…

    …emove the semi and wrapping parens
    
    Fixes #3337
    ljharb committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    2575bba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78ad0f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Configuration menu
    Copy the full SHA
    645966a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. [Fix] jsx-no-constructed-context-values: fix false positive for usa…

    …ge in non-components
    
    Fixes #3295
    golopot authored and ljharb committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    d0da6bf View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    d9a51af View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    5baa3e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    5783f5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    028457c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b63c45 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. [Dev Deps] update @babel/core, @babel/eslint-parser, aud, `esli…

    …nt-remote-tester-repositories`
    ljharb committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    b3c0e8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96062ea View commit details
    Browse the repository at this point in the history
Loading