Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation Warning When Using Eslint v5.x #1

Closed
ryanwiemer opened this issue Aug 24, 2018 · 3 comments
Closed

Deprecation Warning When Using Eslint v5.x #1

ryanwiemer opened this issue Aug 24, 2018 · 3 comments

Comments

@ryanwiemer
Copy link

ryanwiemer commented Aug 24, 2018

Warning message shown when using eslint v5.x

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

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 eslint v4.x

@brandonkal
Copy link
Owner

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

@ryanwiemer
Copy link
Author

Cool. Sounds good.

@brandonkal
Copy link
Owner

v2 has been released with the updates required to support eslint v5.5.0. I have also made a pull request to your v2 branch. Thank you for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants