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.29.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.30.0
Choose a head ref
  • 13 commits
  • 26 files changed
  • 8 contributors

Commits on Jun 18, 2021

  1. Docs: Update README team and sponsors

    ESLint Jenkins committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    8972529 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Configuration menu
    Copy the full SHA
    aada733 View commit details
    Browse the repository at this point in the history
  2. Docs: Fix getRulesMetaForResults link syntax (#14723)

    I caught the correct name of the anchor tag but missed the use of parens instead of square braces.
    btmills authored Jun 20, 2021
    Configuration menu
    Copy the full SHA
    1b8997a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

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

Commits on Jun 26, 2021

  1. Update: Implement FlatConfigArray (refs #13481) (#14321)

    * Update: Implement FlatConfigArray (refs #13481)
    
    * Upgrade config-array package
    
    * Add schemas for linterOptions, processor, plugins
    
    * Continue implementing config schemas
    
    * RulesSchema start
    
    * Add initial finalization step
    
    * Default config
    
    * Strict mode
    
    * Start rule validation
    
    * Finish FlatConfigArray implementation
    
    * Remove too-new syntax
    
    * Fix default config
    
    * fix test
    
    * Update tests/lib/config/flat-config-array.js
    
    Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
    
    * Update tests/lib/config/flat-config-array.js
    
    Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
    
    * Update tests/lib/config/flat-config-array.js
    
    Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
    
    * Update tests/lib/config/flat-config-array.js
    
    Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
    
    * Update tests
    
    * fix test
    
    * Allow old-style plugin names
    
    * Fix reportUnusedDisableDirectives and add JSDoc
    
    * Add more tests
    
    * address review comments
    
    * Ignore only .git directory
    
    * Allow null for global settings
    
    * writeable -> writable
    
    * Remove incorrect comment
    
    * Validate severity-only rule options
    
    * Add key to global error message
    
    * deeply merge parserOptions and settings
    
    * Rename defaultResultConfig
    
    * Normalize and fix rule validations
    
    * Fix rule options merging
    
    * Fix various errors
    
    * Rebase onto master
    
    Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
    nzakas and btmills authored Jun 26, 2021
    Configuration menu
    Copy the full SHA
    b08170b View commit details
    Browse the repository at this point in the history
  2. Update: improve use-isnan rule to detect Number.NaN (fixes #14715) (#…

    …14718)
    
    * Update: improve `isNaNIdentifier` to detect `Number.isNaN` (fixes #14715)
    
    * Chore: add test cases for `Number.NaN`
    
    * Docs: add more examples for `use-isnan`
    
    * Chore: improve logic and add more test cases
    
    * Docs: Update docs/rules/use-isnan.md
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    snitin315 and mdjermanovic authored Jun 26, 2021
    Configuration menu
    Copy the full SHA
    104c0b5 View commit details
    Browse the repository at this point in the history
  3. Update: ecmaVersion allows "latest" (#14720)

    * Revert "Revert "Update: ecmaVersion defaults to 5, and allows "latest" (#14622)" (#14711)"
    
    This reverts commit 97d9bd2.
    
    * chore: use parser.$parser to check if it's espree
    
    * chore: add some tests
    
    * chore: not set default 5
    
    * chore: make the $parser non-enumerable
    
    * chore: use symbol
    
    * chore: a small refactor
    aladdin-add authored Jun 26, 2021
    Configuration menu
    Copy the full SHA
    ed1da5d View commit details
    Browse the repository at this point in the history
  4. Docs: fix and add more examples for new-cap rule (fixes #12874) (#14725)

    * Docs: fix and add more examples for `new-cap` rule
    
    * Docs: update
    
    * Docs: update
    
    * Docs: update
    
    * Docs: Update docs/rules/new-cap.md
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    snitin315 and mdjermanovic authored Jun 26, 2021
    Configuration menu
    Copy the full SHA
    278813a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Docs: fix broken links (#14756)

    * Docs: remove superfluous whitespace
    
    * Docs: update links
    chenxsan authored Jun 29, 2021
    Configuration menu
    Copy the full SHA
    aa87329 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    19a871a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f74642 View commit details
    Browse the repository at this point in the history
  3. Build: changelog update for 7.30.0

    ESLint Jenkins committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    21a85b1 View commit details
    Browse the repository at this point in the history
  4. 7.30.0

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