-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
BindExpression could not be resolved #59
Comments
A workaround I found was to use the inherited config from eslint-config-airbnb without eslint-plugin-jsx-a11y:
HTH |
The airbnb guide doesn’t allow pre-stage-3 proposals like the bind operator. Duplicate of #33; waiting on https://github.com/evcohen/eslint-plugin-jsx-a11y/issues/327 |
I'm seeing the exact same issue as @thibautvs, @ljharb. The issue you pointed to is closed now. Here's my dependencies:
|
and what’s your eslint config? |
Here ya go:
|
Try updating eslint-plugin-import (and all the eslint deps) to the latest. |
@thibautvs , Fixed in version v2.2.1. This will log an error in the console, but it will no longer throw. |
This should already have been fixed by #43. |
Hi,
I know this issue has been addressed before but I still get this message with the latest version of ESLint + Airbnb config, namely:
When I run ESLint, I get the following message:
I can get ESLint to run by removing
"parser": "babel-eslint"
from.eslintrc
. But it then leads to such errors:Any idea on how to fix this while preserving the autobind operator (::) notations in the codebase?
Thx
The text was updated successfully, but these errors were encountered: