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:
regexowl 2024-10-10 14:03:48 +02:00 committed by Sanne Raymaekers
parent 14ec62ae8f
commit c1edc53c2f
4 changed files with 1127 additions and 6 deletions

3
.gitignore vendored
View file

@ -24,3 +24,6 @@ coverage
*~
bots
# madge graph of dependencies generated by `npm run circular:graph`
deps.png