chore: update option descriptions

This commit is contained in:
jamesgeorge007 2021-10-30 19:48:09 +05:30
parent 0306510f7d
commit bf17ed072e
1 changed files with 4 additions and 4 deletions

View File

@ -1068,12 +1068,12 @@
"description": "List of paths that are managed by a package manager and contain a version or hash in its path so all files are immutable.",
"anyOf": [
{
"description": "A RegExp matching a immutable directory (usually a package manager cache directory, including the tailing slash)",
"description": "A RegExp matching an immutable directory (usually a package manager cache directory, including the tailing slash)",
"instanceof": "RegExp",
"tsType": "RegExp"
},
{
"description": "A path to a immutable directory (usually a package manager cache directory).",
"description": "A path to an immutable directory (usually a package manager cache directory).",
"type": "string",
"absolutePath": true,
"minLength": 1
@ -4204,12 +4204,12 @@
"description": "List of paths that are managed by a package manager and contain a version or hash in its path so all files are immutable.",
"anyOf": [
{
"description": "A RegExp matching a immutable directory (usually a package manager cache directory, including the tailing slash)",
"description": "A RegExp matching an immutable directory (usually a package manager cache directory, including the tailing slash)",
"instanceof": "RegExp",
"tsType": "RegExp"
},
{
"description": "A path to a immutable directory (usually a package manager cache directory).",
"description": "A path to an immutable directory (usually a package manager cache directory).",
"type": "string",
"absolutePath": true,
"minLength": 1