mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-27 19:18:48 +01:00
Update dependencies: c8 to 7.11.3, eslint to 8.18.0, eslint-plugin-jsdoc to 39.3.3, eslint-plugin-unicorn to 42.0.0, globby to 13.1.2, markdown-it-texmath to 1.0.0, markdownlint-rule-helpers to 0.16.0, ts-loader to 9.3.0, typescript to 4.7.4, webpack to 5.73.0, webpack-cli to 4.10.0.
This commit is contained in:
parent
949b69e812
commit
53cbf063e3
3 changed files with 13 additions and 12 deletions
2
lib/markdownlint.d.ts
vendored
2
lib/markdownlint.d.ts
vendored
|
|
@ -350,7 +350,7 @@ type FixInfo = {
|
|||
};
|
||||
/**
|
||||
* Configuration object for linting rules. For a detailed schema, see
|
||||
* {@link ../schema/markdownlint-config-schema.json}.
|
||||
* {@link ../schema/markdownlint-config-schema.json}.
|
||||
*/
|
||||
type Configuration = {
|
||||
[x: string]: RuleConfiguration;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue