Skip to content

Commit 4be546a

Browse files
authored
Add backticks to jsx-no-target-blank heading
1 parent d89bc05 commit 4be546a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-no-target-blank.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Prevent usage of unsafe target='_blank' (jsx-no-target-blank)
1+
# Prevent usage of unsafe `target='_blank'` (jsx-no-target-blank)
22

33
When creating a JSX element that has an a tag, it is often desired to have
44
the link open in a new tab using the `target='_blank'` attribute. Using this

0 commit comments

Comments
 (0)