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): [strict-boolean-expressions] add allow nullable enum to strict boolean expressions #6096

Commits on Nov 26, 2022

  1. Copy the full SHA
    8f08063 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1193d70 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    99bc303 View commit details
    Browse the repository at this point in the history
  4. fix: lint error

    kazizi55 committed Nov 26, 2022
    Copy the full SHA
    14ba8ac View commit details
    Browse the repository at this point in the history
  5. chore: erase indent diff

    kazizi55 committed Nov 26, 2022
    Copy the full SHA
    d7df053 View commit details
    Browse the repository at this point in the history
  6. fix: error column number

    kazizi55 committed Nov 26, 2022
    Copy the full SHA
    a0b643c View commit details
    Browse the repository at this point in the history
  7. test: fix output

    kazizi55 committed Nov 26, 2022
    Copy the full SHA
    15e108e View commit details
    Browse the repository at this point in the history
  8. test: fix output format

    kazizi55 committed Nov 26, 2022
    Copy the full SHA
    a875552 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Copy the full SHA
    8d0c41d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3c806a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Update packages/eslint-plugin/src/rules/strict-boolean-expressions.ts

    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    kazizi55 and JoshuaKGoldberg committed Nov 29, 2022
    Copy the full SHA
    42d3371 View commit details
    Browse the repository at this point in the history
  2. Update packages/eslint-plugin/tests/rules/strict-boolean-expressions.…

    …test.ts
    
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    kazizi55 and JoshuaKGoldberg committed Nov 29, 2022
    Copy the full SHA
    0c9370f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. chore: yarn lint --fix

    kazizi55 committed Dec 3, 2022
    Copy the full SHA
    ebc2351 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    aa2e949 View commit details
    Browse the repository at this point in the history
  3. test: fix output

    kazizi55 committed Dec 3, 2022
    Copy the full SHA
    20a00dc View commit details
    Browse the repository at this point in the history
  4. test: split into two cases

    kazizi55 committed Dec 3, 2022
    Copy the full SHA
    fae50f4 View commit details
    Browse the repository at this point in the history
  5. docs: add allowNullableEnum

    kazizi55 committed Dec 3, 2022
    Copy the full SHA
    2b71e6c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b02da7c View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Update packages/eslint-plugin/src/rules/strict-boolean-expressions.ts

    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    kazizi55 and JoshuaKGoldberg committed Dec 28, 2022
    Copy the full SHA
    3e4ad5d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    be467ba View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Update packages/eslint-plugin/docs/rules/strict-boolean-expressions.md

    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    kazizi55 and JoshuaKGoldberg committed Jan 2, 2023
    Copy the full SHA
    3803cc0 View commit details
    Browse the repository at this point in the history
  2. Update packages/eslint-plugin/docs/rules/strict-boolean-expressions.md

    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    kazizi55 and JoshuaKGoldberg committed Jan 2, 2023
    Copy the full SHA
    e5a4e1f View commit details
    Browse the repository at this point in the history
  3. Update packages/eslint-plugin/src/rules/strict-boolean-expressions.ts

    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    kazizi55 and JoshuaKGoldberg committed Jan 2, 2023
    Copy the full SHA
    68c49a8 View commit details
    Browse the repository at this point in the history
  4. test: add case

    kazizi55 committed Jan 2, 2023
    Copy the full SHA
    02ec998 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. fix: add string condition

    kazizi55 committed Jan 7, 2023
    Copy the full SHA
    39863e0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8ef51cf View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Copy the full SHA
    b4ae4f6 View commit details
    Browse the repository at this point in the history
  2. Fix lil lint issue

    JoshuaKGoldberg committed Feb 4, 2023
    Copy the full SHA
    302f4b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Test fix

    JoshuaKGoldberg committed Feb 5, 2023
    Copy the full SHA
    c19c528 View commit details
    Browse the repository at this point in the history