We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0226965 commit c9a7abeCopy full SHA for c9a7abe
packages/eslint-config-react-app/index.js
@@ -140,8 +140,8 @@ module.exports = {
140
},
141
],
142
'no-multi-str': 'warn',
143
- 'no-native-reassign': 'warn',
144
- 'no-negated-in-lhs': 'warn',
+ 'no-global-assign': 'warn',
+ 'no-unsafe-negation': 'warn',
145
'no-new-func': 'warn',
146
'no-new-object': 'warn',
147
'no-new-symbol': 'warn',
0 commit comments