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.23.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.24.0
Choose a head ref
  • 15 commits
  • 18 files changed
  • 13 contributors

Commits on Apr 1, 2021

  1. Docs: Add fatal to Node.js API LintMessage type (#14251)

    * Docs: Add fatal to Node.js API LintMessage type
    
    * Docs: LintMessage.fatal is an optional property
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    btmills and mdjermanovic authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    c85c2f1 View commit details
    Browse the repository at this point in the history
  2. Docs: Update bug report template (#14276)

    * Docs: Update bug report template
    
    * Update .github/ISSUE_TEMPLATE/BUG_REPORT.md
    nzakas authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    e1cfde9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    147fc04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c981fb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Update: add ignoreNonDeclaration to no-multi-assign rule (fixes #12545)…

    … (#14185)
    
    * Update: add an option to ignore non declaration (refs #12545)
    
    * Doc: add description of the option (refs #12545)
    
    * Chore: reflect review comments (refs #12545)
    
    * Chore: modify the document according to comments (refs #12545)
    t-mangoe authored Apr 3, 2021
    Configuration menu
    Copy the full SHA
    b51d077 View commit details
    Browse the repository at this point in the history
  2. Fix: no-unused-vars ignoreRestSiblings check assignments (fixes #14163)…

    … (#14264)
    
    * Fix: Check assignment reference in no-unused-vars (fixes #14163)
    
    * rename variables
    
    * add example
    yeonjuan authored Apr 3, 2021
    Configuration menu
    Copy the full SHA
    c4d8b0d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Configuration menu
    Copy the full SHA
    abca186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70c9216 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

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

Commits on Apr 7, 2021

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

Commits on Apr 8, 2021

  1. Docs: fix broken links in Node.js API docs toc (#14296)

    * Docs: fix broken links in Node.js API docs toc
    
    * fix link
    u-sho authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    71a80e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Update: Add disallowTemplateShorthand option in no-implicit-coercion (#…

    …13579)
    
    * Update: Add templateString option in no-implicit-coercion (fixes #12866)
    
    This adds the `templateString` option to `no-implicit-coercion`. This makes the
    rule report the following code:
    
    ```js
    `${foo}`
    ```
    
    For backwards compatibility, this was added as a separate option instead of as
    default behaviour.
    
    * Fix no-implicit-coercion templateString examples
    
    * Skip tagged template strings in no-implicit-coercion
    
    * Add missing tests for no-implicit-coercion
    
    * Used cooked template string values
    
    * Add missing documentation for no-implicit-coercion
    
    Note that the `templateString` option isn’t affected by the `string` option.
    
    * Add missing tests for no-implicit-coercion templateString
    
    * Rename templateString to disallowTemplateString
    
    * Fix typo in no-implicit-coercion docs
    
    * Add tagged template string example for no-implicit-coercion
    
    * Update docs/rules/no-implicit-coercion.md
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    
    Co-authored-by: Milos Djermanovic <[email protected]>
    remcohaszing and mdjermanovic authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    f06ecdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c346c8 View commit details
    Browse the repository at this point in the history
  3. Build: changelog update for 7.24.0

    ESLint Jenkins committed Apr 9, 2021
    1 Configuration menu
    Copy the full SHA
    10b31ff View commit details
    Browse the repository at this point in the history
  4. 7.24.0

    ESLint Jenkins committed Apr 9, 2021
    1 Configuration menu
    Copy the full SHA
    555cbf3 View commit details
    Browse the repository at this point in the history
Loading