You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,18 @@ module.exports = {
44
44
}
45
45
```
46
46
47
+
### This plugin currently is able to detect both component and new instances of vue:
48
+
49
+
#### Components are detected based on:
50
+
-`Vue.component` expression
51
+
-`export default {` in **.vue** and **.jsx** files
52
+
53
+
If you want to support custom **.js** files to be checked in terms of the available rules you needs to add comment in line before object declaration witch contains phrase `@vue/component`.
0 commit comments