denoland / denoland/std

suggestion: convert the doc checker into a custom lint plugin

Open
#6,649 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
3.6k
Forks
681
PR merge metrics
No merged PRs in 30d

Description

The doc checker (https://github.com/denoland/std/blob/main/_tools/check_docs.ts) is currently a script. But this can be converted to a lint plugin thanks to comments being supported in canary in https://github.com/denoland/deno/pull/29189. For someone to implement this, they'd need to create a new lint plugin and use [`npm:comment-parser`](https://www.npmjs.com/package/comment-parser) to parse then process comments.

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.