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): add rule no-confusing-non-null-assertion #1941

Merged
merged 24 commits into from Jun 7, 2020

Commits on Jun 5, 2020

  1. Copy the full SHA
    b32cfe3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    75f6276 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c3fe364 View commit details
    Browse the repository at this point in the history
  4. fix: doc

    zhangciwu committed Jun 5, 2020
    Copy the full SHA
    e29cd94 View commit details
    Browse the repository at this point in the history
  5. fix: lint

    zhangciwu committed Jun 5, 2020
    Copy the full SHA
    f792eb9 View commit details
    Browse the repository at this point in the history
  6. fix: lint

    zhangciwu committed Jun 5, 2020
    Copy the full SHA
    e6ba472 View commit details
    Browse the repository at this point in the history
  7. Update packages/eslint-plugin/docs/rules/confusing-non-null-assertion…

    …-like-not-equal.md
    
    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    zhangciwu and bradzacher committed Jun 5, 2020
    Copy the full SHA
    f62f7c1 View commit details
    Browse the repository at this point in the history
  8. Update packages/eslint-plugin/src/rules/confusing-non-null-assertion-…

    …like-not-equal.ts
    
    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    zhangciwu and bradzacher committed Jun 5, 2020
    Copy the full SHA
    ebc858d View commit details
    Browse the repository at this point in the history
  9. Update packages/eslint-plugin/src/rules/confusing-non-null-assertion-…

    …like-not-equal.ts
    
    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    zhangciwu and bradzacher committed Jun 5, 2020
    Copy the full SHA
    a4ade6e View commit details
    Browse the repository at this point in the history
  10. Update packages/eslint-plugin/src/rules/confusing-non-null-assertion-…

    …like-not-equal.ts
    
    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    zhangciwu and bradzacher committed Jun 5, 2020
    Copy the full SHA
    62f28dd View commit details
    Browse the repository at this point in the history
  11. fix: rename rule

    zhangciwu committed Jun 5, 2020
    Copy the full SHA
    37ac63e View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    8f42979 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    8350531 View commit details
    Browse the repository at this point in the history
  14. fix: clean code

    zhangciwu committed Jun 5, 2020
    Copy the full SHA
    c4079be View commit details
    Browse the repository at this point in the history
  15. fix: doc

    zhangciwu committed Jun 5, 2020
    Copy the full SHA
    00042bf View commit details
    Browse the repository at this point in the history
  16. fix: insert to all rules

    zhangciwu committed Jun 5, 2020
    Copy the full SHA
    636a4c4 View commit details
    Browse the repository at this point in the history
  17. fix: doc

    zhangciwu committed Jun 5, 2020
    Copy the full SHA
    89cba74 View commit details
    Browse the repository at this point in the history
  18. fix: prettier

    zhangciwu committed Jun 5, 2020
    Copy the full SHA
    46bc044 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Update packages/eslint-plugin/docs/rules/no-confusing-non-null-assert…

    …ion.md
    
    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    zhangciwu and bradzacher committed Jun 6, 2020
    Copy the full SHA
    9a70d7c View commit details
    Browse the repository at this point in the history
  2. fix: format

    zhangciwu committed Jun 6, 2020
    Copy the full SHA
    163483d View commit details
    Browse the repository at this point in the history
  3. fix: eslint fix

    zhangciwu committed Jun 6, 2020
    Copy the full SHA
    5e4a85e View commit details
    Browse the repository at this point in the history
  4. fix: capitalization

    zhangciwu committed Jun 6, 2020
    Copy the full SHA
    c749e97 View commit details
    Browse the repository at this point in the history
  5. Update packages/eslint-plugin/tests/rules/no-confusing-non-null-asser…

    …tion.test.ts
    
    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    zhangciwu and bradzacher committed Jun 6, 2020
    Copy the full SHA
    e32208f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    88559e5 View commit details
    Browse the repository at this point in the history