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

feat: make some rules work on non-functions #298

Merged
merged 2 commits into from Jun 27, 2019
Merged

feat: make some rules work on non-functions #298

merged 2 commits into from Jun 27, 2019

Conversation

golopot
Copy link
Collaborator

@golopot golopot commented Jun 26, 2019

BREAKING CHANGE: previously rules mostly works only on function-like
nodes, now a subset of rules are updated to work on all JSDocs.

Fixes #214

golopot and others added 2 commits June 27, 2019 00:20
BREAKING CHANGE: previously rules mostly works only on function-like
  nodes, now a subset of rules are updated to work on **all** JSDocs.
@brettz9 brettz9 merged commit f28f87f into gajus:master Jun 27, 2019
@gajus
Copy link
Owner

gajus commented Jun 27, 2019

🎉 This PR is included in version 9.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gajus gajus added the released label Jun 27, 2019
@golopot golopot deleted the allnodes branch September 7, 2019 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Except for return/param rules, most rules should not be limited to functions
3 participants