Skip to content

Commit

Permalink
update muchMatch option in eslint-plugin-notice
Browse files Browse the repository at this point in the history
Signed-off-by: Kashish Mittal <[email protected]>
  • Loading branch information
04kash committed Jan 3, 2025
1 parent 6bd80fa commit 82c62af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 82c62af

Please sign in to comment.