cleanup(react): replace misnamed x-priority:hidden values (#15087)

This commit is contained in:
MaxKless 2023-02-17 18:04:50 +03:00 committed by GitHub
parent 5c0a3f925f
commit 861bad90d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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",