Skip to content

Commit e7fc3ec

Browse files
fix: update schemastore to www url (#422)
* fix: update schemastore to www url * Create grumpy-hairs-melt.md --------- Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
1 parent aa8e629 commit e7fc3ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/grumpy-hairs-melt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-json-schema-validator": patch
3+
---
4+
5+
fix: update schemastore to www url

src/rules/no-invalid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import fs from "fs";
2525
import { getCwd, getFilename, getSourceCode } from "../utils/compat";
2626
import { toCompatCreate } from "eslint-json-compat-utils";
2727

28-
const CATALOG_URL = "https://json.schemastore.org/api/json/catalog.json";
28+
const CATALOG_URL = "https://www.schemastore.org/api/json/catalog.json";
2929

3030
/**
3131
* Checks if match file

0 commit comments

Comments
 (0)