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
When running eslint over our source, the following error occurs: eslint/eslint#7341
seems as if JSX UpdateExpression is unknown by jsx-ast-utils.
UpdateExpression
The text was updated successfully, but these errors were encountered:
[fix] - Add expression handler for UpdateExpression.
190db21
Fixes #3
[fix] - Add expression handler for UpdateExpression. (#4)
a7696a7
v1.3.2 published with fix! Thanks for reporting 😄
Sorry, something went wrong.
beefancohen
No branches or pull requests
When running eslint over our source, the following error occurs: eslint/eslint#7341
seems as if JSX
UpdateExpression
is unknown by jsx-ast-utils.The text was updated successfully, but these errors were encountered: