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.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"x-priority": "hidden"
|
||||
"x-priority": "internal"
|
||||
},
|
||||
"skipWorkspaceJson": {
|
||||
"description": "Skip updating `workspace.json` with default options based on values provided to this app (e.g. babel, style).",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"x-priority": "hidden"
|
||||
"x-priority": "internal"
|
||||
},
|
||||
"unitTestRunner": {
|
||||
"type": "string",
|
||||
@ -169,7 +169,7 @@
|
||||
"description": "Do not add dependencies to `package.json`.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"x-priority": "hidden"
|
||||
"x-priority": "internal"
|
||||
},
|
||||
"rootProject": {
|
||||
"description": "Create a application at the root of the workspace",
|
||||
|
||||
@ -97,13 +97,13 @@
|
||||
"description": "Skip formatting files.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"x-priority": "hidden"
|
||||
"x-priority": "internal"
|
||||
},
|
||||
"skipWorkspaceJson": {
|
||||
"description": "Skip updating `workspace.json` with default options based on values provided to this app (e.g. babel, style).",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"x-priority": "hidden"
|
||||
"x-priority": "internal"
|
||||
},
|
||||
"unitTestRunner": {
|
||||
"type": "string",
|
||||
@ -175,7 +175,7 @@
|
||||
"description": "Do not add dependencies to `package.json`.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"x-priority": "hidden"
|
||||
"x-priority": "internal"
|
||||
},
|
||||
"rootProject": {
|
||||
"description": "Create a application at the root of the workspace",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user