Skip to content

Commit

Permalink
docs(configuration): add new type
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan committed Jun 18, 2022
1 parent 6bf957d commit 56d4562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/configuration/other-options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -432,13 +432,13 @@ Both `hash` and `timestamp` are optional.

### immutablePaths

`[string]`
`(RegExp | string)[]`

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.

### managedPaths

`[string]`
`(RegExp | string)[]`

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

Expand Down

0 comments on commit 56d4562

Please sign in to comment.