21 lines
392 B
JSON
21 lines
392 B
JSON
|
{
|
||
|
"json.schemas": [
|
||
|
{
|
||
|
"fileMatch": ["/npmextra.json"],
|
||
|
"schema": {
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"npmci": {
|
||
|
"type": "object",
|
||
|
"description": "settings for npmci"
|
||
|
},
|
||
|
"gitzone": {
|
||
|
"type": "object",
|
||
|
"description": "settings for gitzone"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|