Skip to content

Commit

Permalink
[Docs] jsx-no-target-blank: fix syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
shamrin authored and ljharb committed Feb 8, 2022
1 parent 67989c8 commit 7dfcbfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -31,7 +31,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
* [Refactor] [`no-invalid-html-attribute`]: sort HTML_ELEMENTS and messages ([#3182][] @Primajin)
* [Docs] [`forbid-foreign-prop-types`]: document `allowInPropTypes` option ([#1815][] @ljharb)
* [Refactor] [`jsx-sort-default-props`]: remove unnecessary code ([#1817][] @ljharb)
* [Docs] [`jsx-no-target-blank`]: fix syntax highlighting ([#3199][] @shamrin)

[#3199]: https://github.com/yannickcr/eslint-plugin-react/pull/3199
[#3198]: https://github.com/yannickcr/eslint-plugin-react/pull/3198
[#3195]: https://github.com/yannickcr/eslint-plugin-react/pull/3195
[#3191]: https://github.com/yannickcr/eslint-plugin-react/pull/3191
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/jsx-no-target-blank.md
Expand Up @@ -9,7 +9,7 @@ This rule aims to prevent user generated link hrefs and form actions from creati

## Rule Options

```json
```js
...
"react/jsx-no-target-blank": [<enabled>, {
"allowReferrer": <allow-referrer>,
Expand Down

0 comments on commit 7dfcbfb

Please sign in to comment.