@dry-lint/xsd
Part of the dry-lint monorepo.
Extracts elements, complex types, and attribute groups from XML Schema Definition (XSD) files (.xsd
) so you can detect duplicate or redundant schema definitions in your XML-based data models.
bun add -D @dry-lint/xsd
Add it to your .drylintrc.json
:
{
"plugins": ["@dry-lint/xsd"]
}
Run detection with the CLI. This plugin auto-registers itself.
MIT — see LICENSE.