@gooddata/eslint-config 4.1.0 → 4.1.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -17,7 +17,7 @@ module.exports = {
17
17
  // GoodData
18
18
  "header/header": [2, "line", {
19
19
  pattern: "^ \\(C\\) \\d{4}(-\\d{4})? GoodData Corporation$",
20
- template: " (C) 2022 GoodData Corporation"
20
+ template: ` (C) ${new Date().getFullYear()} GoodData Corporation`
21
21
  }],
22
22
  "@typescript-eslint/explicit-function-return-type": 0,
23
23
  "@typescript-eslint/no-use-before-define": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/eslint-config",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "GoodData JavaScript Style Guide",
5
5
  "main": "index.js",
6
6
  "repository": {