mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
[eslint config] [base] [patch] Disable prefer-object-spread for airbnb-base/legacy
This commit is contained in:
committed by
Jordan Harband
parent
f075a0db50
commit
d3628e2600
@@ -28,6 +28,7 @@ module.exports = {
|
||||
message: 'Please use Object.defineProperty instead.',
|
||||
}],
|
||||
'no-var': 'off',
|
||||
'prefer-object-spread': 'off',
|
||||
strict: ['error', 'safe'],
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user