From 6794a22883b22e6a14aeb12102cf00fc161b590a Mon Sep 17 00:00:00 2001 From: Marin Atanasov <8436925+tyxla@users.noreply.github.com> Date: Thu, 19 Jan 2023 18:16:20 +0200 Subject: [PATCH] Lodash: Deprecate _.map() (#47216) --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 4615a0f04a7416..b613ac6c6f6d82 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -101,6 +101,7 @@ const restrictedImports = [ 'keys', 'last', 'lowerCase', + 'map', 'mapKeys', 'maxBy', 'memoize',