Skip to content

Commit

Permalink
fix(misc): remove projectNameAndRootFormat from nx.json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Oct 16, 2023
1 parent 8eb6b5e commit 1fc4c74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"affected": {
"defaultBase": "master"
},
"workspaceLayout": {
"projectNameAndRootFormat": "as-provided"
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"production": [
Expand Down
5 changes: 0 additions & 5 deletions packages/nx/schemas/nx-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fc4c74

Please sign in to comment.