feat: added configuration for depcheck

This commit is contained in:
Bart van der Braak 2023-06-14 16:38:42 +02:00
parent 7cc85ce856
commit 1cc092fe51

2
.depcheckrc Normal file
View file

@ -0,0 +1,2 @@
ignores: ["@types/node", "@types/react-dom", "autoprefixer", "postcss", "@commitlint/config-conventional", "prettier"]
skip-missing: false