@anolilab/eslint-config 16.2.13 → 16.2.15
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 +16 -0
- package/dist/index.cjs +3 -3
- package/dist/index.d.cts +537 -533
- package/dist/index.d.mts +537 -533
- package/dist/index.d.ts +537 -533
- package/dist/index.mjs +6 -6
- package/package.json +26 -27
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## @anolilab/eslint-config [16.2.15](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.14...@anolilab/eslint-config@16.2.15) (2025-07-02)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **eslint-config:** rename func-call-spacing rule to function-call-spacing for consistency ([99bf680](https://github.com/anolilab/javascript-style-guide/commit/99bf680bb9830b869ad2498c80622694a2dda7ae))
|
|
6
|
+
|
|
7
|
+
## @anolilab/eslint-config [16.2.14](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.13...@anolilab/eslint-config@16.2.14) (2025-07-02)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** remove outdated @babel/core dependency from eslint-config ([bf6cefd](https://github.com/anolilab/javascript-style-guide/commit/bf6cefd36cca7f4c5e3a2cddb03c1f91fe06d3b7))
|
|
12
|
+
* **deps:** update dependencies and enhance ESLint configuration ([a17e0be](https://github.com/anolilab/javascript-style-guide/commit/a17e0be046fa99478bddb28328a915658eeb4f7c))
|
|
13
|
+
* **deps:** update dependency @tanstack/eslint-plugin-query to ^5.81.2 ([#900](https://github.com/anolilab/javascript-style-guide/issues/900)) ([a828f96](https://github.com/anolilab/javascript-style-guide/commit/a828f961fa068500d15fcb0762478aeb471ce8a9))
|
|
14
|
+
* **deps:** update dependency @tanstack/eslint-plugin-router to ^1.121.21 ([#902](https://github.com/anolilab/javascript-style-guide/issues/902)) ([7892ad4](https://github.com/anolilab/javascript-style-guide/commit/7892ad4845af133e45c4e87f0631a4b6832beafb))
|
|
15
|
+
* **deps:** update dependency @unocss/eslint-plugin to ^66.1.4 ([#903](https://github.com/anolilab/javascript-style-guide/issues/903)) ([ea2086f](https://github.com/anolilab/javascript-style-guide/commit/ea2086f963a973605ec5b49fe3f92af374ad5fd0))
|
|
16
|
+
|
|
1
17
|
## @anolilab/eslint-config [16.2.13](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.12...@anolilab/eslint-config@16.2.13) (2025-06-05)
|
|
2
18
|
|
|
3
19
|
### Bug Fixes
|