Skip to content

Commit

Permalink
Add option for react/jsx-no-target-blank
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 9, 2022
1 parent f8a5e48 commit f53a835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ module.exports = {
'react/jsx-no-target-blank': [
'error',
{
warnOnSpreadAttributes: true
warnOnSpreadAttributes: true,
forms: true
}
],
'react/jsx-no-undef': 'error',
Expand Down

0 comments on commit f53a835

Please sign in to comment.