@siemens/eslint-config-typescript 4.2.0 → 4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License
2
2
 
3
- Copyright (c) Siemens 2018 - 2024
3
+ Copyright (c) Siemens 2018 - 2026
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  this software and associated documentation files (the “Software”), to deal in
package/README.md CHANGED
@@ -312,6 +312,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
312
312
 
313
313
  ## License
314
314
 
315
- Code and documentation Copyright (c) Siemens 2018 - 2024.
315
+ Code and documentation Copyright (c) Siemens 2018 - 2026.
316
316
 
317
317
  See [LICENSE.md](LICENSE.md).
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright Siemens 2024.
2
+ * Copyright Siemens 2026.
3
3
  * SPDX-License-Identifier: MIT
4
4
  */
5
5
  import eslintJs from '@eslint/js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siemens/eslint-config-typescript",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Configuration for linting TypeScript using typescript-eslint.",
5
5
  "files": [
6
6
  "*.mjs",