Skip to content

Commit

Permalink
style(eslint): allow referrers in target="_blank" links (#11867)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Oct 7, 2024
1 parent 1701ec0 commit 28987c3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,15 @@
]
},
"eslintConfig": {
"extends": "react-app"
"extends": "react-app",
"rules": {
"react/jsx-no-target-blank": [
"error",
{
"allowReferrer": true
}
]
}
},
"jest": {
"collectCoverageFrom": [
Expand Down

0 comments on commit 28987c3

Please sign in to comment.