8000 Comparing v7.30.0...v7.31.0 · eslint/eslint · GitHub
[go: up one dir, main page]

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.30.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.31.0
Choose a head ref
  • 12 commits
  • 11 files changed
  • 8 contributors

Commits on Jul 6, 2021

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

Commits on Jul 7, 2021

  1. Sponsors: Sync README with website

    ESLint Jenkins committed Jul 7, 2021
    1 Configuration menu
    Copy the full SHA
    000cc79 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Docs: Mention benefit of providing meta.docs.url (#14774)

    Perhaps the top benefit of rules providing the `meta.docs.url` property with a link to their documentation is that IDEs / code editors can then provide a helpful link on rule violations. Developers often find this link useful to better understand a violation and learn how to fix it.
    
    However, many rule authors are unaware of this feature and thus exclude the property because they don't see the value of it.
    
    Mentioning this feature in ESLint's rule documentation should help encourage greater adoption of this property.
    
    Note that there is also a lint rule to require and autofix this property: https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/master/docs/rules/require-meta-docs-url.md
    bmish authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    b0d22e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

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

Commits on Jul 10, 2021

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

Commits on Jul 12, 2021

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

Commits on Jul 15, 2021

  1. Docs: provide more context to no-eq-null (#14801)

    * Docs: provide more context to no-eq-null
    
    * Encourage use of the more powerful
    eqeqeq rule for linting equality checks.
    
    * Indicate this rule is compatible with
    an analogous rule in JSHint.
    
    xref #179
    closes #14749
    
    * Update docs/rules/no-eq-null.md
    
    Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
    
    Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
    gfyoung and btmills authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    39115c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. Configuration menu
    Copy the full SHA
    e0e8e30 View commit details
    Browse the repository at this point in the history
  2. Update: add end location to report in consistent-return (refs #12334)…

    … (#14798)
    
    * Update: add end location to report in `consistent-return`
    
    * Update: report end location for `function` keyword
    snitin315 authored Jul 17, 2021
    Configuration menu
    Copy the full SHA
    a96b05f View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    efdbb12 View commit details
    Browse the repository at this point in the history
  4. Build: changelog update for 7.31.0

    ESLint Jenkins committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    faf2fe8 View commit details
    Browse the repository at this point in the history
  5. 7.31.0

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