Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: provide more context to no-eq-null #14801

Merged
merged 2 commits into from Jul 15, 2021

Commits on Jul 14, 2021

  1. 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 eslint#179
    closes eslint#14749
    gfyoung committed Jul 14, 2021
    Copy the full SHA
    133fe45 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Update docs/rules/no-eq-null.md

    Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
    gfyoung and btmills committed Jul 15, 2021
    Copy the full SHA
    a53d975 View commit details
    Browse the repository at this point in the history