-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.20.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jsx-eslint/eslint-plugin-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.20.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 21 files changed
- 8 contributors
Commits on May 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 03df672 - Browse repository at this point
Copy the full SHA 03df672View commit details
Commits on May 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ef9a512 - Browse repository at this point
Copy the full SHA ef9a512View commit details
Commits on Jun 7, 2020
-
[Fix]
no-unused-prop-types: fix with typescript eslint parserFixes #2569. Co-authored-by: Antoine <antoine.sauvage@melix.net> Co-authored-by: Jordan Harband <ljharb@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 13a863b - Browse repository at this point
Copy the full SHA 13a863bView commit details
Commits on Jun 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 78e48c8 - Browse repository at this point
Copy the full SHA 78e48c8View commit details
Commits on Jun 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 45e482a - Browse repository at this point
Copy the full SHA 45e482aView commit details -
[Dev Deps] update
@types/eslint,@types/node, `@typescript-eslint……/parser`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `typescript`
Configuration menu - View commit details
-
Copy full SHA for fbd799c - Browse repository at this point
Copy the full SHA fbd799cView commit details
Commits on Jun 15, 2020
-
I've been timing and profiling ESLint runs at Airbnb and noticed that react/no-unknown-property is particularly slow for us when using the "detect" setting for React version. When running ESLint using TIMING=1 on a directory that contains about 500 files to be linted in it, react/no-unknown-property shows up as taking about 1700ms. Looking at the callstacks in the profiler, it seems that when this rule calls getStandardName for every JSXAttribute here, it will actually do all of the work to detect the React version every time to determine the correct set of DOM property names. Since there may be a lot of JSXAttribute nodes in a codebase, this adds up to quite a bit of work. By specifying the react version in our ESLint config, the no-unkown-property rule drops out of the top 10 slowest rules entirely, with the 10th slowest clocking in at 180ms. I think it would be a good idea to cache the React version when using detect instead of looking it up every time.
Configuration menu - View commit details
-
Copy full SHA for b8e91a5 - Browse repository at this point
Copy the full SHA b8e91a5View commit details
Commits on Jun 16, 2020
-
[Fix]
forbid-prop-types: warn on destructured values as wellFixes #2662. Co-authored-by: Alex Kovar <ajkovar@gmail.com> Co-authored-by: Jordan Harband <ljharb@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 997a99f - Browse repository at this point
Copy the full SHA 997a99fView commit details
Commits on Jun 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a4025bd - Browse repository at this point
Copy the full SHA a4025bdView commit details
Commits on Jun 28, 2020
-
[Dev Deps] update
@types/eslint,@types/estree,@types/node, `e……slint-plugin-eslint-plugin`, `eslint-plugin-import`
Configuration menu - View commit details
-
Copy full SHA for 46cf771 - Browse repository at this point
Copy the full SHA 46cf771View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5405f7 - Browse repository at this point
Copy the full SHA f5405f7View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.20.0...v7.20.1