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

proposed jsdoc requirement #3

Closed
wants to merge 2 commits into from
Closed

Conversation

kirstein
Copy link
Contributor

All js should have valid jsDoc

@mklopets
Copy link
Contributor

I actually think JSDoc blocks might be an unnecessary overkill in some cases.

@mklopets mklopets changed the title purposed jsdoc requirement proposed jsdoc requirement Jul 23, 2016
@martinraag
Copy link

I think at the very least requiring exports of a module to have valid jsdoc to be a good idea. AFAIK integrations team already requires this on their projects. Want to weigh in @taavirehemagi @martr ?

@mklopets
Copy link
Contributor

@martinraag Looks like the require-jsdoc rule is kind of broken, especially for using it for module.exports (see eslint/eslint#5867). It doesn't have support for just requiring JSDoc for exports, either – it can just be turned on/of for all classes, class methods and/or functions.

@henrinormak
Copy link
Contributor

henrinormak commented Jan 6, 2017

This PR is quite old, any change to your dislike of the idea, @mklopets? Any chance that the behavior is now better?

@kirstein kirstein closed this May 22, 2017
@mklopets mklopets deleted the feature/add-jsdoc-rules branch May 22, 2017 07:42
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.

None yet

4 participants