Skip to content

Commit

Permalink
Turn off "react/jsx-no-target-blank"
Browse files Browse the repository at this point in the history
No longer relevant whatwg/html#4078
  • Loading branch information
darekkay committed Aug 7, 2024
1 parent 497688a commit 07f3091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = {
"react/jsx-no-leaked-render": "off",
"react/jsx-no-literals": "off",
"react/jsx-no-script-url": "error",
"react/jsx-no-target-blank": "error",
"react/jsx-no-target-blank": "off",
"react/jsx-no-undef": "error",
"react/jsx-no-useless-fragment": "off",
"react/jsx-pascal-case": "error",
Expand Down

0 comments on commit 07f3091

Please sign in to comment.