Skip to content

Commit

Permalink
chore(configs): makes 'unlimited' config inherit individual options f…
Browse files Browse the repository at this point in the history
…rom the base config
  • Loading branch information
sverweij committed Dec 9, 2024
1 parent 7bcabe7 commit fdbb72a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/.dependency-cruiser-unlimited.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import baseConfig from "../.dependency-cruiser.mjs";
export default {
...baseConfig,
options: {
...baseConfig.options,
exclude: [],
cache: {
folder: "node_modules/.cache/dependency-cruiser/unlimited",
},
Expand Down

0 comments on commit fdbb72a

Please sign in to comment.