diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc index fedc130ce42..79cd75b4bb7 100644 --- a/.markdownlint-cli2.jsonc +++ b/.markdownlint-cli2.jsonc @@ -20,6 +20,6 @@ "single-title": false, }, "gitignore": true, - "globs": ["*.md", "**/*.md", "*.mdx", "**/*.mdx"], + "globs": ["*.md", "**/*.md"], "ignores": ["**/LICENSE*.md"], }