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): [ban-types] allow banning null and undefined #821

Merged
merged 10 commits into from Feb 12, 2020

Commits on Aug 8, 2019

  1. Allow null as a banned type

    Validark committed Aug 8, 2019
    Copy the full SHA
    810f3bb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3373a96 View commit details
    Browse the repository at this point in the history
  3. Update ban-types.ts

    Validark committed Aug 8, 2019
    Copy the full SHA
    32d36be View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    77b3b95 View commit details
    Browse the repository at this point in the history
  5. add tests

    Validark committed Aug 8, 2019
    Copy the full SHA
    b906a23 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9f52160 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Copy the full SHA
    52a60d9 View commit details
    Browse the repository at this point in the history
  2. Add explicit return types

    Validark committed Feb 7, 2020
    Copy the full SHA
    64b4dd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Fix formatting

    Validark committed Feb 11, 2020
    Copy the full SHA
    e15490f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

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