Thanks to visit codestin.com
Credit goes to github.com

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: v7.14.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: v7.14.1
Choose a head ref
  • 3 commits
  • 41 files changed
  • 2 contributors

Commits on Jun 24, 2024

  1. fix(eslint-plugin): [prefer-nullish-coalescing] treat enums and liter…

    …als as their underlying primitive types (#9376)
    
    * fix(eslint-plugin): [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types
    
    * chore(eslint-plugin): more tests
    
    * chore(eslint-plugin): fix lint
    jakebailey authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9b7731d View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): [prefer-nullish-coalescing] ensure ternary fix do…

    …es not remove parens (#9380)
    
    * fix(eslint-plugin): [prefer-nullish-coalescing] ensure ternary fix does not remove parens
    
    * chore(eslint-plugin): remove unused imports
    
    * chore(eslint-plugin): fix lint
    jakebailey authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f29150f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4fe94f View commit details
    Browse the repository at this point in the history
Loading