Closed
Description
I have enabled react/jsx-curly-brace-presence
but now the react/jsx-no-target-blank
rules is considering the following snippet as error:
<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?
Metadata
Metadata
Assignees
Labels
No labels