Skip to content

Commit

Permalink
updated deprecated rules (facebook#11622)
Browse files Browse the repository at this point in the history
  • Loading branch information
wisammechano authored and GoetzGoerisch committed Jan 13, 2022
1 parent ea9e7d1 commit fbd19bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-react-app/index.js
Expand Up @@ -140,8 +140,8 @@ module.exports = {
},
],
'no-multi-str': 'warn',
'no-native-reassign': 'warn',
'no-negated-in-lhs': 'warn',
'no-global-assign': 'warn',
'no-unsafe-negation': 'warn',
'no-new-func': 'warn',
'no-new-object': 'warn',
'no-new-symbol': 'warn',
Expand Down

0 comments on commit fbd19bf

Please sign in to comment.