mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: update URL for schemas (#12070)
This commit is contained in:
parent
c41460ecc4
commit
1848f43aa1
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"$id": "https://deno.land/schemas/config-file.v1.json",
|
"$id": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
|
||||||
"$schema": "http://json-schema.org/draft-07/schema",
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||||||
"description": "A JSON representation of a Deno configuration file.",
|
"description": "A JSON representation of a Deno configuration file.",
|
||||||
"required": [],
|
"required": [],
|
||||||
|
@ -205,7 +205,7 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"tags": {
|
"tags": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "List of tag names that will be run. Empty list disables all tags and will only use rules from `iclude`.",
|
"description": "List of tag names that will be run. Empty list disables all tags and will only use rules from `include`.",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"$id": "https://deno.land/schemas/module-graph.json",
|
"$id": "https://deno.land/x/deno/cli/schemas/module-graph.json",
|
||||||
"$schema": "http://json-schema.org/draft-07/schema",
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||||||
"description": "A JSON representation of a Deno module dependency graph.",
|
"description": "A JSON representation of a Deno module dependency graph.",
|
||||||
"required": [
|
"required": [
|
||||||
|
|
Loading…
Reference in a new issue