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.
This commit is contained in:
2025-11-05 16:58:22 +01:00
parent 4c5cffc786
commit aec574bf62

View File

@@ -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"