From 901e1f014987984c2d7e1c7a2ea64683f1313769 Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Fri, 16 Feb 2018 12:38:24 +0900 Subject: [PATCH 1/2] Docs: update README.md --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 26d89faf6..ea30a0428 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 don't 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` extract the inside of `