Disable fp concat rearg.

This commit is contained in:
Billy Janitsch
2016-01-20 18:26:38 -05:00
committed by John-David Dalton
parent bae497ec5a
commit 01819e7a5a

View File

@@ -180,6 +180,7 @@ module.exports = {
'skipRearg': { 'skipRearg': {
'assign': true, 'assign': true,
'assignIn': true, 'assignIn': true,
'concat': true,
'defaults': true, 'defaults': true,
'defaultsDeep': true, 'defaultsDeep': true,
'difference': true, 'difference': true,