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: v5.59.6
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: v5.59.7
Choose a head ref
  • 2 commits
  • 31 files changed
  • 2 contributors

Commits on May 17, 2023

  1. docs(website): fix wrong example in prefer-includes (#7036)

    `readonlyArray.indexOf(value) === -1` is checking if `value` is **not
    included** in `readonlyArray`. So it should be
    `!readonlyArray.includes(value)`.
    
    Signed-off-by: Eng Zer Jun <[email protected]>
    Juneezee authored May 17, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8951732 View commit details

Commits on May 22, 2023

  1. Copy the full SHA
    5166a00 View commit details
Loading