fix(misc): remove projectNameAndRootFormat from nx.json schema (#19623)
This commit is contained in:
parent
a71eb1bea7
commit
5ff1531a0c
3
nx.json
3
nx.json
@ -3,9 +3,6 @@
|
|||||||
"affected": {
|
"affected": {
|
||||||
"defaultBase": "master"
|
"defaultBase": "master"
|
||||||
},
|
},
|
||||||
"workspaceLayout": {
|
|
||||||
"projectNameAndRootFormat": "as-provided"
|
|
||||||
},
|
|
||||||
"namedInputs": {
|
"namedInputs": {
|
||||||
"default": ["{projectRoot}/**/*", "sharedGlobals"],
|
"default": ["{projectRoot}/**/*", "sharedGlobals"],
|
||||||
"production": [
|
"production": [
|
||||||
|
|||||||
@ -56,11 +56,6 @@
|
|||||||
"appsDir": {
|
"appsDir": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Default folder name for apps."
|
"description": "Default folder name for apps."
|
||||||
},
|
|
||||||
"projectNameAndRootFormat": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "Default method of handling arguments for generating projects",
|
|
||||||
"enum": ["as-provided", "derived"]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user