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.10.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.11.0
Choose a head ref
  • 17 commits
  • 25 files changed
  • 12 contributors

Commits on Mar 1, 2022

  1. Sponsors: Sync README with website

    ESLint Jenkins committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    802c85c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Sponsors: Sync README with website

    ESLint Jenkins committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    edb12e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    c178ce7 View commit details
    Browse the repository at this point in the history
  2. docs: sort-imports add single named import example (#15675)

    Added examples of a single named import. Clarifying that it should be grouped with the default/single imports and not with the named/multiple imports.
    
    I find the current behavior confusing and so do others #14259 #14570 #14735 #13655 #13222 #11159 #10878.
    arye-eidelman authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    8f675b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. feat: valid-typeof always ban undefined (#15635)

    * feat: `valid-typeof`: always ban `undefined`
    
    * change error message and check definition of `undefined`
    
    * check string literal first
    
    * add suggestions
    
    * Apply suggestions from code review
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * suggest string when `requireStringLiterals` is on
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    Zzzen and mdjermanovic authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    57b8a57 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. docs: link to minimatch docs added. (#15688)

    * docs: link to minimatch docs added
    
    * Update docs/user-guide/configuring/configuration-files.md
    
    Fixes: #15670
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    tewarig and nzakas authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    de800c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b9433c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f90fd9d View commit details
    Browse the repository at this point in the history
  4. Sponsors: Sync README with website

    ESLint Jenkins committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    83e5458 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    385c9ad View commit details
    Browse the repository at this point in the history
  6. docs: Add clarification about eslint-enable (#15680)

    * docs: Add clarification about eslint-enable rule:
    
    Fixes #15662
    
    * Update docs/user-guide/configuring/rules.md
    
    * Update docs/user-guide/configuring/rules.md
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    3 people authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    d2255db View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. feat: Catch undefined and Boolean() in no-constant-condition (#15613

    )
    
    Identify `undefined` and `Boolean(somethingConstant)` as both being constant.
    captbaritone authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    8933fe7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. feat: add destructuredArrayIgnorePattern option in no-unused-vars (

    …#15649)
    
    * feat: add `destructuredArrayIgnorePattern` option in `no-unused-vars`
    
    Fixes #15611
    
    * docs: add `destructuredArrayIgnorePattern` option in `no-unused-vars`
    
    * fix: remove false positives and false negatives
    
    * docs: update
    
    * test: add more cases
    
    * docs: update
    
    * fix: remove false positives
    
    * docs: update
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * feat: improve error message
    
    * feat: cover more cases
    
    * docs: add more example
    
    * refactor: code
    
    * fix: check for all references
    
    * docs: add more examples
    
    * chore: apply suggestions from code review
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    snitin315 and mdjermanovic authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    800bd25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c481cec View commit details
    Browse the repository at this point in the history
  3. fix: escaping for square brackets in ignore patterns (#15666)

    * fix: escaping for square brackets in ignore patterns
    
    Fixes #15642
    
    * remove file to fix its filename
    
    * re-add file to fix its filename
    
    * use github:eslint/eslintrc main branch
    
    * use @eslint/eslintrc@1.2.1
    mdjermanovic authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    6814922 View commit details
    Browse the repository at this point in the history
  4. Build: changelog update for 8.11.0

    ESLint Jenkins committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    89902e6 View commit details
    Browse the repository at this point in the history
  5. 8.11.0

    ESLint Jenkins committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    76a235a View commit details
    Browse the repository at this point in the history
Loading