@anolilab/eslint-config 16.2.0 → 16.2.2

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,16 @@
1
+ ## @anolilab/eslint-config [16.2.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.1...@anolilab/eslint-config@16.2.2) (2025-05-27)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **eslint-config:** add missing optional ESLint plugins to peerDependenciesMeta ([d6a0714](https://github.com/anolilab/javascript-style-guide/commit/d6a0714006f4ed47cb1adf490b2034f92c4f529e))
6
+ * **eslint-config:** disable additional perfectionist sorting rules in ESLint configuration ([f290fc3](https://github.com/anolilab/javascript-style-guide/commit/f290fc3f638beae20802ea0e14d83e8d59a5f644))
7
+
8
+ ## @anolilab/eslint-config [16.2.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.0...@anolilab/eslint-config@16.2.1) (2025-05-27)
9
+
10
+ ### Bug Fixes
11
+
12
+ * **eslint-config:** Enhanced ESLint comments plugin configuration to report unused directives and inline configs as errors. ([27ef2c6](https://github.com/anolilab/javascript-style-guide/commit/27ef2c60836d4379c3fede8ce41ba49c146c7a61))
13
+
1
14
  ## @anolilab/eslint-config [16.2.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.1.3...@anolilab/eslint-config@16.2.0) (2025-05-27)
2
15
 
3
16
  ### Features