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
3131* [ Refactor] [ ` no-invalid-html-attribute ` ] : sort HTML_ELEMENTS and messages ([ #3182 ] [ ] @Primajin )
3232* [ Docs] [ ` forbid-foreign-prop-types ` ] : document ` allowInPropTypes ` option ([ #1815 ] [ ] @ljharb )
3333* [ Refactor] [ ` jsx-sort-default-props ` ] : remove unnecessary code ([ #1817 ] [ ] @ljharb )
34+ * [ Docs] [ ` jsx-no-target-blank ` ] : fix syntax highlighting ([ #3199 ] [ ] @shamrin )
3435
36+ [ #3199 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3199
3537[ #3198 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3198
3638[ #3195 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3195
3739[ #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
99
1010## Rule Options
1111
12- ``` json
12+ ``` js
1313...
1414" react/jsx-no-target-blank" : [< enabled> , {
1515 " allowReferrer" : < allow- referrer> ,
You can’t perform that action at this time.
0 commit comments