fix(markdown): use markdownlint-cli2.yaml configuration

This commit is contained in:
JamBalaya56562
2026-01-24 10:09:04 +01:00
committed by Jan De Dobbeleer
parent c1fe234e76
commit 897e7b525d
7 changed files with 15 additions and 22 deletions
+1 -10
View File
@@ -25,14 +25,5 @@
"editor.codeActionsOnSave": {
"source.fixAll.markdownlint": "explicit"
}
},
"markdownlint.lintWorkspaceGlobs": [
"**/*.{md,mkd,mdwn,mdown,markdown,markdn,mdtxt,mdtext,workbook}",
"!**/*.code-search",
"!**/bower_components",
"!**/node_modules",
"!**/.git",
"!**/vendor",
"!**/AGENTS.md"
]
}
}