Skip to content

Commit eae6ea9

Browse files
committed
Internal: Fixed bump-year script to cover linters in packages.
1 parent c8a89f3 commit eae6ea9

6 files changed

Lines changed: 8 additions & 5 deletions

File tree

packages/ckeditor5-build-balloon-block/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
44
*/
55

packages/ckeditor5-build-balloon/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
44
*/
55

packages/ckeditor5-build-classic/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
44
*/
55

packages/ckeditor5-build-decoupled-document/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
44
*/
55

packages/ckeditor5-build-inline/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2+
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
33
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
44
*/
55

scripts/bump-year.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ require( '@ckeditor/ckeditor5-dev-bump-year' )
3737
'**/ckeditor5-*/build/**'
3838
]
3939
}
40+
},
41+
{
42+
pattern: 'packages/*/.eslintrc.js'
4043
}
4144
]
4245
} );

0 commit comments

Comments
 (0)