From 016f16f7b858b93113a2bff46bfca544d9983099 Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Sun, 8 Jun 2025 13:56:11 +0200 Subject: [PATCH] Do not lint markdown files in the `__tests_` folder --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index e5f4a01..5705920 100644 --- a/package.json +++ b/package.json @@ -81,5 +81,10 @@ }, "engines": { "node": ">=20" + }, + "markdownlint-cli2": { + "ignores": [ + "__tests__/**/*" + ] } }