devDeps: Install madge
This installs [madge](https://www.npmjs.com/package/madge), a tool for finding circular dependencies. A config file is also added to ignore type-only imports.
This commit is contained in:
parent
14ec62ae8f
commit
c1edc53c2f
4 changed files with 1127 additions and 6 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -24,3 +24,6 @@ coverage
|
|||
|
||||
*~
|
||||
bots
|
||||
|
||||
# madge graph of dependencies generated by `npm run circular:graph`
|
||||
deps.png
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue