Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/eight-timers-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-json-schema-validator": patch
---

fix: update schemastore catlog url
2 changes: 1 addition & 1 deletion src/rules/no-invalid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import fs from "fs";
import { getCwd, getFilename, getSourceCode } from "../utils/compat";
import { toCompatCreate } from "eslint-json-compat-utils";

const CATALOG_URL = "https://www.schemastore.org/api/json/catalog.json";
const CATALOG_URL = "https://json.schemastore.org/api/json/catalog.json";

/**
* Checks if match file
Expand Down
Loading