-
Notifications
You must be signed in to change notification settings - Fork 131
Incompatiibility with ESLint v5 AST #208
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
Comments
Not sure that it is related to ESLint v5, this project has almost the latest versions of ESLint. Also I tried to update to the latest one (^5.15.1) but still can't reproduce the issue. Maybe it is typescript related issue? |
Here's the minimal package which demonstrates the issue: test-eslint-plugin-react-native.zip Unzip, install modules and run
|
@sudo-suhas here is the fix #220 |
I originally faced issues when trying to use this plugin with
[email protected]
and reported it here - eslint/typescript-eslint-parser#572.Copying over some of the relevant details:
What code were you trying to parse?
What did you expect to happen?
No errors should be reported. The code if formatted by prettier.
What happened?
My eslint config:
@mysticatea helped to identify that the source of the issue was incompatibility of this plugin with ESLint v5 AST.
Could you please update the plugin to work with the newer AST syntax?
The text was updated successfully, but these errors were encountered: