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 from eslint v5 — ESLINT_LEGACY_OBJECT_REST_SPREAD #29

Closed
ikr opened this issue Jun 29, 2018 · 1 comment
Closed

Comments

@ikr
Copy link

ikr commented Jun 29, 2018

Having

extends: standard

in my .eslintrc.yml, running eslint results in the following output

(node:12433) [ESLINT_LEGACY_OBJECT_REST_SPREAD] DeprecationWarning:
The 'parserOptions.ecmaFeatures.experimentalObjectRestSpread' option is deprecated.
Use 'parserOptions.ecmaVersion' instead. (found in "standard")
@feross
Copy link
Member

feross commented Aug 28, 2018

This will be fixed in the next version of standard, which will be released later tonight.

@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