File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ module.exports = (options, params) => { ... }
21
21
Where ` options ` is an object that looks like:
22
22
23
23
- ` results ` : ` Array ` of [ ` markdownlint ` ` LintError ` objects] [ markdownlint-d-ts ]
24
- - [ Example ` results ` object] [ output-formatters-json ]
25
24
- ` logMessage ` : ` Function ` that takes a single ` String ` argument and logs it to
26
25
standard output
27
26
- ` logError ` : ` Function ` that takes a single ` String ` argument and logs it to
@@ -62,4 +61,3 @@ For a `.markdownlint-cli2.jsonc` like:
62
61
[ formatter-junit ] : ../formatter-junit/markdownlint-cli2-formatter-junit.js
63
62
[ markdownlint-cli2-formatter ] : https://www.npmjs.com/search?q=keywords:markdownlint-cli2-formatter
64
63
[ markdownlint-d-ts ] : https://github.com/DavidAnson/markdownlint/blob/main/lib/markdownlint.d.ts
65
- [ output-formatters-json ] : ../test/outputFormatters.formatter.json
You can’t perform that action at this time.
0 commit comments