From 4cf5bb47ddb66852bccbd26c1417de71eaa4ef59 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 18 Jan 2022 13:12:33 +0100 Subject: [PATCH] Create .jscpd.json --- .github/linters/.jscpd.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/linters/.jscpd.json diff --git a/.github/linters/.jscpd.json b/.github/linters/.jscpd.json new file mode 100644 index 000000000..4538dc353 --- /dev/null +++ b/.github/linters/.jscpd.json @@ -0,0 +1,8 @@ +{ + "threshold": 0, + "reporters": ["html", "markdown"], + "ignore": [ + "**/.git/**", + "**/*.md", + ] +}