Do not lint markdown files in the __tests_ folder

This commit is contained in:
Jozef Izso 2025-06-08 13:56:11 +02:00
parent a6b3e93884
commit 016f16f7b8
Failed to extract signature

View file

@ -81,5 +81,10 @@
},
"engines": {
"node": ">=20"
},
"markdownlint-cli2": {
"ignores": [
"__tests__/**/*"
]
}
}