File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
31
31
* [ Refactor] [ ` no-invalid-html-attribute ` ] : sort HTML_ELEMENTS and messages ([ #3182 ] [ ] @Primajin )
32
32
* [ Docs] [ ` forbid-foreign-prop-types ` ] : document ` allowInPropTypes ` option ([ #1815 ] [ ] @ljharb )
33
33
* [ Refactor] [ ` jsx-sort-default-props ` ] : remove unnecessary code ([ #1817 ] [ ] @ljharb )
34
+ * [ Docs] [ ` jsx-no-target-blank ` ] : fix syntax highlighting ([ #3199 ] [ ] @shamrin )
34
35
36
+ [ #3199 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3199
35
37
[ #3198 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3198
36
38
[ #3195 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3195
37
39
[ #3191 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3191
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This rule aims to prevent user generated link hrefs and form actions from creati
9
9
10
10
## Rule Options
11
11
12
- ``` json
12
+ ``` js
13
13
...
14
14
" react/jsx-no-target-blank" : [< enabled> , {
15
15
" allowReferrer" : < allow- referrer> ,
You can’t perform that action at this time.
0 commit comments