[eslint config] [base] [patch] Disable prefer-object-spread for airbnb-base/legacy

This commit is contained in:
Nick Reiley
2020-03-16 23:39:16 +05:00
committed by Jordan Harband
parent f075a0db50
commit d3628e2600

View File

@@ -28,6 +28,7 @@ module.exports = {
message: 'Please use Object.defineProperty instead.',
}],
'no-var': 'off',
'prefer-object-spread': 'off',
strict: ['error', 'safe'],
}
};