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 Loading
base: v5.59.6
Choose a base ref
...
head repository: typescript-eslint/typescript-eslint 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 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    8951732 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

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