Skip to content

Commit

Permalink
Fix vue-eslint-parser diff explanation (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomquirk committed May 21, 2020
1 parent f061f82 commit c47fa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/README.md
Expand Up @@ -194,7 +194,7 @@ If you already use another parser (e.g. `"parser": "babel-eslint"`), please move

```diff
- "parser": "babel-eslint",
"parser": "vue-eslint-parser",
+ "parser": "vue-eslint-parser",
"parserOptions": {
+ "parser": "babel-eslint",
"ecmaVersion": 2017,
Expand Down

0 comments on commit c47fa77

Please sign in to comment.