diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 0255a55..5f6ed5e 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -18,6 +18,9 @@ ignores: - "node_modules/" - "vendor/" +# Show found files on stdout (only valid at root) +showFound: true + # Disable inline config comments. noInlineConfig: true