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'm getting a new warning from eslint-config-airbnb-base after upgrading eslint to 5.0.1
(node:23992) [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'm getting a new warning from
eslint-config-airbnb-base
after upgrading eslint to 5.0.1(node:23992) [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")
devDependencies
The text was updated successfully, but these errors were encountered: