Skip to content

Commit 2feba5c

Browse files
authored
Update src/rules/no-invalid.ts
1 parent a850ec5 commit 2feba5c

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

3030
/**
3131
* Checks if match file

0 commit comments

Comments
 (0)