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.25.3
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.26.0
Choose a head ref
  • 11 commits
  • 109 files changed
  • 5 contributors

Commits on Jul 2, 2018

  1. [Tests] no-access-state-in-setstate: passing test for “don't error …

    …if it's not a React Component”
    Kent C. Dodds authored and ljharb committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    df939e3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. [New] add no-namespace rule

    Co-authored-by: Yacine Hmito <[email protected]>
    Co-authored-by: Jordan Harband <[email protected]>
    yacinehmito and ljharb committed May 9, 2020
    Configuration menu
    Copy the full SHA
    53a0d84 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

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

Commits on Sep 19, 2021

  1. [Refactor] create/extract isCreateElement and `isDestructuredFromPr…

    …agmaImport` utils
    
    This should improve detection in the following rules:
     - `button-has-type`
     - `forbid-elements`
     - `no-adjacent-inline-elements`
     - `no-children-prop`
     - `style-prop-object`
    ljharb committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    f25a8ec View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. [Fix] restore eslint < 4.15 compatibility

    `messageId` wasn't added until v4.15, and we should never have added it unconditionally.
    
    This commit conditionally uses `messageId` only when supported.
    ljharb committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    d51bc61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddff237 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4d4314 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95a8a4e View commit details
    Browse the repository at this point in the history
  5. [New] jsx-max-props-per-line: add single and multi options

    Carlux authored and ljharb committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    83eb226 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    e4acd07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cf47a8 View commit details
    Browse the repository at this point in the history
Loading