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
I get it at the top of my jsx files
I assume it is from (in v5 release notes): [breaking] Refactor img-has-alt rule into alt-text rule
Do I need to add something to my .eslintrc to suppress the error?
I'm on versions:
"eslint": "3.19.0", "eslint-config-airbnb": "14.1.0", "eslint-plugin-import": "2.2.0", "eslint-plugin-jsx-a11y": "5.0.1", "eslint-plugin-react": "6.9.0",
The text was updated successfully, but these errors were encountered:
closing because of #232
Sorry, something went wrong.
For people coming here, the above mentioned #232 does still not provide any solution (April 20, 2018).
@hundsim the solution is, run npm ls and ensure all your versions match (and ideally are on latest)
npm ls
No branches or pull requests
I get it at the top of my jsx files
I assume it is from (in v5 release notes):
[breaking] Refactor img-has-alt rule into alt-text rule
Do I need to add something to my .eslintrc to suppress the error?
I'm on versions:
The text was updated successfully, but these errors were encountered: