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 have enabled react/jsx-curly-brace-presence but now the react/jsx-no-target-blank rules is considering the following snippet as error:
react/jsx-curly-brace-presence
react/jsx-no-target-blank
<a className={'App-link'} href={'https://reactjs.org'} target={'_blank'} rel={'noopener noreferrer'}>Learn React</a>
What can I do to fix it so it doesn't consider it an error?
The text was updated successfully, but these errors were encountered:
Duplicate of #2508; will be solved by #2544.
Sorry, something went wrong.
No branches or pull requests
I have enabled
react/jsx-curly-brace-presence
but now thereact/jsx-no-target-blank
rules is considering the following snippet as error:What can I do to fix it so it doesn't consider it an error?
The text was updated successfully, but these errors were encountered: