@dry-lint/proto
Part of the dry-lint monorepo.
Extracts message types, services, and enums from Protocol Buffers (Proto IDL) files (.proto
) so you can detect duplicate or overlapping definitions in your gRPC or Proto-based APIs.
bun add -D @dry-lint/proto
Add it to your .drylintrc.json
:
{
"plugins": ["@dry-lint/proto"]
}
Run detection with the CLI. This plugin auto-registers itself.
MIT — see LICENSE.