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.33.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.34.0
Choose a head ref
  • 12 commits
  • 24 files changed
  • 13 contributors

Commits on Jan 31, 2023

  1. docs: Update README

    GitHub Actions Bot committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    ad38d77 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

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

Commits on Feb 2, 2023

  1. docs: Configure a Parser page (#16803)

    * docs: Configure a Parser page
    
    Resolves #16762
    
    * Apply suggestions from code review
    
    Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
    bpmutter and btmills authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    71349a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. feat: array-callback-return supports Array.prototype.toSorted (#1…

    …6845)
    
    * feat: support `toSorted`
    
    * test: add tests for `toSorted`
    
    * docs: update docs for `toSorted`
    
    * docs: update the spec URL
    SUZUKI Sosuke authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    9b2fcf7 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

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

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    67aa37b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a061527 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dbe06d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. fix: false positive with assignment in no-extra-parens (#16872)

    * fix: false positive with assignment in `no-extra-parens`
    
    Fixes #16850
    
    * Update lib/rules/no-extra-parens.js
    
    Updated as suggested
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * check assignment operator
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    fasttime and mdjermanovic authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    923f61d View commit details
    Browse the repository at this point in the history
  2. docs: split rules documentation (#16797)

    * docs: split rule docs
    
    Resolves #16648
    
    * Add todo
    
    * add page to IA
    
    * Copy edits + remove TODO
    
    * Update docs/src/contribute/contribute-core-rule.md
    
    Co-authored-by: Nitin Kumar <snitin315@gmail.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * move rule performance testing to custom rules
    
    * Apply suggestions from code review
    
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    * add basic custom rule overview
    
    ---------
    
    Co-authored-by: Nitin Kumar <snitin315@gmail.com>
    Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    4 people authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    f0a9883 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Build: changelog update for 8.34.0

    ESLint Jenkins committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    18212bb View commit details
    Browse the repository at this point in the history
  2. 8.34.0

    ESLint Jenkins committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    5c2a198 View commit details
    Browse the repository at this point in the history
Loading