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
We must disable the rule no-unused-expressions from our eslint configuration and enable babel/no-unused-expressions from your eslint-plugin-babel.
no-unused-expressions
babel/no-unused-expressions
Reference: babel/eslint-plugin-babel#185
Steps to reproduce the behavior:
myObject?.foo()
No eslint error for this use case.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
We must disable the rule
no-unused-expressions
from our eslint configuration and enablebabel/no-unused-expressions
from your eslint-plugin-babel.Reference:
babel/eslint-plugin-babel#185
Steps to reproduce
Steps to reproduce the behavior:
myObject?.foo()
Expected behavior
No eslint error for this use case.
The text was updated successfully, but these errors were encountered: