From 82c62af5ec4b2e80fb300b986991f71a4a3386f0 Mon Sep 17 00:00:00 2001 From: Kashish Mittal Date: Fri, 3 Jan 2025 10:40:29 -0500 Subject: [PATCH] update muchMatch option in eslint-plugin-notice Signed-off-by: Kashish Mittal --- .eslintrc.cjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 3131f0e95..e3fdf4b55 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -24,8 +24,7 @@ module.exports = { 'notice/notice': [ 'error', { - mustMatch: - /Copyright \d{4} (The Backstage and RHDH Authors|The RHDH Authors)/, + mustMatch: /Copyright \d{4} (The Backstage Authors|The RHDH Authors)/, templateFile: path.resolve( // eslint-disable-next-line no-restricted-syntax __dirname,