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: eslint/eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7a2a0be
Choose a base ref
...
head repository: eslint/eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 96ad0db
Choose a head ref
  • 13 commits
  • 21 files changed
  • 5 contributors

Commits on May 22, 2023

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

Commits on May 23, 2023

  1. feat: correct no-useless-return behaviour in try statements (#16996)

    * feat: correct `no-useless-return` behaviour in try statements
    
    * test: add more test cases for no-useless-return
    
    * refactor: fix formatting
    
    * refactor: fix formatting
    
    * fix: check all try block statements in the list
    
    * Fix a false positive
    
    ---------
    
    Co-authored-by: Francesco Trotta <[email protected]>
    snitin315 and fasttime authored May 23, 2023
    Configuration menu
    Copy the full SHA
    b8448ff View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    5b68d51 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. fix: Correct ignore message for "node_modules" subfolders (#17217)

    * fix: Correct ignore message for "node_modules" subfolders
    
    * Use `path.sep` as a separator
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    
    ---------
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    fasttime and mdjermanovic authored May 24, 2023
    1 Configuration menu
    Copy the full SHA
    c4fad17 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. docs: Update README

    GitHub Actions Bot committed May 26, 2023
    1 Configuration menu
    Copy the full SHA
    e5182b7 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. test: Add FlatESLint tests with missing config files (#17164)

    * test: Add `FlatESLint` tests with missing config files
    
    * assert ENOENT
    mdjermanovic authored May 29, 2023
    1 Configuration menu
    Copy the full SHA
    f67d298 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. docs: Update README

    GitHub Actions Bot committed May 31, 2023
    1 Configuration menu
    Copy the full SHA
    01d7142 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. fix: Config with ignores and without files should not always apply (

    #17181)
    
    * fix: Config with `ignores` and without `files` should not always apply
    
    Fixes #17103
    
    * use @humanwhocodes/[email protected]
    
    * use @humanwhocodes/[email protected]
    mdjermanovic authored Jun 2, 2023
    1 Configuration menu
    Copy the full SHA
    a589636 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    0892412 View commit details
    Browse the repository at this point in the history
  3. chore: package.json update for @eslint/js release

    ESLint Jenkins committed Jun 2, 2023
    1 Configuration menu
    Copy the full SHA
    67fc5e7 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    6ca5b7c View commit details
    Browse the repository at this point in the history
  5. Build: changelog update for 8.42.0

    ESLint Jenkins committed Jun 2, 2023
    1 Configuration menu
    Copy the full SHA
    40b34af View commit details
    Browse the repository at this point in the history
  6. 8.42.0

    ESLint Jenkins committed Jun 2, 2023
    1 Configuration menu
    Copy the full SHA
    96ad0db View commit details
    Browse the repository at this point in the history
Loading