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: v8.8.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: v8.8.1
Choose a head ref
  • 5 commits
  • 37 files changed
  • 5 contributors

Commits on Oct 3, 2024

  1. fix(typescript-estree): fix crash when running from a node --eval s…

    …cript (#10098)
    
    * fix(typescript-estree): fix crash when running from a `node --eval` script
    
    * Update inferSingleRun.ts
    bradzacher authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ff80d04 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. chore: update sponsors (#10100)

    Co-authored-by: typescript-eslint[bot] <typescript-eslint[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    00c037a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e8f4e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix(eslint-plugin): stop warning on @ts-nocheck comments which aren't…

    … at the beginning of the file (#10046)
    
    * fix ban-ts-comment for reporting false positives when @ts-nocheck is not at the beginning of the file
    
    * adjust and add tests
    
    * use .at() instead if indexed access
    
    * oops
    
    * tests edge case
    
    * typo
    ronami authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2d6ee87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f898248 View commit details
    Browse the repository at this point in the history
Loading