Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit fbd19bf

Browse files
wisammechanoGoetzGoerisch
authored andcommitted
updated deprecated rules (facebook#11622)
1 parent ea9e7d1 commit fbd19bf

File tree

1 file changed

+2
-2
lines changed
  • packages/eslint-config-react-app

1 file changed

+2
-2
lines changed

packages/eslint-config-react-app/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ module.exports = {
140140
},
141141
],
142142
'no-multi-str': 'warn',
143-
'no-native-reassign': 'warn',
144-
'no-negated-in-lhs': 'warn',
143+
'no-global-assign': 'warn',
144+
'no-unsafe-negation': 'warn',
145145
'no-new-func': 'warn',
146146
'no-new-object': 'warn',
147147
'no-new-symbol': 'warn',

0 commit comments

Comments
 (0)