Skip to content

Commit

Permalink
fix(eslint-config): add jsx-no-target-blank rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Bystrov Aleksandr committed Oct 28, 2024
1 parent bd73389 commit d038e7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
'react/prop-types': 'off',
'react/jsx-pascal-case': 'error',
'react/jsx-fragments': 'error',
'react/jsx-no-target-blank': 'off',
'react/jsx-no-useless-fragment': 'error',
'react/no-multi-comp': 'error',
'react/hook-use-state': 'error',
Expand Down

0 comments on commit d038e7d

Please sign in to comment.