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
node:1449) [ESLINT_LEGACY_OBJECT_REST_SPREAD] DeprecationWarning: The 'parserOptions.ecmaFeatures.experimentalObjectRestSpread' option is deprecated. Use 'parserOptions.ecmaVersion' instead. (found in "standard-react")
(node:1449) [ESLINT_LEGACY_OBJECT_REST_SPREAD] DeprecationWarning: The 'parserOptions.ecmaFeatures.experimentalObjectRestSpread' option is deprecated. Use 'parserOptions.ecmaVersion' instead. (found in "node_modules/eslint-config-standard-jsx/index.js")
(node:1449) [ESLINT_LEGACY_OBJECT_REST_SPREAD] DeprecationWarning: The 'parserOptions.ecmaFeatures.experimentalObjectRestSpread' option is deprecated. Use 'parserOptions.ecmaVersion' instead. (found in "standard")
I haven't looked into this too much since it is only a deprecation warning but you may want to research what changes are needed to make this repo fully compatible with eslint v5.x. In the meantime I will keep using eslint v4.x
The text was updated successfully, but these errors were encountered:
Thank you. I am still waiting for some dependencies to support eslint v5.x in order update. I made a note of it here: ryanwiemer/gatsby-starter-gcn@dac64f5
Warning message shown when using eslint v5.x
Issues related to this topic
I haven't looked into this too much since it is only a deprecation warning but you may want to research what changes are needed to make this repo fully compatible with eslint
v5.x
. In the meantime I will keep using eslintv4.x
The text was updated successfully, but these errors were encountered: