- Notifications
You must be signed in to change notification settings - Fork 2.1k
Enable @typescript-eslint/strict-boolean-expressions rule #3872
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
Conversation
Motivation: Fix edge cases like in graphql#3869 Also I notice similar issue in graphql#3867 so I decided to fix it for the entire codebase.
✅ Deploy Preview for compassionate-pike-271cb3 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
| Hi @IvanGoncharov, I'm @github-actions bot happy to help you with this PR 👋 Supported commandsPlease post this commands in separate comments and only one per comment:
|
| You have successfully added a new CodeQL configuration |
Context: I made this mistake in graphql#3872, fixing in this PR
Motivation: Fix edge cases like in graphql#3869 Also, I noticed a similar issue in graphql#3867, so I fixed it for the entire codebase. P.S. I also resulted in a small but measurable speedup, probably because I replaced a bunch of ObjMap with ES6 Map.
Motivation: Fix edge cases like in graphql#3869 Also, I noticed a similar issue in graphql#3867, so I fixed it for the entire codebase. P.S. I also resulted in a small but measurable speedup, probably because I replaced a bunch of ObjMap with ES6 Map.
Motivation: Fix edge cases like in graphql#3869 Also, I noticed a similar issue in graphql#3867, so I fixed it for the entire codebase. P.S. I also resulted in a small but measurable speedup, probably because I replaced a bunch of ObjMap with ES6 Map.
Motivation: Fix edge cases like in graphql#3869 Also, I noticed a similar issue in graphql#3867, so I fixed it for the entire codebase. P.S. I also resulted in a small but measurable speedup, probably because I replaced a bunch of ObjMap with ES6 Map.
Motivation: Fix edge cases like in graphql#3869 Also, I noticed a similar issue in graphql#3867, so I fixed it for the entire codebase. P.S. I also resulted in a small but measurable speedup, probably because I replaced a bunch of ObjMap with ES6 Map.
Motivation: Fix edge cases like in graphql#3869 Also, I noticed a similar issue in graphql#3867, so I fixed it for the entire codebase. P.S. I also resulted in a small but measurable speedup, probably because I replaced a bunch of ObjMap with ES6 Map.
Motivation: Fix edge cases like in #3869
Also, I notice a similar issue in #3867 so I decided to fix it for the entire codebase.
P.S. I also result in a small but measurable speedup probably because I replaced a bunch of
ObjMapwith ES6Map.