We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
typeof typechecks are not always equivalent to lodash ones. Consider this example:
typeof
I'd like to disable the prefer-lodash-typecheck for typeof checks against "undefined".
prefer-lodash-typecheck
"undefined"
The text was updated successfully, but these errors were encountered:
98b330e
Thanks! Fixed in v0.1.13
Sorry, something went wrong.
👍 thanks!
Btw, I guess the documentation should be updated too:
https://github.com/wix/eslint-plugin-lodash3/blob/master/docs/rules/prefer-lodash-typecheck.md
No branches or pull requests
typeof
typechecks are not always equivalent to lodash ones. Consider this example:I'd like to disable the
prefer-lodash-typecheck
fortypeof
checks against"undefined"
.The text was updated successfully, but these errors were encountered: