We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89bc05 commit 4be546aCopy full SHA for 4be546a
docs/rules/jsx-no-target-blank.md
@@ -1,4 +1,4 @@
1
-# Prevent usage of unsafe target='_blank' (jsx-no-target-blank)
+# Prevent usage of unsafe `target='_blank'` (jsx-no-target-blank)
2
3
When creating a JSX element that has an a tag, it is often desired to have
4
the link open in a new tab using the `target='_blank'` attribute. Using this
0 commit comments