vscode: add schemas to renovate.json, .lintstagedrc.json
This commit is contained in:
parent
bdde3f4fe8
commit
bd923d4ba2
1 changed files with 11 additions and 1 deletions
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
|
@ -5,5 +5,15 @@
|
||||||
"*.conf.template": "properties"
|
"*.conf.template": "properties"
|
||||||
},
|
},
|
||||||
"files.eol": "\n",
|
"files.eol": "\n",
|
||||||
"files.insertFinalNewline": false
|
"files.insertFinalNewline": false,
|
||||||
|
"json.schemas": [
|
||||||
|
{
|
||||||
|
"fileMatch": [".lintstagedrc.json"],
|
||||||
|
"url": "https://json.schemastore.org/lintstagedrc.schema.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fileMatch": ["renovate.json"],
|
||||||
|
"url": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue