You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed the latest version of eslint-config-airbnb-base and still has the deprecation message:
(node:51731) [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")
I already take a look at your code base, and this is already fixed there, I think you forgot to add it to the published version.
Thanks
The text was updated successfully, but these errors were encountered:
That means your dependencies are invalid - if you run npm ls it will exit nonzero. You probably have eslint v5, and we're not compatible with that yet - see #1834.
Use the install command in the readme for eslint-config-airbnb-base and you'll always have valid versions of its deps, including eslint.
Hey,
I just installed the latest version of
eslint-config-airbnb-base
and still has the deprecation message:I already take a look at your code base, and this is already fixed there, I think you forgot to add it to the published version.
Thanks
The text was updated successfully, but these errors were encountered: