Created
July 22, 2025 05:34
-
-
Save jimmy-zhening-luo/e0d6b5715f0df18bc462f752520bd485 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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