mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Create strict JSON Schema for configuration (standalone for ease of use) and corresponding strict TypeScript type (via extends for conciseness) (fixes #1248).
This commit is contained in:
parent
bbca3ad209
commit
9c8e7156e1
10 changed files with 3070 additions and 1207 deletions
|
@ -3140,6 +3140,13 @@ module.exports = markdownlint;
|
|||
* @typedef {import("./configuration").Configuration} Configuration
|
||||
*/
|
||||
|
||||
/**
|
||||
* Configuration object for linting rules strictly. For the JSON schema, see
|
||||
* {@link ../schema/markdownlint-config-schema-strict.json}.
|
||||
*
|
||||
* @typedef {import("./configuration-strict").ConfigurationStrict} ConfigurationStrict
|
||||
*/
|
||||
|
||||
/**
|
||||
* Rule configuration object.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue