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
Hello,
It seems there is a false alarm with a tag's download attribute. This didn't happen with v7.31.1.
a
download
v7.31.1
<a download href="http://foo.com/bar.zip" >download foo</a>
The text was updated successfully, but these errors were encountered:
no-unknown-property: add download property support for a and area
area
1ea8aea
fixes jsx-eslint#3393
c7f2266
no-unknown-property: add download property support for a and `a…
no-unknown-property
05cb29a
…rea` fixes jsx-eslint#3393
I see your commit; looking forward to the PR :-)
Sorry, something went wrong.
3b30527
No branches or pull requests
Hello,
It seems there is a false alarm with
a
tag'sdownload
attribute. This didn't happen withv7.31.1
.The text was updated successfully, but these errors were encountered: