Closed
Description
What did you do?
<component attr="contains single quote ' in attr" />
What did you expect to happen?
It should be allowed even though single
is set for html-quotes
. This is how the quoting functionality works in core eslint for javascript. If you set single quotes you can still use double quotes if the string contains a single quote. This should be no different.
What actually happened?
It gave an eslint error.