From a59a0cfda988b14c283a1b0201593294b67133a8 Mon Sep 17 00:00:00 2001 From: Christophe Date: Mon, 18 Sep 2023 18:48:56 +0200 Subject: [PATCH] build: fix eslint suddenly having an issue with gitInfo script --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 95a71cd..9f49aa2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -98,5 +98,5 @@ // typically only triggered on more complex switch cases where introducing a variable only worsens readability "sonarjs/no-duplicate-string": "off" }, - "ignorePatterns": [".eslintrc.js"] + "ignorePatterns": [".eslintrc.js", "lib/gitInfo.js"] }