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

feat(eslint-plugin): [prefer-nullish-coalescing] add ignorePrimitives option #6487

Commits on Feb 18, 2023

  1. issue-4906 - prefer-nullish-coalescing enhancment

    Omri Luzon committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    b427e6b View commit details
    Browse the repository at this point in the history
  2. remove comment

    Omri Luzon committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    8e016d3 View commit details
    Browse the repository at this point in the history
  3. add doc

    Omri Luzon committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    09f207a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. CR: sort keys

    Omri Luzon committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    24fb9c5 View commit details
    Browse the repository at this point in the history
  2. CR: import once

    Omri Luzon committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    7aec9fa View commit details
    Browse the repository at this point in the history
  3. CR: remove unncessary "as const"

    Omri Luzon committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    ed7d525 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Merge remote-tracking branch 'upstream/main' into issue-4906-prefer-n…

    …ullish-enhancment
    Omri Luzon committed May 27, 2023
    Configuration menu
    Copy the full SHA
    6954d62 View commit details
    Browse the repository at this point in the history
  2. CR: Fix markdown lint rule

    Omri Luzon committed May 27, 2023
    Configuration menu
    Copy the full SHA
    6be0360 View commit details
    Browse the repository at this point in the history
  3. CR: Use binary OR to simplify loop

    Omri Luzon committed May 27, 2023
    Configuration menu
    Copy the full SHA
    a576095 View commit details
    Browse the repository at this point in the history
  4. CR: More positive test cases

      - Literal types (true, 1, etc.)
      - Template literals (`hello${string}`)
      - Bigints (1n)
      - Combinations of the types (boolean | string | ...), etc.
    Omri Luzon committed May 27, 2023
    Configuration menu
    Copy the full SHA
    8dd233f View commit details
    Browse the repository at this point in the history
  5. CR: mixed

    Omri Luzon committed May 27, 2023
    Configuration menu
    Copy the full SHA
    25a0852 View commit details
    Browse the repository at this point in the history
  6. CR: remove implied line

    Omri Luzon committed May 27, 2023
    Configuration menu
    Copy the full SHA
    e66ee9b View commit details
    Browse the repository at this point in the history
  7. CR: Move the note up

    Omri Luzon committed May 27, 2023
    Configuration menu
    Copy the full SHA
    5c4ab38 View commit details
    Browse the repository at this point in the history
  8. prettier fixz

    Omri Luzon committed May 27, 2023
    Configuration menu
    Copy the full SHA
    3b1e012 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e579a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    e38a2a9 View commit details
    Browse the repository at this point in the history
  2. CR1: Remove redundant check

    Omri Luzon committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    7d30fe5 View commit details
    Browse the repository at this point in the history
  3. CR2: Remove redundant check for the type-system

    Omri Luzon committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    7907cf5 View commit details
    Browse the repository at this point in the history
  4. Add bigint option

    Omri Luzon committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    40c1839 View commit details
    Browse the repository at this point in the history
  5. markdown too

    Omri Luzon committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    d085f34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2dff212 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jun 12, 2023

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

Commits on Jun 16, 2023

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

Commits on Jun 17, 2023

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

Commits on Jun 20, 2023

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

Commits on Jun 24, 2023

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

Commits on Jun 26, 2023

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

Commits on Jun 27, 2023

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

Commits on Jun 28, 2023

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

Commits on Jul 6, 2023

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

Commits on Jul 8, 2023

  1. flattening map

    Omri Luzon committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    3747796 View commit details
    Browse the repository at this point in the history
  2. flattening map 2

    Omri Luzon committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    4b6c03f View commit details
    Browse the repository at this point in the history
  3. add examples to docs

    Omri Luzon committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    7207e05 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/main' into issue-4906-prefer-n…

    …ullish-enhancment
    Omri Luzon committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    5a18ee3 View commit details
    Browse the repository at this point in the history