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: v7.16.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: v7.17.0
Choose a head ref
  • 13 commits
  • 34 files changed
  • 6 contributors

Commits on Dec 25, 2020

  1. Sponsors: Sync README with website

    ESLint Jenkins committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    7289ecf View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Chore: fix typos (#13960)

    yeonjuan authored Dec 27, 2020
    Configuration menu
    Copy the full SHA
    c3e9acc View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

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

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    19c69c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6e7e32 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Update: add autofix to rule multiline-ternary (#13958)

    * Update: Added auto-fix to multiline-ternary
    
    I noticed unfixed warnings from this ESLint rule and wanted to auto-fix them. While it may seem like doing `'\n? '` is opinionated, I did have changed to make this take a new option and either put the `?` on the previous line or next line. This is actually unnecessary because `operator-linebreak` handles it for you.
    
    * chore: fix linting
    
    * chore: review suggestions
    
    * Chore: review suggestions
    
    refs: https://github.com/eslint/eslint/pull/12982/files#r409035292
    
    * Chore: add a test incluing comments
    
    * Chore: review suggestions
    
    * Chore: fixer.replaceTextRange() => removeRange()
    
    * chore: review suggestions
    
    * chore: fix typo
    
    Co-authored-by: Kevin Ghadyani <[email protected]>
    aladdin-add and Sawtaytoes authored Dec 31, 2020
    Configuration menu
    Copy the full SHA
    0649871 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. Docs: fix examples for no-multi-str (#13966)

    * Docs: fix examples for no-multi-str
    
    * change 'line' to 'text'
    mdjermanovic authored Jan 1, 2021
    Configuration menu
    Copy the full SHA
    7297363 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83e98cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    535fe47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc48713 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Update: check logical assignment in no-constant-condition (#13946)

    * Update: check logical assignment in no-constant-condition
    
    * update docs
    mdjermanovic authored Jan 2, 2021
    Configuration menu
    Copy the full SHA
    e128e77 View commit details
    Browse the repository at this point in the history
  2. Build: changelog update for 7.17.0

    ESLint Jenkins committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    be40eff View commit details
    Browse the repository at this point in the history
  3. 7.17.0

    ESLint Jenkins committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    896273f View commit details
    Browse the repository at this point in the history
Loading