We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21da68c + 8c80afc commit 9baf0f2Copy full SHA for 9baf0f2
src/content-linter/scripts/markdownlint.js
@@ -72,8 +72,6 @@ async function main() {
72
73
// Initializes the config to pass to markdownlint based on the input options
74
const { config, configuredRules } = getMarkdownLintConfig(errorsOnly, rules, customRules)
75
- console.log(JSON.stringify(config, null, 2))
76
- console.log(JSON.stringify(configuredRules, null, 2))
77
78
// Run Markdownlint for content directory
79
const resultContent = await markdownlint.promises.markdownlint({
0 commit comments