Replace deprecated json.schemastore.org with www.schemastore.org (#42336)
Release Notes: - N/A According to [microsoft/vscode#254689](https://github.com/microsoft/vscode/issues/254689), the json.schemastore.org domain has been deprecated and should now use www.schemastore.org (or schemastore.org) instead. This PR updates all occurrences of the old domain within the Zed codebase, including code, documentation, and configuration files.
This commit is contained in:
@@ -1030,22 +1030,22 @@
|
||||
"$ref": "#"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"$ref": "https://json.schemastore.org/eslintrc.json"
|
||||
"$ref": "https://www.schemastore.org/eslintrc.json"
|
||||
},
|
||||
"prettier": {
|
||||
"$ref": "https://json.schemastore.org/prettierrc.json"
|
||||
"$ref": "https://www.schemastore.org/prettierrc.json"
|
||||
},
|
||||
"stylelint": {
|
||||
"$ref": "https://json.schemastore.org/stylelintrc.json"
|
||||
"$ref": "https://www.schemastore.org/stylelintrc.json"
|
||||
},
|
||||
"ava": {
|
||||
"$ref": "https://json.schemastore.org/ava.json"
|
||||
"$ref": "https://www.schemastore.org/ava.json"
|
||||
},
|
||||
"release": {
|
||||
"$ref": "https://json.schemastore.org/semantic-release.json"
|
||||
"$ref": "https://www.schemastore.org/semantic-release.json"
|
||||
},
|
||||
"jscpd": {
|
||||
"$ref": "https://json.schemastore.org/jscpd.json"
|
||||
"$ref": "https://www.schemastore.org/jscpd.json"
|
||||
},
|
||||
"pnpm": {
|
||||
"description": "Defines pnpm specific configuration.",
|
||||
@@ -1305,5 +1305,5 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"$id": "https://json.schemastore.org/package.json"
|
||||
"$id": "https://www.schemastore.org/package.json"
|
||||
}
|
||||
|
||||
@@ -1466,7 +1466,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": "https://json.schemastore.org/tsconfig",
|
||||
"id": "https://www.schemastore.org/tsconfig",
|
||||
"title": "JSON schema for the TypeScript compiler's configuration file",
|
||||
"type": "object"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user