Are you using object spread? I had to add: ``` js "parserOptions": { "ecmaFeatures": { "experimentalObjectRestSpread": true } } ``` To my eslintrc to have it working. Thanks
Are you using object spread? I had to add:
To my eslintrc to have it working. Thanks