fix(core): update

This commit is contained in:
2020-02-06 11:11:16 +00:00
parent e1442b1bc8
commit 596a897afc
10 changed files with 174 additions and 117 deletions

27
.vscode/settings.json vendored
View File

@ -1,3 +1,26 @@
{
"workbench.colorCustomizations": {}
}
"json.schemas": [
{
"fileMatch": ["/npmextra.json"],
"schema": {
"type": "object",
"properties": {
"npmci": {
"type": "object",
"description": "settings for npmci"
},
"gitzone": {
"type": "object",
"description": "settings for gitzone",
"properties": {
"projectType": {
"type": "string",
"enum": ["website", "element", "service", "npm"]
}
}
}
}
}
}
]
}