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,