From 01819e7a5a7829917ee8cf24bb1b3ea1d43b830a Mon Sep 17 00:00:00 2001 From: Billy Janitsch Date: Wed, 20 Jan 2016 18:26:38 -0500 Subject: [PATCH] Disable fp concat rearg. --- lib/fp/mapping.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fp/mapping.js b/lib/fp/mapping.js index e91a61144..daa122552 100644 --- a/lib/fp/mapping.js +++ b/lib/fp/mapping.js @@ -180,6 +180,7 @@ module.exports = { 'skipRearg': { 'assign': true, 'assignIn': true, + 'concat': true, 'defaults': true, 'defaultsDeep': true, 'difference': true,