-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
Warning message with ESLint 5 #114
Comments
Thanks for the issue. I just published Get it with |
@feross is there anything blocking the release of |
@unindented see #123, nothing really blocking (apart from an action from the maintainers), but a few things that are nice to haves |
Found I was getting a linting error when running locally: > [ESLINT_LEGACY_OBJECT_REST_SPREAD] DeprecationWarning: The 'parserOptions.ecmaFeatures.experimentalObjectRestSpread' option is deprecated. Use 'parserOptions.ecmaVersion' instead. (found in "standard") As noted in a couple places, we can bump the version of our eslint-config-standard library and we're good. Source: - standard/standard#1156 - standard/eslint-config-standard#114
Found I was getting a linting error when running `yarn lint` locally: > [ESLINT_LEGACY_OBJECT_REST_SPREAD] DeprecationWarning: The 'parserOptions.ecmaFeatures.experimentalObjectRestSpread' option is deprecated. Use 'parserOptions.ecmaVersion' instead. (found in "standard") As noted in a couple places, we can bump the version of our eslint-config-standard library and we're good. Source: - standard/standard#1156 - standard/eslint-config-standard#114
Found I was getting a linting error when running `yarn lint` locally: > [ESLINT_LEGACY_OBJECT_REST_SPREAD] DeprecationWarning: The 'parserOptions.ecmaFeatures.experimentalObjectRestSpread' option is deprecated. Use 'parserOptions.ecmaVersion' instead. (found in "standard") As noted in a couple places, we can bump the version of our eslint-config-standard library and we're good. Source: - standard/standard#1156 - standard/eslint-config-standard#114
Not sure if it's on anyone's radar but these also need updating in:
Also, lol at the downvotes on the maintainer replying to the original poster the next day with a fix because there will be warnings in terminal [from packages maintained by other people]. 😂 |
When used with ESLint
5.0.0-alpha.2
, this ESLint config produces the following warning message:This is due to eslint/eslint#10230
The text was updated successfully, but these errors were encountered: