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

Add no-useless-undefined rule #718

Merged
merged 22 commits into from May 6, 2020

Commits on May 4, 2020

  1. Add tests

    fisker committed May 4, 2020
    Copy the full SHA
    9e4d896 View commit details
    Browse the repository at this point in the history
  2. Add rule logic

    fisker committed May 4, 2020
    Copy the full SHA
    07fef5e View commit details
    Browse the repository at this point in the history
  3. Simplify logic

    fisker committed May 4, 2020
    Copy the full SHA
    3529c16 View commit details
    Browse the repository at this point in the history
  4. Add docs

    fisker committed May 4, 2020
    Copy the full SHA
    ab7b200 View commit details
    Browse the repository at this point in the history
  5. Fix code style

    fisker committed May 4, 2020
    Copy the full SHA
    55c2a4c View commit details
    Browse the repository at this point in the history
  6. Update call fixer logic

    fisker committed May 4, 2020
    Copy the full SHA
    cbe08ba View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6f7480b View commit details
    Browse the repository at this point in the history
  8. Fix docs example

    fisker committed May 4, 2020
    Copy the full SHA
    72af77e View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    bd80711 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

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

Commits on May 6, 2020

  1. exclude yield*

    fisker committed May 6, 2020
    Copy the full SHA
    38b9dcc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'rules/no-useless-undefined' of github.com:fisker/eslint…

    …-plugin-unicorn into rules/no-useless-undefined
    fisker committed May 6, 2020
    Copy the full SHA
    965ba27 View commit details
    Browse the repository at this point in the history
  3. Remove space

    fisker committed May 6, 2020
    Copy the full SHA
    6f4b355 View commit details
    Browse the repository at this point in the history
  4. Code style

    fisker committed May 6, 2020
    Copy the full SHA
    fe4c222 View commit details
    Browse the repository at this point in the history
  5. Fix lint

    fisker committed May 6, 2020
    Copy the full SHA
    e40f496 View commit details
    Browse the repository at this point in the history
  6. Run xo

    fisker committed May 6, 2020
    Copy the full SHA
    6b2c388 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    5fd6e16 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    da0c039 View commit details
    Browse the repository at this point in the history
  9. Simplify report

    fisker committed May 6, 2020
    Copy the full SHA
    1376df4 View commit details
    Browse the repository at this point in the history
  10. Fix typo

    fisker committed May 6, 2020
    Copy the full SHA
    fd5edc8 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    aa5b6e0 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    62bde37 View commit details
    Browse the repository at this point in the history