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: v9.7.0
Choose a base ref
...
head repository: eslint/eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.8.0
Choose a head ref
  • 14 commits
  • 38 files changed
  • 7 contributors

Commits on Jul 13, 2024

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

Commits on Jul 18, 2024

  1. build: Enable JSON linting (#18681)

    * build: Enable JSON linting
    
    * Update eslint.config.js
    
    Co-authored-by: Francesco Trotta <github@fasttime.org>
    
    * Update eslint.config.js
    
    Co-authored-by: Amaresh  S M  <amareshsm13@gmail.com>
    
    * Apply feedback
    
    * Fix internal paths strings
    
    ---------
    
    Co-authored-by: Francesco Trotta <github@fasttime.org>
    Co-authored-by: Amaresh  S M <amareshsm13@gmail.com>
    3 people authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4514424 View commit details
    Browse the repository at this point in the history
  2. docs: Debug config docs (#18698)

    * docs: Add Debug Config page
    
    * docs: Add Debug Your Config page
    
    * Update docs/src/use/configure/debug.md
    
    Co-authored-by: 唯然 <weiran.zsd@outlook.com>
    
    * Remove filename from inspect-config
    
    ---------
    
    Co-authored-by: 唯然 <weiran.zsd@outlook.com>
    nzakas and aladdin-add authored Jul 18, 2024
    1 Configuration menu
    Copy the full SHA
    53b1ff0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    70dc803 View commit details
    Browse the repository at this point in the history
  2. fix: Throw error when invalid flags passed (#18705)

    * fix: Throw error when invalid flags passed
    
    * Apply feedback
    
    * Update test
    
    * Update tests/lib/cli.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Update tests/lib/cli.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ab0ff27 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. docs: Add system theme option (#18617)

    * feat: add system theme option
    
    * remove console
    
    * edit attribute
    
    * fix the base condition
    
    * refactor setTheme fn
    
    * further optimization
    amareshsm authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    282df1a View commit details
    Browse the repository at this point in the history
  2. feat: Add and use SourceCode#getLoc/getRange (#18703)

    * feat: Add and use SourceCode#getLoc/getRange
    
    * Update report-translator
    
    * Update rule-fixer
    
    * Upgrade @eslint/json
    
    * Fix FixTracker tests
    nzakas authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    13d0bd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. chore: update dependency @eslint/core to ^0.2.0 (#18700)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8e1a627 View commit details
    Browse the repository at this point in the history
  2. chore: package.json update for @eslint/js release

    Jenkins committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d73b203 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2570051 View commit details
    Browse the repository at this point in the history
  4. chore: package.json update for @eslint/js release

    Jenkins committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    4aaf2b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    deee448 View commit details
    Browse the repository at this point in the history
  6. Build: changelog update for 9.8.0

    Jenkins committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    de36d1d View commit details
    Browse the repository at this point in the history
  7. 9.8.0

    Jenkins committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    63881dc View commit details
    Browse the repository at this point in the history
Loading