We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d85900 commit 2dc3d98Copy full SHA for 2dc3d98
lib/rules/require-prop-types.js
@@ -52,7 +52,7 @@ function create (context) {
52
// Public
53
// ----------------------------------------------------------------------
54
55
- return utils.executeOnVueComponent(context, (obj) => {
+ return utils.executeOnVue(context, (obj) => {
56
const node = obj.properties
57
.filter(p =>
58
p.type === 'Property' &&
0 commit comments