@anolilab/eslint-config 16.2.17 → 16.2.19

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,20 @@
1
+ ## @anolilab/eslint-config [16.2.19](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.18...@anolilab/eslint-config@16.2.19) (2025-07-11)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update eslint-config to support TypeScript features and improve configuration ([a9b9882](https://github.com/anolilab/javascript-style-guide/commit/a9b98828fe21f76e578f26b7566792867ef5669e))
6
+
7
+ ## @anolilab/eslint-config [16.2.18](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.17...@anolilab/eslint-config@16.2.18) (2025-07-11)
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency @unocss/eslint-plugin to ^66.3.3 ([#908](https://github.com/anolilab/javascript-style-guide/issues/908)) ([20063bf](https://github.com/anolilab/javascript-style-guide/commit/20063bf1835abd5c80d8f9dc10a8e0dfe7e5353e))
12
+ * **deps:** update minor updates (minor) ([#909](https://github.com/anolilab/javascript-style-guide/issues/909)) ([6065419](https://github.com/anolilab/javascript-style-guide/commit/6065419a8cbb81937669349634f22285cace77aa))
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * update @eslint/css to version 0.10.0 and @anolilab/eslint-config to version 16.2.17 in pnpm-lock.yaml and package.json ([322f64b](https://github.com/anolilab/javascript-style-guide/commit/322f64b3c5eec1dfb0e3837927e3a21e749f7f00))
17
+
1
18
  ## @anolilab/eslint-config [16.2.17](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.16...@anolilab/eslint-config@16.2.17) (2025-07-11)
2
19
 
3
20
  ### Bug Fixes