Skip to content

Commit

Permalink
Add react/jsx-no-script-url rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 13, 2020
1 parent cee904f commit d8e868b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ module.exports = {
ignoreCase: true
}
],
'react/jsx-no-script-url': 'error',
'react/jsx-no-target-blank': 'error',
'react/jsx-no-undef': 'error',
'react/jsx-no-useless-fragment': 'error',
Expand Down

0 comments on commit d8e868b

Please sign in to comment.