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

functional-parameters add option to ignore getters #675

Closed
RebeccaStevens opened this issue Jun 22, 2023 · 1 comment · Fixed by #683
Closed

functional-parameters add option to ignore getters #675

RebeccaStevens opened this issue Jun 22, 2023 · 1 comment · Fixed by #683
Labels
Status: Released It's now live. Type: Feature New features or options.

Comments

@RebeccaStevens
Copy link
Collaborator

Getters don't take arguments.

Example:

{
  get foo() {
    return "bar";
  }
}
@RebeccaStevens RebeccaStevens added the Type: Feature New features or options. label Jun 22, 2023
RebeccaStevens added a commit that referenced this issue Jul 30, 2023
@github-actions
Copy link

🎉 This issue has been resolved in version 6.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the Status: Released It's now live. label Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Released It's now live. Type: Feature New features or options.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant