diff --git a/src/kernel/coupling/CodeCouplingAuditor.js b/src/kernel/coupling/CodeCouplingAuditor.js index 21902ae..e645d25 100644 --- a/src/kernel/coupling/CodeCouplingAuditor.js +++ b/src/kernel/coupling/CodeCouplingAuditor.js @@ -22,7 +22,11 @@ const defaultOptions = { '.*eslint.*', '.*jest.*', '.*test.*', - '.*next.config.*', + '.*babel.*', + '.*webpack.*', + '.*.config.*', + '.*.types.*', + '.*.svg', '.*.d.ts.*', ] };