cleanup(react): replace misnamed x-priority:hidden values (#15087)
This commit is contained in:
parent
5c0a3f925f
commit
861bad90d8
@ -91,13 +91,13 @@
|
|||||||
"description": "Skip formatting files.",
|
"description": "Skip formatting files.",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"x-priority": "hidden"
|
"x-priority": "internal"
|
||||||
},
|
},
|
||||||
"skipWorkspaceJson": {
|
"skipWorkspaceJson": {
|
||||||
"description": "Skip updating `workspace.json` with default options based on values provided to this app (e.g. babel, style).",
|
"description": "Skip updating `workspace.json` with default options based on values provided to this app (e.g. babel, style).",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"x-priority": "hidden"
|
"x-priority": "internal"
|
||||||
},
|
},
|
||||||
"unitTestRunner": {
|
"unitTestRunner": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@ -169,7 +169,7 @@
|
|||||||
"description": "Do not add dependencies to `package.json`.",
|
"description": "Do not add dependencies to `package.json`.",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"x-priority": "hidden"
|
"x-priority": "internal"
|
||||||
},
|
},
|
||||||
"rootProject": {
|
"rootProject": {
|
||||||
"description": "Create a application at the root of the workspace",
|
"description": "Create a application at the root of the workspace",
|
||||||
|
|||||||
@ -97,13 +97,13 @@
|
|||||||
"description": "Skip formatting files.",
|
"description": "Skip formatting files.",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"x-priority": "hidden"
|
"x-priority": "internal"
|
||||||
},
|
},
|
||||||
"skipWorkspaceJson": {
|
"skipWorkspaceJson": {
|
||||||
"description": "Skip updating `workspace.json` with default options based on values provided to this app (e.g. babel, style).",
|
"description": "Skip updating `workspace.json` with default options based on values provided to this app (e.g. babel, style).",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"x-priority": "hidden"
|
"x-priority": "internal"
|
||||||
},
|
},
|
||||||
"unitTestRunner": {
|
"unitTestRunner": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@ -175,7 +175,7 @@
|
|||||||
"description": "Do not add dependencies to `package.json`.",
|
"description": "Do not add dependencies to `package.json`.",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"x-priority": "hidden"
|
"x-priority": "internal"
|
||||||
},
|
},
|
||||||
"rootProject": {
|
"rootProject": {
|
||||||
"description": "Create a application at the root of the workspace",
|
"description": "Create a application at the root of the workspace",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user