A dependency graph linter for TypeScript projects that validates architectural boundaries via static analysis. Current stable version is 1.2.1, released with infrequent updates. It provides CLI-based analysis of import dependencies against configurable rules, supporting glob patterns and tsconfig integration. Differentiators: lightweight, focused solely on TypeScript dependency graph validation without additional build tooling.
npm install typescript-dependency-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to run the CLI with a config file to analyze TypeScript dependency graph, ignoring test files.
Use --config with escaped JSON, e.g., --config '{"tsconfigPath": "./tsconfig.json"}'Use 'analyze' command; watch for future updates.
Run: npm install --save-dev typescript
Wrap config in single quotes and escape inner double quotes, e.g., --config '{"tsconfigPath": "./tsconfig.json"}'No dependency data recorded yet.