Javascript: [ESLINT_LEGACY_OBJECT_REST_SPREAD] DeprecationWarning

Created on 28 Jun 2018  路  1Comment  路  Source: airbnb/javascript

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")

Most helpful comment

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tunnckoCore picture tunnckoCore  路  3Comments

tpiros picture tpiros  路  3Comments

graingert picture graingert  路  3Comments

golopot picture golopot  路  3Comments

ar
mbifulco picture mbifulco  路  3Comments