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): [no-unnecessary-boolean-literal-compare] add option to check nullable booleans #1983

Merged
merged 11 commits into from Jun 20, 2020
Merged

feat(eslint-plugin): [no-unnecessary-boolean-literal-compare] add option to check nullable booleans #1983

merged 11 commits into from Jun 20, 2020

Commits on May 6, 2020

  1. feat(eslint-plugin): [no-unnecessary-boolean-literal-compare] add opt…

    …ion to check nullable booleans
    Zach Kirsch committed May 6, 2020
    Copy the full SHA
    31b4cb4 View commit details
    Browse the repository at this point in the history
  2. Self CR

    Zach Kirsch committed May 6, 2020
    Copy the full SHA
    4b76661 View commit details
    Browse the repository at this point in the history
  3. Run prettier

    Zach Kirsch committed May 6, 2020
    Copy the full SHA
    45caa4a View commit details
    Browse the repository at this point in the history
  4. Improve test coverage

    Zach Kirsch committed May 6, 2020
    Copy the full SHA
    7ea1f85 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Add surrounding parentheses when adding ??

    Zach Kirsch committed May 7, 2020
    Copy the full SHA
    9dbfd4c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Update packages/eslint-plugin/src/rules/no-unnecessary-boolean-litera…

    …l-compare.ts
    
    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    zachkirsch and bradzacher committed Jun 19, 2020
    Copy the full SHA
    56d8497 View commit details
    Browse the repository at this point in the history
  2. Update packages/eslint-plugin/docs/rules/no-unnecessary-boolean-liter…

    …al-compare.md
    
    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    zachkirsch and bradzacher committed Jun 19, 2020
    Copy the full SHA
    e92fb36 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a7b2041 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    acd9d44 View commit details
    Browse the repository at this point in the history
  5. Fix spelling

    Zach Kirsch committed Jun 19, 2020
    Copy the full SHA
    a145644 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

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