Commit 387033ca authored by Lukas Eipert's avatar Lukas Eipert

Enable prefer-object-spread in eslint

See https://gitlab.com/gitlab-org/gitlab/-/issues/202172
parent b4a35f5a
...@@ -45,8 +45,6 @@ rules: ...@@ -45,8 +45,6 @@ rules:
no-jquery/no-serialize: error no-jquery/no-serialize: error
promise/always-return: off promise/always-return: off
promise/no-callback-in-promise: off promise/no-callback-in-promise: off
# Make update to eslint@6 smoother:
prefer-object-spread: off
overrides: overrides:
- files: - files:
- '**/spec/**/*' - '**/spec/**/*'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment