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")
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.
Most helpful comment
That means you're using eslint 5, which airbnb's config is not compatible with yet, which means
npm lsis exiting nonzero, which means you have an invalid dep graph.Duplicate of #1845; please see #1834.