File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/content/configuration Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -432,16 +432,20 @@ Both `hash` and `timestamp` are optional.
432
432
433
433
### immutablePaths
434
434
435
- ` [ string]`
435
+ ` (RegExp | string)[ ]`
436
436
437
437
An array of paths that are managed by a package manager and contain a version or a hash in their paths so that all files are immutable.
438
438
439
+ Make sure to wrap the path in a capture group if you use regular expressions.
440
+
439
441
### managedPaths
440
442
441
- ` [ string]`
443
+ ` (RegExp | string)[ ]`
442
444
443
445
An array of paths that are managed by a package manager and can be trusted to not be modified otherwise.
444
446
447
+ Make sure to wrap the path in a capture group if you use regular expressions.
448
+
445
449
### module
446
450
447
451
` object = {hash boolean = true, timestamp boolean = true} `
You can’t perform that action at this time.
0 commit comments