Skip to content

Commit 63ae6dd

Browse files
authoredJan 12, 2022
updated deprecated rules (#11622)
1 parent 255822f commit 63ae6dd

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)
Please sign in to comment.