pagarme/react-style-guide

Needs an upgrade to remove the warning "ESLINT_LEGACY_OBJECT_REST_SPREAD"

Opened this issue · 0 comments

When I use this lint, I receive this warning:

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

It's happens because the version of the package eslint-config-airbnb is outdated, then it needs be upgrade to version 17.1.0 in order to resolve it.