File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ The plugin has a [recommended configuration](#user-content-recommended-configura
112
112
* [ jsx-no-bind] ( docs/rules/jsx-no-bind.md ) : Prevent usage of ` .bind() ` and arrow functions in JSX props
113
113
* [ jsx-no-duplicate-props] ( docs/rules/jsx-no-duplicate-props.md ) : Prevent duplicate props in JSX
114
114
* [ 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' `
116
116
* [ jsx-no-undef] ( docs/rules/jsx-no-undef.md ) : Disallow undeclared variables in JSX
117
117
* [ jsx-pascal-case] ( docs/rules/jsx-pascal-case.md ) : Enforce PascalCase for user-defined JSX components
118
118
* [ jsx-sort-props] ( docs/rules/jsx-sort-props.md ) : Enforce props alphabetical sorting
You can’t perform that action at this time.
0 commit comments