Skip to content

Commit

Permalink
fix: corrects typo in config
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Feb 24, 2024
1 parent cabbf2e commit 2a6b6d4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .dependency-cruiser.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,11 @@
"comment": "(sample rule to demo reachable rules with capturing groups)",
"severity": "info",
"from": {
"path": "^src/([^/]+)/index[.]js$"
"path": "^src/([^/]+)/index[.][cm]js$"
},
"to": {
"path": ["^src/$1/"],
"pathNot": "[.]d[.]ts$",
"pathNot": ["[.]d[.]ts$", "^src/report/"],
"reachable": false
}
},
Expand Down Expand Up @@ -365,10 +365,9 @@
"aliasFields": ["browser"],
"conditionNames": ["import", "require"],
"extensions": [
".js",
//
// ".cjs",
".cjs",
".mjs",
".js",
// ".jsx",
// ".ts",
// ".cts",
Expand Down

0 comments on commit 2a6b6d4

Please sign in to comment.