From 1593d5fc15bc819d7e557c94218327601fdc4191 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 18 Jan 2022 13:20:05 +0100 Subject: [PATCH] Update .jscpd.json --- .github/linters/.jscpd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/linters/.jscpd.json b/.github/linters/.jscpd.json index 4538dc353..cfe814920 100644 --- a/.github/linters/.jscpd.json +++ b/.github/linters/.jscpd.json @@ -3,6 +3,6 @@ "reporters": ["html", "markdown"], "ignore": [ "**/.git/**", - "**/*.md", + "**/*.md" ] }