Skip to content

Commit

Permalink
executeOnVue merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Jul 23, 2017
1 parent 4d85900 commit 2dc3d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/require-prop-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function create (context) {
// Public
// ----------------------------------------------------------------------

return utils.executeOnVueComponent(context, (obj) => {
return utils.executeOnVue(context, (obj) => {
const node = obj.properties
.filter(p =>
p.type === 'Property' &&
Expand Down

0 comments on commit 2dc3d98

Please sign in to comment.