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

no-fn-reference-in-iterator: Ignore this. and Vue.filter() #699

Merged
merged 2 commits into from
Apr 26, 2020

Conversation

fisker
Copy link
Collaborator

@fisker fisker commented Apr 26, 2020

Fixes #698
Fixes #694

# Conflicts:
#	rules/no-fn-reference-in-iterator.js
#	test/no-fn-reference-in-iterator.js
@fisker
Copy link
Collaborator Author

fisker commented Apr 26, 2020

@sindresorhus

Can you merge and do a patch release?

@sindresorhus sindresorhus merged commit b02a9c6 into sindresorhus:master Apr 26, 2020
@fisker fisker deleted the ignore-callee branch April 26, 2020 04:26
@GuoSirius
Copy link

@sindresorhus

Can you merge and do a patch release?

  watch: {
    keywords(val) {
      this.$refs.tree.filter(val)
    }
  }

The above situation can also be ignored, ElementUI's Tree component comes with its own filter method

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.

no-fn-reference-in-iterator no-fn-reference-in-iterator false-positive
3 participants