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: v6.5.0
Choose a base ref
...
head repository: jsx-eslint/eslint-plugin-react
compare: v6.6.0
Choose a head ref
  • 18 commits
  • 13 files changed
  • 4 contributors

Commits on Nov 2, 2016

  1. jsx-first-pro-new-line autofix implementation

    Test should ignore indent for now
    snowypowers committed Nov 2, 2016
    Copy the full SHA
    5265126 View commit details
    Browse the repository at this point in the history
  2. Account for newline indents

    - Adjust old cases to use default 2 indents
    - Add new case to use optional rule for 4 indents
    snowypowers committed Nov 2, 2016
    Copy the full SHA
    e441aae View commit details
    Browse the repository at this point in the history
  3. Add function to add indents in newline

    Utilised getNodeIndent helper from jsx-indent-props as base-code
    snowypowers committed Nov 2, 2016
    Copy the full SHA
    9182124 View commit details
    Browse the repository at this point in the history
  4. Test case for tabs

    snowypowers committed Nov 2, 2016
    Copy the full SHA
    9834e7a View commit details
    Browse the repository at this point in the history
  5. Simplify getNodeIndent

    cut out unused vars based on feedback
    snowypowers committed Nov 2, 2016
    Copy the full SHA
    f15b117 View commit details
    Browse the repository at this point in the history
  6. readme update

    Add fixable for readme and update docs to reflect additional argument
    snowypowers committed Nov 2, 2016
    Copy the full SHA
    a7764f7 View commit details
    Browse the repository at this point in the history
  7. Remove indentation arg

    snowypowers committed Nov 2, 2016
    Copy the full SHA
    2507f37 View commit details
    Browse the repository at this point in the history
  8. Remove indentation arg from test cases

    Revert back to 3 cases as per parent repo
    snowypowers committed Nov 2, 2016
    Copy the full SHA
    5e144a1 View commit details
    Browse the repository at this point in the history
  9. Readme update

    s/utilise/utilize & simple warning
    snowypowers committed Nov 2, 2016
    Copy the full SHA
    4e83bea View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    0aeb95c View commit details
    Browse the repository at this point in the history
  11. Add fix for multple props on first line

    fix referenced from GovTechSG's fork
    snowypowers committed Nov 2, 2016
    Copy the full SHA
    a37687e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Fix display-name comment typo

    Patrick Williams committed Nov 3, 2016
    Copy the full SHA
    aa61d48 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #941 from pwmckenna/patch-1

    Fix display-name comment typo
    ljharb committed Nov 3, 2016
    Copy the full SHA
    16fe501 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Merge pull request #886 from snowypowers/master

    [new] jsx-first-prop-new-line: autofix
    ljharb committed Nov 4, 2016
    Copy the full SHA
    0220022 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2016

  1. Copy the full SHA
    dc7767b View commit details
    Browse the repository at this point in the history
  2. Fix jsx-indent in multi-line conditional expressions (fixes #901, fixes

    Yannick Croissant committed Nov 6, 2016
    Copy the full SHA
    d88ee37 View commit details
    Browse the repository at this point in the history
  3. Fix sort-comp bad error message (fixes #507)

    Yannick Croissant committed Nov 6, 2016
    Copy the full SHA
    8515667 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG and bump version

    Yannick Croissant committed Nov 6, 2016
    Copy the full SHA
    cad882b View commit details
    Browse the repository at this point in the history