Skip to content

Commit

Permalink
Merge pull request #6 from alexandershved/master
Browse files Browse the repository at this point in the history
fix(eslint-config): add jsx-no-target-blank rule
  • Loading branch information
andrepolischuk authored Oct 28, 2024
2 parents bd73389 + d038e7d commit 65f6e39
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 65f6e39

Please sign in to comment.