File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -302,12 +302,14 @@ of the rules within.
302302 version numbers on `stdout`
303303 - This top-level setting is valid **only** in the directory from which
304304 ` markdownlint-cli2` is run
305+ - Use with `noProgress` to suppress all output to `stdout` (i.e., `--quiet`)
305306 - `noInlineConfig` : ` Boolean` value to disable the support of
306307 [HTML comments][html-comment] within Markdown content
307308 - For example : ` <!-- markdownlint-disable some-rule -->`
308309 - `noProgress` : ` Boolean` value to disable the display of progress on `stdout`
309310 - This top-level setting is valid **only** in the directory from which
310311 ` markdownlint-cli2` is run
312+ - Use with `noBanner` to suppress all output to `stdout` (i.e., `--quiet`)
311313 - `outputFormatters` : ` Array` of `Array`s, each of which has a `String`
312314 naming an [output formatter][output-formatters] followed by parameters
313315 - Formatters can be used to customize the tool's output for different
You can’t perform that action at this time.
0 commit comments