@anolilab/eslint-config 16.3.2 → 16.4.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 +20 -0
- package/README.md +1 -1
- package/dist/index.cjs +8 -8
- package/dist/index.d.cts +108 -8
- package/dist/index.d.mts +108 -8
- package/dist/index.d.ts +108 -8
- package/dist/index.mjs +10 -10
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## @anolilab/eslint-config [16.4.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.3.3...@anolilab/eslint-config@16.4.0) (2025-10-14)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* enhance ESLint configuration with new rules and ignores ([3e1cb7b](https://github.com/anolilab/javascript-style-guide/commit/3e1cb7be01cf3377243cdebf6241bc25acc86754))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* update ESLint configuration and dependencies ([52058a1](https://github.com/anolilab/javascript-style-guide/commit/52058a1f290734801dfd7d98743db2d351687541))
|
|
10
|
+
|
|
11
|
+
### Code Refactoring
|
|
12
|
+
|
|
13
|
+
* improve ESLint and Prettier configurations ([db30fca](https://github.com/anolilab/javascript-style-guide/commit/db30fcafac696fe1b103293dc6f4a6dd0d72f51a))
|
|
14
|
+
|
|
15
|
+
## @anolilab/eslint-config [16.3.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.3.2...@anolilab/eslint-config@16.3.3) (2025-10-02)
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* fixed pnpm catalog resolving, update dependencies and ESLint configuration ([12bc209](https://github.com/anolilab/javascript-style-guide/commit/12bc2099213538574c9f6c4f99aaf424d1b6d269))
|
|
20
|
+
|
|
1
21
|
## @anolilab/eslint-config [16.3.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.3.1...@anolilab/eslint-config@16.3.2) (2025-10-02)
|
|
2
22
|
|
|
3
23
|
### Bug Fixes
|