JSX: Prevent usage of unsafe target='_blank'
on any component named Link
#1576
Labels
Milestone
target='_blank'
on any component named Link
#1576
Prevent usage of unsafe
target='_blank'
on any component namedLink
(react/jsx-no-target-blank)We already enforce this for
a
tags. Let's also enforce it for any component namedLink
to cover the common case in most UI frameworks.The text was updated successfully, but these errors were encountered: