Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve no-use-computed-property-like-method rule #1659

Merged
merged 1 commit into from Oct 18, 2021

Conversation

ota-meshi
Copy link
Member

  • Change to track variables to check types.
  • Change to track the conditional expression to check types.
  • Change condition to track branch and return to check types.
  • Change to check the expressions in template as well.
  • Fix known bugs.

close #1649.

- Change to track variables to check types.
- Change to track the conditional expression to check types.
- Change condition to track branch and return to check types.
- Change to check the expressions in template as well.
- Fix known bugs.
@ota-meshi ota-meshi merged commit 00c3b99 into master Oct 18, 2021
@ota-meshi ota-meshi deleted the improve-no-use-computed-property-like-method branch October 18, 2021 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vue/no-use-computed-property-like-method - TypeError: Cannot read property 'valueType' of undefined
1 participant