Skip to content
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

JSX: Prevent usage of unsafe target='_blank' on any component named Link #1576

Closed
feross opened this issue Oct 28, 2020 · 0 comments
Closed

Comments

@feross
Copy link
Member

feross commented Oct 28, 2020

Prevent usage of unsafe target='_blank' on any component named Link (react/jsx-no-target-blank)

We already enforce this for a tags. Let's also enforce it for any component named Link to cover the common case in most UI frameworks.

@feross feross added this to the standard 16 milestone Oct 28, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

1 participant