mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-02-13 11:49:32 +01:00
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:
@@ -1,7 +1,7 @@
|
|||||||
// Configuration for markdownlint-cli2
|
// Configuration for markdownlint-cli2
|
||||||
{
|
{
|
||||||
|
"$schema": "https://cdn.jsdelivr.net/gh/DavidAnson/markdownlint-cli2@refs/heads/main/schema/markdownlint-cli2-config-schema.json",
|
||||||
"config": {
|
"config": {
|
||||||
"$schema": "https://cdn.jsdelivr.net/gh/DavidAnson/markdownlint@main/schema/markdownlint-config-schema.json",
|
|
||||||
"inline-html": false,
|
"inline-html": false,
|
||||||
"code-block-style": {
|
"code-block-style": {
|
||||||
"style": "fenced"
|
"style": "fenced"
|
||||||
|
|||||||
Reference in New Issue
Block a user