@volontariapp/eslint-config 2.2.4-snap-14d7987 → 2.2.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - README bump
8
+
3
9
  ## 2.2.4
4
10
 
5
11
  ### Patch Changes
package/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # @volontariapp/eslint-config
2
+
3
+ ## Overview
4
+ Configuration centralisée du Linter (ESLint) de Volontariapp.
5
+
6
+ ## Key Features
7
+ - **Règles Strictes** : Configuration garantissant la conformité au protocole qualité de Volontariapp (interdiction des `any`, typages obligatoires).
8
+ - **Partage Facile** : À étendre dans chaque `eslint.config.mjs` des différents sous-projets.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volontariapp/eslint-config",
3
- "version": "2.2.4-snap-14d7987",
3
+ "version": "2.2.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true