markdownlint/schema
David Anson 6e243fa35b
Some checks are pending
Checkers / linkcheck (push) Waiting to run
Checkers / spellcheck (push) Waiting to run
CI / build (20, macos-latest) (push) Waiting to run
CI / build (20, ubuntu-latest) (push) Waiting to run
CI / build (20, windows-latest) (push) Waiting to run
CI / build (22, macos-latest) (push) Waiting to run
CI / build (22, ubuntu-latest) (push) Waiting to run
CI / build (22, windows-latest) (push) Waiting to run
CI / build (24, macos-latest) (push) Waiting to run
CI / build (24, ubuntu-latest) (push) Waiting to run
CI / build (24, windows-latest) (push) Waiting to run
CI / pnpm (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
TestRepos / build (latest, ubuntu-latest) (push) Waiting to run
UpdateTestRepos / update (push) Waiting to run
wip
2025-09-16 21:11:58 -07:00
..
.markdownlint.jsonc Add rule MD060/table-column-style (fixes #90, fixes #323). 2025-08-20 22:14:52 -07:00
.markdownlint.yaml Add rule MD060/table-column-style (fixes #90, fixes #323). 2025-08-20 22:14:52 -07:00
build-config-example.mjs Refactor configuration schema to use oneOf instead of type:Array for better extensibility. 2025-09-13 17:03:02 -07:00
build-config-schema.mjs wip 2025-09-16 21:11:58 -07:00
markdownlint-config-schema-strict.json Add "error" as a rule/tag/default value in Configuration object, add tests for similar values, resolve some new type-checking issues. 2025-09-16 20:47:08 -07:00
markdownlint-config-schema.json Add "error" as a rule/tag/default value in Configuration object, add tests for similar values, resolve some new type-checking issues. 2025-09-16 20:47:08 -07:00
ValidatingConfiguration.md Create strict JSON Schema for configuration (standalone for ease of use) and corresponding strict TypeScript type (via extends for conciseness) (fixes #1248). 2024-08-27 20:47:33 -07:00