diff --git a/README.md b/README.md index 26d89faf6..ccd778b9f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ You can try this plugin on the Web. ## :grey_exclamation: Requirements - [ESLint](http://eslint.org/) `>=3.18.0`. + - `>=4.7.0` to use `eslint --fix`. + - `>=4.14.0` to use with `babel-eslint`. - Node.js `>=4.0.0` ## :cd: Installation @@ -234,14 +236,20 @@ If you already use other parser (e.g. `"parser": "babel-eslint"`), please move i The `vue-eslint-parser` uses the parser which is set by `parserOptions.parser` to parse scripts. -### Can my javascript code have increased indentation? +### Why doesn't it work on .vue file? -It depends on the version of eslint you're using. +1. Make sure you don't have `eslint-plugin-html` in your config. The `eslint-plugin-html` extracts the content from `