@anolilab/eslint-config 27.0.1 → 27.0.3

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,3 +1,21 @@
1
+ ## @anolilab/eslint-config [27.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@27.0.2...@anolilab/eslint-config@27.0.3) (2026-06-11)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **security:** apply audit overrides ([c0fe05e](https://github.com/anolilab/javascript-style-guide/commit/c0fe05eb09877de49c3b05a367f7e1846eb01632))
6
+
7
+ ## @anolilab/eslint-config [27.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@27.0.1...@anolilab/eslint-config@27.0.2) (2026-05-04)
8
+
9
+ ### Bug Fixes
10
+
11
+ * **eslint-config:** align react-x rules with [@eslint-react](https://github.com/eslint-react) v5 ([9fa44d4](https://github.com/anolilab/javascript-style-guide/commit/9fa44d41b4f3a7260b90bf8e4fa69f66b80a5600))
12
+ * **eslint-config:** disable JSX stylistic rules in eslint-plugin-react ([cd71eba](https://github.com/anolilab/javascript-style-guide/commit/cd71eba5930eabf55af46a0e8294caf68a518206))
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * **@anolilab/prettier-config:** upgraded to 10.0.1
18
+
1
19
  ## @anolilab/eslint-config [27.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@27.0.0...@anolilab/eslint-config@27.0.1) (2026-04-08)
2
20
 
3
21
  ### Bug Fixes