We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a850ec5 commit 2feba5cCopy full SHA for 2feba5c
src/rules/no-invalid.ts
@@ -25,7 +25,7 @@ import fs from "fs";
25
import { getCwd, getFilename, getSourceCode } from "../utils/compat";
26
import { toCompatCreate } from "eslint-json-compat-utils";
27
28
-const CATALOG_URL = "https://json.schemastore.org/schema-catalog.json";
+const CATALOG_URL = "https://json.schemastore.org/schema-catalog.json/api/json/catalog.json";
29
30
/**
31
* Checks if match file
0 commit comments