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.3.1
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.4.0
Choose a head ref
  • 20 commits
  • 39 files changed
  • 9 contributors

Commits on Jun 25, 2020

  1. Update: rename id-blacklist to id-denylist (fixes #13407) (#13408)

    * Update: rename id-blacklist to id-denylist (fixes #13407)
    
    * Update index.js
    Kai Cataldo authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    004adae View commit details
    Browse the repository at this point in the history
  2. Update: prefer-regex-literal detect regex literals (fixes #12840) (#1…

    …2842)
    
    The rule `prefer-regex-literal` now detects when regex literals are
    unnecessarily passed to the `RegExp` constructor.
    lo1tuma authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    d53d69a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0655f66 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Update: Add option "ignoreGlobals" to camelcase rule (fixes #11716) (#…

    …12782)
    
    * Update: Add option "ignoreGlobals" to camelcase rule (fixes 11716)
    
    * Change reference check to look for global variable
    
    * Fix behavior for global references and add tests
    
    * Add more valid tests to camelcase rule
    
    * Add more invalid tests for camelcase rule
    
    * Don't ignore non-camelcase global variable used as object key
    
    * Corrections to camelcase documentation
    mcdado authored Jun 26, 2020
    Configuration menu
    Copy the full SHA
    51e42ec View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Sponsors: Sync README with website

    ESLint Jenkins committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    53912aa View commit details
    Browse the repository at this point in the history
  2. Sponsors: Sync README with website

    ESLint Jenkins committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    5c4c3fd View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Sponsors: Sync README with website

    ESLint Jenkins committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    7baf02e View commit details
    Browse the repository at this point in the history
  2. Sponsors: Sync README with website

    ESLint Jenkins committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    bf3939b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Sponsors: Sync README with website

    ESLint Jenkins committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    c680387 View commit details
    Browse the repository at this point in the history
  2. Sponsors: Sync README with website

    ESLint Jenkins committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    0c17e9d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Sponsors: Sync README with website

    ESLint Jenkins committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    c139156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    825a5b9 View commit details
    Browse the repository at this point in the history
  3. Fix: false positive new with member in no-extra-parens (fixes #12740) (

    …#13375)
    
    * Fix: false positive new with member in no-extra-parens (fixes #12740)
    
    * rename func
    
    * remove duplicate function
    
    * check whole node is wrapped or not
    
    * remove checking whole node
    
    * check member object
    yeonjuan authored Jul 3, 2020
    Configuration menu
    Copy the full SHA
    3f51930 View commit details
    Browse the repository at this point in the history
  4. Update: Improve array-callback-return report message (#13395)

    * Update: Improve array-callback-return report (explains why)
    The array-callback-return rule should explain that a return value is required because the surrounding method requires it. This makes it clear that eg. .filter() expects the passed function to return something, rather than a general expectation of that function.
    
    The error messages for expectedAtEnd/Inside now read 'Method .{{arrayMethodName}}() expected a value to be returned at the end of {{name}}.' and 'Method .{{arrayMethodName}}() expected a return value from {{name}}.'
    
    * Update lib/rules/array-callback-return.js
    
    Co-authored-by: Kai Cataldo <kai@kaicataldo.com>
    
    * Update lib/rules/array-callback-return.js
    
    Co-authored-by: Kai Cataldo <kai@kaicataldo.com>
    
    * Update: Improve array-callback-return report (explains why) patch
    * Made tests match proposed new message.
    
    * fix: forEach message, .from Owner
    * forEach has a message, and describes why no return value is expected.
    * present tense ('Array.from expects no' vs 'Array.from expected no')
    * Added explicit check of the forEach message
    
    * fix: cleaner production of full-qyalified method name
    
    Co-authored-by: Kai Cataldo <kai@kaicataldo.com>
    mrflip and Kai Cataldo authored Jul 3, 2020
    Configuration menu
    Copy the full SHA
    ff5317e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a463db View commit details
    Browse the repository at this point in the history
  6. Fix: Revert config cloning (fixes #13447) (#13449)

    * Revert "Fix: Replace Infinity with Number.MAX_SAFE_INTEGER (fixes #13427) (#13435)"
    
    This reverts commit de77c11.
    
    * Revert "Fix: clone config before validating (fixes #12592) (#13034)"
    
    This reverts commit 7fb45cf.
    aladdin-add authored Jul 3, 2020
    Configuration menu
    Copy the full SHA
    89ee01e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ada2c89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f21bad2 View commit details
    Browse the repository at this point in the history
  9. Build: changelog update for 7.4.0

    ESLint Jenkins committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    ed86b15 View commit details
    Browse the repository at this point in the history
  10. 7.4.0

    ESLint Jenkins committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    30fa423 View commit details
    Browse the repository at this point in the history
Loading