Skip to content

Commit

Permalink
Remove broken link from OutputFormatters.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Apr 8, 2023
1 parent 9390fb1 commit c19bf55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/OutputFormatters.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module.exports = (options, params) => { ... }
Where `options` is an object that looks like:

- `results`: `Array` of [`markdownlint` `LintError` objects][markdownlint-d-ts]
- [Example `results` object][output-formatters-json]
- `logMessage`: `Function` that takes a single `String` argument and logs it to
standard output
- `logError`: `Function` that takes a single `String` argument and logs it to
Expand Down Expand Up @@ -62,4 +61,3 @@ For a `.markdownlint-cli2.jsonc` like:
[formatter-junit]: ../formatter-junit/markdownlint-cli2-formatter-junit.js
[markdownlint-cli2-formatter]: https://www.npmjs.com/search?q=keywords:markdownlint-cli2-formatter
[markdownlint-d-ts]: https://github.com/DavidAnson/markdownlint/blob/main/lib/markdownlint.d.ts
[output-formatters-json]: ../test/outputFormatters.formatter.json

0 comments on commit c19bf55

Please sign in to comment.