From aec574bf6228119c090e6a76939a132f19d9a72d Mon Sep 17 00:00:00 2001 From: Kaj Kowalski Date: Wed, 5 Nov 2025 16:58:22 +0100 Subject: [PATCH] chore(lint): update markdownlint-cli2 schema ref Points the config to the correct CLI2 schema and removes the outdated nested schema key. Improves editor validation and IntelliSense by aligning with the current tool schema. --- .markdownlint-cli2.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc index c2f8be0..add0dd9 100644 --- a/.markdownlint-cli2.jsonc +++ b/.markdownlint-cli2.jsonc @@ -1,7 +1,7 @@ // Configuration for markdownlint-cli2 { + "$schema": "https://cdn.jsdelivr.net/gh/DavidAnson/markdownlint-cli2@refs/heads/main/schema/markdownlint-cli2-config-schema.json", "config": { - "$schema": "https://cdn.jsdelivr.net/gh/DavidAnson/markdownlint@main/schema/markdownlint-config-schema.json", "inline-html": false, "code-block-style": { "style": "fenced"