Closed
Description
Tell us about your environment
- ESLint Version: 5.1.0
- eslint-plugin-vue Version: 4.5.0
- Node Version: 8.11.3
Please show your full configuration:
N/A
What did you do? Please include the actual source code causing the issue.
yarn add -D eslint@latest eslint-plugin-vue@latest
What did you expect to happen?
installation without errors
What actually happened? Please include the actual, raw output from ESLint.
warning " > eslint-plugin-vue@4.5.0" has incorrect peer dependency "eslint@^3.18.0 || ^4.0.0".
I'd also expect to be seeing a message like
DeprecationWarning: The 'parserOptions.ecmaFeatures.experimentalObjectRestSpread' option is deprecated. Use 'parserOptions.ecmaVersion' instead.
like eslint-config-standard had before this commit, but for reasons I do not understand, eslint-plugin-vue doesn't seem to be triggering that warning despite using the same deprecated option.