From a3eb9489b84572b4dbaeb9e5157039e2a36ab6c9 Mon Sep 17 00:00:00 2001 From: Wisam Naji Date: Thu, 13 Jan 2022 00:47:06 +0300 Subject: [PATCH] updated deprecated rules (#11622) --- packages/eslint-config-react-app/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/eslint-config-react-app/index.js b/packages/eslint-config-react-app/index.js index 603a68b0201..8272d885553 100644 --- a/packages/eslint-config-react-app/index.js +++ b/packages/eslint-config-react-app/index.js @@ -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',