Skip to content

Commit 56d4562

Browse files
committed
docs(configuration): add new type
1 parent 6bf957d commit 56d4562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/configuration/other-options.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,13 +432,13 @@ Both `hash` and `timestamp` are optional.
432432

433433
### immutablePaths
434434

435-
`[string]`
435+
`(RegExp | string)[]`
436436

437437
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.
438438

439439
### managedPaths
440440

441-
`[string]`
441+
`(RegExp | string)[]`
442442

443443
An array of paths that are managed by a package manager and can be trusted to not be modified otherwise.
444444

0 commit comments

Comments
 (0)