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: v8.9.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: v8.10.0
Choose a head ref
  • 19 commits
  • 28 files changed
  • 10 contributors

Commits on Feb 14, 2022

  1. Sponsors: Sync README with website

    ESLint Jenkins committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    8d3c25f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Sponsors: Sync README with website

    ESLint Jenkins committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    d992382 View commit details
    Browse the repository at this point in the history
  2. fix: false positive in camelcase with combined properties (#15581)

    * fix: false positive in `camelcase` with combined options
    
    Fixes #15572
    
    * test: add mores cases for camelcase rule
    
    * chore: update JSDoc comment
    
    * test: add location
    
    * chore: remove unwanted change
    snitin315 authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    ee7c5d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

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

Commits on Feb 17, 2022

  1. perf: fix lazy loading of core rules (#15606)

    * perf: fix lazy loading of core rules
    
    * add test
    mdjermanovic authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    39a2fb3 View commit details
    Browse the repository at this point in the history
  2. Sponsors: Sync README with website

    ESLint Jenkins committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    3023991 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. test: add integration tests with built-in configs (#15612)

    * test: add integration tests with built-in configs
    
    * clarify test
    
    * fix comment
    mdjermanovic authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    bfaa548 View commit details
    Browse the repository at this point in the history
  2. feat: Add onlyOneSimpleParam option to no-confusing-arrow rule (#15566

    )
    
    * feat: Add  option to no-confusing-arrow rule
    
    * Follow up commit
    
    * Another follow up commit
    
    * Another follow up commit
    
    * Another commit
    
    * Another followup commit
    
    * Final Commit
    Gautam-Arora24 authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    345e70d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. feat: --debug prints time it takes to parse a file (#15609)

    * feat: --debug prints time it takes to parse a file
    
    * Update lib/linter/linter.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * add separate logs for parsing and scope analysis
    
    * lint
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    bartlomieju and mdjermanovic authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    115cae5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

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

Commits on Feb 22, 2022

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

Commits on Feb 24, 2022

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

Commits on Feb 25, 2022

  1. docs: update CLA information (#15630)

    * docs: udpate CLA information
    
    * docs: update CLA info
    
    * docs: suggestion
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    
    * Update docs/developer-guide/contributing/README.md
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    snitin315 and nzakas authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    1005bd5 View commit details
    Browse the repository at this point in the history
  2. feat: Add ignoreOnInitialization option to no-shadow rule (#14963)

    * Fix: Remove warning  in initialized variables (fixes #12687)
    
    * Fix: Remove warning  in initialized variables (fixes #12687)
    
    * Fix: Remove warning  in initialized variables (fixes #12687)
    
    * Docs: add invalid ambiguous example in doc (fixes #12687)
    
    * Docs: add invalid ambiguous example in doc (fixes #12687)
    
    * Fix: Adding option for variables on intialization (fixes #12687)
    
    * Fix: Adding option for variables on intialization (fixes #12687)
    
    * Fix: Adding option for variables on intialization (fixes #12687)
    
    * Fix: Adding option for variables on intialization (fixes #12687)
    
    * Fix: Adding option for variables on intialization (fixes #12687)
    
    * Fix: Adding option for variables on intialization (fixes #12687)
    
    * Fix: Adding option for variables on intialization (fixes #12687)
    
    * Fix: Adding option for variables on intialization (fixes #12687)
    
    * Fix: Adding option for variables on intialization (fixes #12687)
    
    * Fix: Adding option for variables on intialization (fixes #12687)
    
    * feat: Adding option for variables on intialization (fixes #12687)
    
    * feat: Adding option for variables on intialization (fixes #12687)
    
    * feat: Adding option for variables on intialization (fixes #12687)
    
    * feat: Adding option for variables on intialization (fixes #12687)
    
    * feat: Adding option for variables on intialization (fixes #12687)
    
    * feat: Adding option for variables on intialization (fixes #12687)
    
    * feat: Adding option for variables on intialization (fixes #12687)
    
    * feat: Adding option for variables on intialization (fixes #12687)
    
    * feat: Adding option for variables on intialization (fixes #12687)
    
    * feat: Adding option for variables on intialization (fixes #12687)
    
    * feat: Adding option for variables on intialization (fixes #12687)
    
    * feat: Adding option for variables on intialization (fixes #12687)
    boutahlilsoufiane authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    6e2c325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cec74e View commit details
    Browse the repository at this point in the history
  4. fix: Avoid __dirname for built-in configs (#15616)

    Load eslint:recommended and eslint:all configs via require instead file paths.
    
    Fixes: #15575
    daidodo authored Feb 25, 2022
    Configuration menu
    Copy the full SHA
    cdc5802 View commit details
    Browse the repository at this point in the history
  5. Build: changelog update for 8.10.0

    ESLint Jenkins committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    2fe01f3 View commit details
    Browse the repository at this point in the history
  6. 8.10.0

    ESLint Jenkins committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    f66890b View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy