@anolilab/eslint-config 16.2.26 → 16.3.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/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## @anolilab/eslint-config [16.3.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.3.0...@anolilab/eslint-config@16.3.1) (2025-10-02)
2
+
3
+ ### Bug Fixes
4
+
5
+ * enhance ESLint and Prettier configurations for improved code quality ([37848ce](https://github.com/anolilab/javascript-style-guide/commit/37848ceef972b9dc0cff0dc85e577c855eed3a75))
6
+ * update eslint-plugin-playwright version for compatibility ([ad4c15b](https://github.com/anolilab/javascript-style-guide/commit/ad4c15bc8784dba33b6f9f98936e31c5942c6023))
7
+
8
+ ## @anolilab/eslint-config [16.3.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.26...@anolilab/eslint-config@16.3.0) (2025-09-11)
9
+
10
+ ### Features
11
+
12
+ * enhance ESLint configuration with new plugins and updates ([a8cac9b](https://github.com/anolilab/javascript-style-guide/commit/a8cac9b2e210bd9137d769e34dc9c189dcb58cea))
13
+
14
+ ### Bug Fixes
15
+
16
+ * simplify type definitions and improve ESLint configurations ([7d1705b](https://github.com/anolilab/javascript-style-guide/commit/7d1705b080589b33ce1a49a6e8aa55416e1bba9f))
17
+ * use ecmaVersion 'latest' per eslint's docs recommendation ([b2d345a](https://github.com/anolilab/javascript-style-guide/commit/b2d345a2a60ec5887d56f561860215a95d85ffb6))
18
+
1
19
  ## @anolilab/eslint-config [16.2.26](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.25...@anolilab/eslint-config@16.2.26) (2025-09-11)
2
20
 
3
21
  ### Bug Fixes