documentationjs / documentationjs/documentation
Unable to specify file extension for linting
Open
- Dominant language
- JavaScript
- Stars
- 5.8k
- Forks
- 481
- PR merge metrics
- No merged PRs in 30d
Description
It seems to be impossible to lint `.mjs` files, as the `documentation lint` CLI does not accept the same extension options (`--require-extension mjs` and `--parse-extension mjs`) as the `documentation readme` CLI:

Hardcoding the extension with `documentation lint src/index.mjs` doesn't output anything.
Contributor guide
Assessment
This issue has not been assessed yet.