fix(@schematics/angular): Allow additionalProperties in schematics options

fixes #11681
This commit is contained in:
Mike Brocchi 2018-08-02 16:50:47 -04:00 committed by Hans
parent 99ad3f404d
commit f64087b625
17 changed files with 17 additions and 34 deletions

View File

@ -98,6 +98,5 @@
"required": [ "required": [
"clientProject", "clientProject",
"universalProject" "universalProject"
], ]
"additionalProperties": false
} }

View File

@ -63,6 +63,5 @@
"description": "Do not add dependencies to package.json." "description": "Do not add dependencies to package.json."
} }
}, },
"required": [], "required": []
"additionalProperties": false
} }

View File

@ -36,6 +36,5 @@
"default": "" "default": ""
} }
}, },
"required": [], "required": []
"additionalProperties": false
} }

View File

@ -110,6 +110,5 @@
"description": "Specifies whether to apply lint fixes after generating the component." "description": "Specifies whether to apply lint fixes after generating the component."
} }
}, },
"required": [], "required": []
"additionalProperties": false
} }

View File

@ -75,6 +75,5 @@
"description": "Specifies whether to apply lint fixes after generating the directive." "description": "Specifies whether to apply lint fixes after generating the directive."
} }
}, },
"required": [], "required": []
"additionalProperties": false
} }

View File

@ -30,6 +30,5 @@
}, },
"required": [ "required": [
"relatedAppName" "relatedAppName"
], ]
"additionalProperties": false
} }

View File

@ -31,6 +31,5 @@
"description": "Specifies whether to apply lint fixes after generating the enum." "description": "Specifies whether to apply lint fixes after generating the enum."
} }
}, },
"required": [], "required": []
"additionalProperties": false
} }

View File

@ -41,6 +41,5 @@
"description": "Specifies whether to apply lint fixes after generating the guard." "description": "Specifies whether to apply lint fixes after generating the guard."
} }
}, },
"required": [], "required": []
"additionalProperties": false
} }

View File

@ -44,6 +44,5 @@
"description": "Specifies whether to apply lint fixes after generating the directive." "description": "Specifies whether to apply lint fixes after generating the directive."
} }
}, },
"required": [], "required": []
"additionalProperties": false
} }

View File

@ -36,6 +36,5 @@
"description": "Do not update tsconfig.json for development experience." "description": "Do not update tsconfig.json for development experience."
} }
}, },
"required": [], "required": []
"additionalProperties": false
} }

View File

@ -58,6 +58,5 @@
"alias": "m" "alias": "m"
} }
}, },
"required": [], "required": []
"additionalProperties": false
} }

View File

@ -113,6 +113,5 @@
}, },
"required": [ "required": [
"version" "version"
], ]
"additionalProperties": false
} }

View File

@ -57,6 +57,5 @@
"description": "Specifies whether to apply lint fixes after generating the pipe." "description": "Specifies whether to apply lint fixes after generating the pipe."
} }
}, },
"required": [], "required": []
"additionalProperties": false
} }

View File

@ -22,6 +22,5 @@
"default": "production" "default": "production"
} }
}, },
"required": [], "required": []
"additionalProperties": false
} }

View File

@ -41,6 +41,5 @@
"description": "Specifies whether to apply lint fixes after generating the pipe." "description": "Specifies whether to apply lint fixes after generating the pipe."
} }
}, },
"required": [], "required": []
"additionalProperties": false
} }

View File

@ -61,6 +61,5 @@
}, },
"required": [ "required": [
"clientProject" "clientProject"
], ]
"additionalProperties": false
} }

View File

@ -70,6 +70,5 @@
"required": [ "required": [
"name", "name",
"version" "version"
], ]
"additionalProperties": false
} }