Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jimmy-zhening-luo/e0d6b5715f0df18bc462f752520bd485 to your computer and use it in GitHub Desktop.
Save jimmy-zhening-luo/e0d6b5715f0df18bc462f752520bd485 to your computer and use it in GitHub Desktop.
{
"$id": "http://example.com",
"$schema": "https://json-schema.org/draft-07/schema",
"title": "markdownlint configuration schema (with trailing commas)",
"allowTrailingCommas": true,
"allOf": [
{
"$ref": "https://raw.githubusercontent.com/DavidAnson/markdownlint/refs/heads/main/schema/markdownlint-config-schema.json"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment