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: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0
Choose a base ref
...
head repository: typescript-eslint/typescript-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.1
Choose a head ref
  • 16 commits
  • 40 files changed
  • 7 contributors

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    8a9be34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc62ba8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b75bc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b577daf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6c9010 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3caaeaf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec7449d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

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

Commits on Sep 12, 2020

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

Commits on Sep 13, 2020

  1. fix(eslint-plugin): [no-unused-vars] better handling for declared mod…

    …ules (#2553)
    
    Fixes #2523
    
    - `declare global` should never be marked as unused.
    - namespaces within declared namespaces all ambiently export their children
    bradzacher authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    02d72d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    189162d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    7ca54c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1401dc View commit details
    Browse the repository at this point in the history
  3. fix(eslint-plugin): [prefer-function-type] handle this return (#2437)

    Co-authored-by: Tadhg McDonald-Jensen <tadhg.mcdonaldjensen@carleton.ca>
    tadhgmister and Tadhg McDonald-Jensen authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    7c6fcee View commit details
    Browse the repository at this point in the history
  4. fix(eslint-plugin): [return-await] don't error for in-try-catch if …

    …the return is in a `catch` without a `finally` (#2356)
    soobing authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    efdd521 View commit details
    Browse the repository at this point in the history
  5. chore: publish v4.1.1

    JamesHenry committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    f785965 View commit details
    Browse the repository at this point in the history
Loading