mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
Remove eslint-plugin-prefer-object-spread dependency (#162439)
Remove the `eslint-plugin-prefer-object-spread` dependency as the `prefer-object-spread` rule has been part of ESLint since v5
This commit is contained in:
parent
08c8b3d7ff
commit
a79e9c7374
6 changed files with 5 additions and 13 deletions
|
@ -15,7 +15,6 @@ module.exports = {
|
|||
'@babel',
|
||||
'import',
|
||||
'no-unsanitized',
|
||||
'prefer-object-spread',
|
||||
],
|
||||
|
||||
env: {
|
||||
|
@ -94,7 +93,7 @@ module.exports = {
|
|||
'import/no-duplicates': 'error',
|
||||
'import/no-dynamic-require': 'error',
|
||||
|
||||
'prefer-object-spread/prefer-object-spread': 'error',
|
||||
'prefer-object-spread': 'error',
|
||||
}
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue