-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 36 files changed
- 9 contributors
Commits on Mar 2, 2019
-
docs(eslint-plugin): fix no-useless-constructor examples (#329)
it should be the plugin rule name, than eslint core rule name.
Configuration menu - View commit details
-
Copy full SHA for 00eae48 - Browse repository at this point
Copy the full SHA 00eae48View commit details
Commits on Mar 6, 2019
-
fix(eslint-plugin): [interface-name-prefix] correct error message in …
…always mode (#333) interface-name-prefix currenlty provides 'Interface name must not be prefixed with "I".' but when in always mode it should give an error message that matches the intent, added 'Interface name must be prefixed with "I".' for when "always" is enabled
Configuration menu - View commit details
-
Copy full SHA for 097262f - Browse repository at this point
Copy the full SHA 097262fView commit details
Commits on Mar 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b66363a - Browse repository at this point
Copy the full SHA b66363aView commit details -
fix(eslint-plugin): fix false positives for adjacent-overload-signatu…
…res regarding computed property names (#340) Currently, the name of a method definition or a class property is always assumed to be a literal or an identifier. However, this fails to account for computed property names. In those cases, we currently sometimes give the name for a method definition with a computed name as `undefined`, which as a result causes methods with differing computed property names to be marked as overloads of each other. In this PR, we slice the text of the computed property name out to handle these cases.
Configuration menu - View commit details
-
Copy full SHA for f6e5118 - Browse repository at this point
Copy the full SHA f6e5118View commit details
Commits on Mar 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 18484a2 - Browse repository at this point
Copy the full SHA 18484a2View commit details
Commits on Mar 13, 2019
-
docs(eslint-plugin): rewrite member-ordering docs (#349)
Part of the [PR to enforce an alphabetic order for members](#2639) is to rewrite the existing docs to better document the current behavior of `member-ordering`. As this touches almost any line in the rule documentation, I thought it makes sense to open a separate PR for that. In this PR, I've reworked the entire rule documentation to make it (hopefully) more clear how this rule works. The examples are mostly taken from the current rule documentation - some with little adaptations. Besides that, I've changed a few names and added some comments in the rule implementation to make it more understandable (basically the points I didn't understand immediately while trying to understand the current implementation to better describe the rule).
Configuration menu - View commit details
-
Copy full SHA for 3b28cac - Browse repository at this point
Copy the full SHA 3b28cacView commit details
Commits on Mar 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0ef07c4 - Browse repository at this point
Copy the full SHA 0ef07c4View commit details
Commits on Mar 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6ffaa0b - Browse repository at this point
Copy the full SHA 6ffaa0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a5146b - Browse repository at this point
Copy the full SHA 0a5146bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7db594 - Browse repository at this point
Copy the full SHA c7db594View 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 v1.4.2...v1.5.0