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

DeprecationWarning in eslint 5 #32

Closed
henri-hulski opened this issue Jul 4, 2018 · 2 comments
Closed

DeprecationWarning in eslint 5 #32

henri-hulski opened this issue Jul 4, 2018 · 2 comments

Comments

@henri-hulski
Copy link

When upgrading to eslint 5 I get the following DeprecationWarnings:

(node:7485) [ESLINT_LEGACY_OBJECT_REST_SPREAD] DeprecationWarning: The 'parserOptions.ecmaFeatures.experimentalObjectRestSpread
' option is deprecated. Use 'parserOptions.ecmaVersion' instead. (found in "standard-jsx")
(node:7485) [ESLINT_LEGACY_OBJECT_REST_SPREAD] DeprecationWarning: The 'parserOptions.ecmaFeatures.experimentalObjectRestSpread
' option is deprecated. Use 'parserOptions.ecmaVersion' instead. (found in "standard")

So the same for eslint-config-standard.

@henri-hulski
Copy link
Author

@feross
Copy link
Member

feross commented Aug 28, 2018

This is fixed in eslint-config-standard-jsx 6.0.0!

@feross feross closed this as completed Aug 28, 2018
clarkdo added a commit to nuxt/nuxt that referenced this issue Aug 31, 2018
- [ ] babel-eslint babel/babel-eslint#664
- [x] eslint-config-standard-jsx standard/eslint-config-standard-jsx#32
- [x] eslint-config-standard to be stable release standard/eslint-config-standard#123
- [x] eslint-plugin-html
- [x] eslint-plugin-import
- [x] eslint-plugin-jest
- [x] eslint-plugin-node
- [x] eslint-plugin-promise
- [x] eslint-plugin-standard standard/eslint-plugin-standard#29
- [x] eslint-plugin-vue vuejs/eslint-plugin-vue#504
- [x] eslint-plugin-react https://github.com/yannickcr/eslint-plugin-react/releases/tag/v7.10.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants