Thanks to visit codestin.com
Credit goes to github.com

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.23.2
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.24.0
Choose a head ref
  • 16 commits
  • 52 files changed
  • 12 contributors

Commits on Jul 14, 2020

  1. [New] component detection: add componentWrapperFunctions setting

    Closes #2268.
    
    Co-authored-by: Johnny Zabala <[email protected]>
    Co-authored-by: Landon Schropp <[email protected]>
    2 people authored and ljharb committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    495a4cf View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

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

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    6d7e5a1 View commit details
    Browse the repository at this point in the history
  2. [New] no-unused-prop-types: add ignore option

    Geraint White authored and ljharb committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    6cf3812 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

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

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    2ddedd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1185b37 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. [readme] fix missing trailing commas

    sugardon authored and ljharb committed May 4, 2021
    Configuration menu
    Copy the full SHA
    0f4b626 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. [readme] fix broken anchor link

    Documentation about "Adding Shared Settings" is moved by
    eslint/eslint#13837 and eslint/eslint#14036.
    vzvu3k6k authored and ljharb committed May 7, 2021
    Configuration menu
    Copy the full SHA
    89ba8c5 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. [Fix] jsx-uses-vars: ignore namespaces

    JSX namespaces are transpiled into strings, not identifiers.
    remcohaszing authored and ljharb committed May 11, 2021
    Configuration menu
    Copy the full SHA
    f864ac1 View commit details
    Browse the repository at this point in the history
  2. [Fix] jsx-no-undef: ignore namespaces

    JSX namespaces are transpiled into strings, not identifiers.
    remcohaszing authored and ljharb committed May 11, 2021
    Configuration menu
    Copy the full SHA
    9aa539d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. [Fix] jsx-child-element-spacing: Don't flag whitespace around `<br/…

    …>` tags
    
    Fixes #2988.
    pascalpp authored and ljharb committed May 18, 2021
    Configuration menu
    Copy the full SHA
    9a140a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c1e5b3 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    f0e6700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58123c4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

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