standard / eslint-plugin-standard

ESlint Rules for the Standard Linter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation warning from eslint v5 — ESLINT_LEGACY_OBJECT_REST_SPREAD

ikr opened this issue · comments

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

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