@dry-lint/json
Part of the dry-lint monorepo.
Extracts keys, structures, and nested shapes from JSON files (.json
) so you can detect duplicate or redundant JSON structures in your data, config files, or schema documents.
bun add -D @dry-lint/json
Add it to your .drylintrc.json
:
{
"plugins": ["@dry-lint/json"]
}
Run detection with the CLI. This plugin auto-registers itself.
MIT — see LICENSE.