-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Unknown Property Issue with 7.31.6 #3396
Comments
|
Can you elaborate on which element has |
Material ui https://v4.mui.com/api/link/, probably it uses for a tag. Why is this bug closed? @ljharb |
On what element? You didn’t provide any code. Can you file a new issue for that? |
It is a link what source you need that for
The build is failing now too. |
Have your settings configured Link to act as an a tag? If so, since underline isn’t a standard link property, you’ll have to add “underline” to your ignore config for this rule. |
yes if you don't provide anything it works as a tag. https://codesandbox.io/s/material-demo-forked-hxk871?file=/demo.js |
Will it be like this in eslintrc.json?
Also, how do you turn this rule off. I tried below. It did not work.
|
Yes to both. No idea why it doesn’t work. |
only worked in eslintrc.js not in eslintrc.json |
Getting the following errors with the recent upgrade.
The text was updated successfully, but these errors were encountered: