-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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
[eslint-config-airbnb] can't resolve reference #1488
Comments
Those are warnings from eslint-plugin-react, that don't cause eslint to exit nonzero and that you can safely disregard. It was fixed in jsx-eslint/eslint-plugin-react#1292, but is not yet released. |
thank you |
Is the fixed released? I still see the warning now. |
No, it's not yet released in eslint-plugin-react. However, on eslint v4.2+, the warning can be ignored. |
Has any progress here? |
@lestad no progress is needed here. You're still waiting for a release of eslint-plugin-react, but in the meantime you can merely ignore the error. |
This includes updates for eslint to the newest version. There is a [small issue](airbnb/javascript#1488) around how it parses the eslint config, but based on the aforementioned issue, it does not cause an issue with how eslint is run or configured and will be fixed in an upcoming release. Also ran `eslint —fix` through the code which has come a long way.
* August 2017 dependency updates This includes updates for eslint to the newest version. There is a [small issue](airbnb/javascript#1488) around how it parses the eslint config, but based on the aforementioned issue, it does not cause an issue with how eslint is run or configured and will be fixed in an upcoming release. Also ran `eslint —fix` through the code which has come a long way. * revert datepicker for now (changed their CSS around a bit too much)
N.B. The "can't resolve reference" warnings are coming from eslint-plugin-react and can be safely ignored until a version of eslint-plugin-react containing PR #1292 is released. See: airbnb/javascript#1488 jsx-eslint/eslint-plugin-react#1292
N.B. The "can't resolve reference" warnings are coming from eslint-plugin-react and can be safely ignored until a version of eslint-plugin-react containing PR #1292 is released. See: airbnb/javascript#1488 jsx-eslint/eslint-plugin-react#1292
I see error when running
eslint
:Full log after running
eslint --debug
:My devDependencies:
The text was updated successfully, but these errors were encountered: