@dry-lint/xsd
v3.0.0
Published
Detect duplicate or near-duplicate definitions in XML Schema Definition (XSD) files.
Maintainers
Readme
@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.
Install
bun add -D @dry-lint/xsdConfigure
Add it to your .drylintrc.json:
{
"plugins": ["@dry-lint/xsd"]
}Run detection with the CLI. This plugin auto-registers itself.
More
License
MIT — see LICENSE.
