-
-
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: v2.26.0
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: v2.27.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 144 files changed
- 9 contributors
Commits on Mar 30, 2020
-
feat(eslint-plugin-internal): add plugin-test-formatting rule (#1821)
The strings that are used for eslint plugins will not be checked for formatting. This can lead to diff noise as one contributor adjusts formatting, uses different quotes, etc. This rule just enforces the following: - all code samples are formatted with prettier - all single line tests do not use backticks - all multiline tests have: - no code on the first line - no code on the last line - the closing backtick indentation === property indentation - one of the following indentations: - no indentation at all - indentation of 1 + object indent examples of enforced style: ```ts ruleTester.run('foo', rule, { valid: [ 'const a = 1;', ` const a = 1; `, ` const a = 1; `, { code: 'const a = 1;', }, { code: ` const a = 1; `, }, { code: ` const a = 1; `, }, ], invalid: [ { code: 'const a = 1;', }, { code: ` const a = 1; `, }, { code: ` const a = 1; `, }, ], }); ```
Configuration menu - View commit details
-
Copy full SHA for 9b0023a - Browse repository at this point
Copy the full SHA 9b0023aView commit details
Commits on Mar 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8ec53a3 - Browse repository at this point
Copy the full SHA 8ec53a3View commit details -
fix(eslint-plugin): [require-await] handle async generators (#1782)
Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9642d9d - Browse repository at this point
Copy the full SHA 9642d9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 188b689 - Browse repository at this point
Copy the full SHA 188b689View commit details
Commits on Apr 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9d53c76 - Browse repository at this point
Copy the full SHA 9d53c76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f0ff41 - Browse repository at this point
Copy the full SHA 1f0ff41View commit details
Commits on Apr 3, 2020
-
feat(eslint-plugin): sort members alphabetically (#263)
Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 485e902 - Browse repository at this point
Copy the full SHA 485e902View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab8572e - Browse repository at this point
Copy the full SHA ab8572eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d304a05 - Browse repository at this point
Copy the full SHA d304a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for ead0171 - Browse repository at this point
Copy the full SHA ead0171View commit details -
Configuration menu - View commit details
-
Copy full SHA for c49d771 - Browse repository at this point
Copy the full SHA c49d771View commit details
Commits on Apr 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7c11bd6 - Browse repository at this point
Copy the full SHA 7c11bd6View commit details
Commits on Apr 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 16ce74d - Browse repository at this point
Copy the full SHA 16ce74dView commit details
Commits on Apr 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bed7743 - Browse repository at this point
Copy the full SHA bed7743View 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 v2.26.0...v2.27.0