mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
fix(@angular-devkit/build-angular): add all current TSLint default formatters to schema
This commit is contained in:
parent
a067530de2
commit
fd14e4e162
@ -1,4 +1,5 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"title": "TSlint Target",
|
||||
"description": "TSlint target options for Build Facade.",
|
||||
"type": "object",
|
||||
@ -43,16 +44,24 @@
|
||||
"type": "string",
|
||||
"description": "Output format (prose, json, stylish, verbose, pmd, msbuild, checkstyle, vso, fileslist).",
|
||||
"default": "prose",
|
||||
"enum": [
|
||||
"prose",
|
||||
"json",
|
||||
"stylish",
|
||||
"verbose",
|
||||
"pmd",
|
||||
"msbuild",
|
||||
"checkstyle",
|
||||
"vso",
|
||||
"fileslist"
|
||||
"anyOf": [
|
||||
{
|
||||
"enum": [
|
||||
"checkstyle",
|
||||
"codeFrame",
|
||||
"filesList",
|
||||
"json",
|
||||
"junit",
|
||||
"msbuild",
|
||||
"pmd",
|
||||
"prose",
|
||||
"stylish",
|
||||
"tap",
|
||||
"verbose",
|
||||
"vso"
|
||||
]
|
||||
},
|
||||
{ "minLength": 1 }
|
||||
]
|
||||
},
|
||||
"exclude": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user