@dry-lint/asyncapi
v3.0.0
Published
Detect duplicate or near-duplicate definitions in AsyncAPI documents.
Downloads
4
Maintainers
Readme
@dry-lint/asyncapi
Part of the dry-lint monorepo.
This plugin extracts operations, components, and message schemas from AsyncAPI specifications (asyncapi.yaml / asyncapi.json) so you can detect duplicate or similar message contracts.
Install
bun add -D @dry-lint/asyncapiConfigure
Add it to your .drylintrc.json:
{
"plugins": ["@dry-lint/asyncapi"]
}Then run detection with the CLI. This plugin auto-registers itself.
More
License
MIT — see LICENSE.
