documentationjs / documentationjs/documentation

lint should check for duplicate tags

Open
#381 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
5.8k
Forks
481
PR merge metrics
No merged PRs in 30d

Description

Lint should warn:
- When you use a tag that's "single use only" multiple times (any of the tags that `flatten` flattens to a non-array value)
- When you use a combination of tags that result in something getting overwritten:
- A "kind" tag plus explicit `@kind`
- A "kind" tag with type plus explicit `@type`
- A "kind" tag with name plus explicit `@name` or `@alias`
- Default description plus `@description`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.