We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c2331 commit b982e48Copy full SHA for b982e48
README.md
@@ -31,7 +31,7 @@ Create `.eslintrc.*` file to configure rules. See also: [http://eslint.org/docs/
31
32
Example **.eslintrc.js**:
33
34
-```javascript
+```js
35
module.exports = {
36
extends: [
37
'eslint:recommended',
@@ -44,7 +44,7 @@ module.exports = {
44
}
45
```
46
47
-### This plugin currently is able to detect both component and new instances of vue:
+### This plugin currently is able to detect both components and new instances of vue:
48
49
#### Components are detected based on:
50
- `Vue.component` expression
0 commit comments