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": {
|
||||
"defaultBase": "master"
|
||||
},
|
||||
"workspaceLayout": {
|
||||
"projectNameAndRootFormat": "as-provided"
|
||||
},
|
||||
"namedInputs": {
|
||||
"default": ["{projectRoot}/**/*", "sharedGlobals"],
|
||||
"production": [
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user