@anolilab/eslint-config 16.4.3 → 17.0.0

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,23 @@
1
+ ## @anolilab/eslint-config [17.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.4.4...@anolilab/eslint-config@17.0.0) (2025-12-10)
2
+
3
+ ### Features
4
+
5
+ * update dependencies and enhance eslint-config ([3f4d002](https://github.com/anolilab/javascript-style-guide/commit/3f4d002474a2100ee3bb81201e1906a897a43805))
6
+
7
+ ### Bug Fixes
8
+
9
+ * add @visulima/fs dependency and enhance eslint-config ([d151179](https://github.com/anolilab/javascript-style-guide/commit/d1511795cf1a966f487242fdf681b3f9175fb458))
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * remove deprecated packages and update repository URLs ([0a3d423](https://github.com/anolilab/javascript-style-guide/commit/0a3d42307102047ac98d6a0c0ce46c7dfe5a6446))
14
+
15
+ ## @anolilab/eslint-config [16.4.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.4.3...@anolilab/eslint-config@16.4.4) (2025-11-19)
16
+
17
+ ### Bug Fixes
18
+
19
+ * **eslint:** integrate unused-imports plugin and disable no-unused-vars rules ([1969831](https://github.com/anolilab/javascript-style-guide/commit/196983121a0dce1950bd016b879c556c0d0b6bb8))
20
+
1
21
  ## @anolilab/eslint-config [16.4.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.4.2...@anolilab/eslint-config@16.4.3) (2025-11-16)
2
22
 
3
23
  ### Bug Fixes