mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-24 01:40:13 +01:00
wip
This commit is contained in:
parent
d8bf33dde6
commit
4541ee3dd2
17 changed files with 395 additions and 67 deletions
8
lib/configuration-strict.d.ts
vendored
8
lib/configuration-strict.d.ts
vendored
|
|
@ -465,6 +465,10 @@ export interface ConfigurationStrict {
|
|||
* Stern length checking
|
||||
*/
|
||||
stern?: boolean;
|
||||
/**
|
||||
* Expand wide characters
|
||||
*/
|
||||
wide_characters?: boolean;
|
||||
};
|
||||
/**
|
||||
* MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md013.md
|
||||
|
|
@ -513,6 +517,10 @@ export interface ConfigurationStrict {
|
|||
* Stern length checking
|
||||
*/
|
||||
stern?: boolean;
|
||||
/**
|
||||
* Expand wide characters
|
||||
*/
|
||||
wide_characters?: boolean;
|
||||
};
|
||||
/**
|
||||
* MD014/commands-show-output : Dollar signs used before commands without showing output : https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md014.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue