@widergy/eslint-config 1.0.1 → 1.0.2

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.
@@ -0,0 +1,67 @@
1
+ # Cheatsheet de keys generales
2
+ # active: boolean. Indica si está activado o no el handler
3
+ # version: integer. Indica la versión del handler
4
+ # config: object. Configuración del handler
5
+
6
+ handlers:
7
+ create_new_release:
8
+ active: false
9
+ # Personas a asignar al nuevo PR
10
+ assignees:
11
+ - segulino
12
+ # Labels a asignar al nuevo PR
13
+ labels:
14
+ - Release
15
+ # Indica si el bot debe esperar el tiempo definido en "defer_time" para crear el PR
16
+ defer: false
17
+ # Tiempo en minutos
18
+ defer_time: 0
19
+ mergeable:
20
+ version: 2
21
+ active: true
22
+ config:
23
+ # Permitir mergear a master (para librerias)
24
+ allow_merge_to_master: true
25
+ # Modo estricto para merge a dev. Ninguna card OPC se puede mergear a dev.
26
+ strict_merge_to_dev: false
27
+ # Modo estricto para merge a release correctiva. Solo cards OPC se pueden mergear.
28
+ strict_merge_to_corrective: false
29
+ cleanup_release:
30
+ active: false
31
+ is_semantic:
32
+ active: true
33
+ notify_and_clean_released:
34
+ active: false
35
+ # Agrega en un sheet la card y datos del PR
36
+ notify: false
37
+ # Limpia el branch
38
+ clean: false
39
+ # Cambia el estado de la card en Jira a "Done"
40
+ transition: false
41
+ notify_merge_to_release:
42
+ active: false
43
+ level_with_master:
44
+ active: false
45
+ config:
46
+ # Indica al bot que debe interntar hacer un merge al momento de nivelar.
47
+ automatic_merge: true
48
+ complete_new_pr:
49
+ active: true
50
+ version: 1
51
+ completition_metrics:
52
+ active: true
53
+ version: 1
54
+ config:
55
+ sheet_id: 1T_8q9ZpfmGwawoiAbt5BTV9mM6qCtHY1oAVSDb7Rg1w
56
+ assigner:
57
+ active: true
58
+ version: 1
59
+ config:
60
+ assignees:
61
+ - fiozzoli
62
+ - guidodinatale
63
+ - alcurvelo
64
+ - diazgonza17
65
+ - Dieguerson
66
+ - LucasZorzin
67
+ - alexmarygr
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.0.2](https://github.com/widergy/eslint-config/compare/v1.0.1...v1.0.2) (2025-12-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * energybot config ([#2](https://github.com/widergy/eslint-config/issues/2)) ([35cda0f](https://github.com/widergy/eslint-config/commit/35cda0ff23621ed05530c564fb9b53e95f5457a1))
7
+
1
8
  ## [1.0.1](https://github.com/widergy/eslint-config/compare/v1.0.0...v1.0.1) (2025-12-18)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/eslint-config",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Widergy ESLint configuration",
5
5
  "type": "module",
6
6
  "author": "widergy",