Skip to content

Commit 95212b6

Browse files
authored
fix: update schemastore catlog url
1 parent 327e06f commit 95212b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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://www.schemastore.org/api/json/catalog.json";
28+
const CATALOG_URL = "https://json.schemastore.org/schema-catalog.json";
2929

3030
/**
3131
* Checks if match file

0 commit comments

Comments
 (0)