Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ESLINT_LEGACY_OBJECT_REST_SPREAD] DeprecationWarning #1846

Closed
evheniy opened this issue Jun 28, 2018 · 1 comment
Closed

[ESLINT_LEGACY_OBJECT_REST_SPREAD] DeprecationWarning #1846

evheniy opened this issue Jun 28, 2018 · 1 comment

Comments

@evheniy
Copy link

evheniy commented Jun 28, 2018

Hi

From Yesterday updates I see warning:

[ESLINT_LEGACY_OBJECT_REST_SPREAD] DeprecationWarning: The 'parserOptions.ecmaFeatures.experimentalObjectRestSpread' option is deprecated. Use 'parserOptions.ecmaVersion' instead. (found in "node_modules/eslint-config-airbnb-base/index.js")

@ljharb
Copy link
Collaborator

ljharb commented Jun 28, 2018

That means you're using eslint 5, which airbnb's config is not compatible with yet, which means npm ls is exiting nonzero, which means you have an invalid dep graph.

Duplicate of #1845; please see #1834.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants