Skip to content

Commit 88d4d32

Browse files
committed
Remove unnecessary backslash in readme
1 parent be2a470 commit 88d4d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The plugin has a [recommended configuration](#user-content-recommended-configura
112112
* [jsx-no-bind](docs/rules/jsx-no-bind.md): Prevent usage of `.bind()` and arrow functions in JSX props
113113
* [jsx-no-duplicate-props](docs/rules/jsx-no-duplicate-props.md): Prevent duplicate props in JSX
114114
* [jsx-no-literals](docs/rules/jsx-no-literals.md): Prevent usage of unwrapped JSX strings
115-
* [jsx-no-target-blank](docs/rules/jsx-no-target-blank.md): Prevent usage of unsafe `target='\_blank'`
115+
* [jsx-no-target-blank](docs/rules/jsx-no-target-blank.md): Prevent usage of unsafe `target='_blank'`
116116
* [jsx-no-undef](docs/rules/jsx-no-undef.md): Disallow undeclared variables in JSX
117117
* [jsx-pascal-case](docs/rules/jsx-pascal-case.md): Enforce PascalCase for user-defined JSX components
118118
* [jsx-sort-props](docs/rules/jsx-sort-props.md): Enforce props alphabetical sorting

0 commit comments

Comments
 (0)