fix(misc): remove projectNameAndRootFormat from nx.json schema (#19623)

This commit is contained in:
Leosvel Pérez Espinosa 2023-10-16 15:15:18 +02:00 committed by GitHub
parent a71eb1bea7
commit 5ff1531a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -3,9 +3,6 @@
"affected": {
"defaultBase": "master"
},
"workspaceLayout": {
"projectNameAndRootFormat": "as-provided"
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"production": [

View File

@ -56,11 +56,6 @@
"appsDir": {
"type": "string",
"description": "Default folder name for apps."
},
"projectNameAndRootFormat": {
"type": "string",
"description": "Default method of handling arguments for generating projects",
"enum": ["as-provided", "derived"]
}
},
"additionalProperties": false