airbnb / airbnb/javascript

Distinguish doc-comments from other comments

Open
#1,679 11 comments 1 reaction 1 assignee Claimed by @ljharb View on GitHub
editorial
Dominant language
JavaScript
Stars
148k
Forks
26.6k
PR merge metrics
No merged PRs in 30d

Description

https://github.com/airbnb/javascript#comments--multiline
recommend `/** ... */` without even mentioning `/* ... */`. The former should only be used for doc-comments. The latter should be used for all comments that are not doc-comments, even if they are multiline.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.