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.14.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.15.0
Choose a head ref
  • 7 commits
  • 10 files changed
  • 6 contributors

Commits on Nov 24, 2020

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

Commits on Dec 5, 2020

  1. Fix: one-var autofixing for export (fixes #13834) (#13891)

    * Fix: one-var autofixing for export (fixes #13834)
    
    * Chore: added export placement for adjacent tokens
    anikethsaha authored Dec 5, 2020
    Configuration menu
    Copy the full SHA
    cbc57fb View commit details
    Browse the repository at this point in the history
  2. New: no-unsafe-optional-chaining rule (fixes #13431) (#13859)

    * New: `no-unsafe-optional-chaining` rule (fixes #13431)
    
    * add checking 'in'
    
    * fix type & add example
    
    * add check
    
    * add examples
    
    * make it handle logical expression
    
    * fix logical error
    
    * fix typo
    
    * fix typo
    
    * fix tests format and false positive
    
    * fix review
    
    - add test cases (*=, /=)
    - improve Rule Details doc
    - fix wrong example
    - add unary, assignment operation test cases
    - edit test cases - move optional chain to right side
    - change to use Set
    - fix jsdoc typo and type
    - add examples on docs
    - handle conditional, sequence expressions
    - remove useless check
    - fix doc
    - add test cases
    - fix typo
    
    * fix title
    
    * edit description
    
    * fix docs
    
    * fix review
    
    - add test cases
    - fix docs
    
    * add example
    
    * add example
    
    * handle await
    
    * add test cases, fix docs
    
    * fix test cases, docs
    yeonjuan authored Dec 5, 2020
    Configuration menu
    Copy the full SHA
    683ad00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eb7957 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c11aab View commit details
    Browse the repository at this point in the history
  5. Build: changelog update for 7.15.0

    ESLint Jenkins committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    6356778 View commit details
    Browse the repository at this point in the history
  6. 7.15.0

    ESLint Jenkins committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    902a032 View commit details
    Browse the repository at this point in the history
Loading