Skip to content
Snippets Groups Projects
Commit 2a6f911e authored by Alvaro Cabrera Durán's avatar Alvaro Cabrera Durán
Browse files

Disable prefer-object-spread

parent 2fe17422
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
"global-require": 0, "global-require": 0,
"prefer-spread": 0, "prefer-spread": 0,
"prefer-rest-params": 0, "prefer-rest-params": 0,
"prefer-object-spread": 0,
"prefer-arrow-callback": 0, "prefer-arrow-callback": 0,
"arrow-body-style": 0, "arrow-body-style": 0,
"no-restricted-globals": 0, "no-restricted-globals": 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment