Skip to content

Commit fff5641

Browse files
committed
update
1 parent f1fe681 commit fff5641

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: docs/user-guide/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ If you want to use custom parsers such as [babel-eslint](https://www.npmjs.com/p
103103
}
104104
```
105105

106+
The `parserOptions.parser` option can also specify an object to specify multiple parsers. See [vue-eslint-parser README](https://github.com/vuejs/vue-eslint-parser#readme) for more details.
107+
106108
### How does ESLint detect components?
107109

108110
All component-related rules are applied to code that passes any of the following checks:

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-utils": "^2.1.0",
5757
"natural-compare": "^1.4.0",
5858
"semver": "^7.3.2",
59-
"vue-eslint-parser": "^7.7.2"
59+
"vue-eslint-parser": "^7.8.0"
6060
},
6161
"devDependencies": {
6262
"@types/eslint": "^7.2.0",

0 commit comments

Comments
 (0)