Skip to content

Commit 2dc3d98

Browse files
committed
executeOnVue merge with master
1 parent 4d85900 commit 2dc3d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/require-prop-types.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function create (context) {
5252
// Public
5353
// ----------------------------------------------------------------------
5454

55-
return utils.executeOnVueComponent(context, (obj) => {
55+
return utils.executeOnVue(context, (obj) => {
5656
const node = obj.properties
5757
.filter(p =>
5858
p.type === 'Property' &&

0 commit comments

Comments
 (0)