Skip to content

Commit 7669cd6

Browse files
committed
♻️ Make additionalPatterns null by default
1 parent bb5995d commit 7669cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/modclean.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ let defaults = {
3434
patterns: ['default:safe'],
3535
/**
3636
* Array of additional patterns to use.
37-
* @type {Array}
37+
* @type {?Array}
3838
*/
39-
additionalPatterns: [],
39+
additionalPatterns: null,
4040
/**
4141
* Ignore the provided glob patterns
4242
* @type {?Array}

0 commit comments

Comments
 (0)