@anolilab/eslint-config 16.2.15 → 16.2.17
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 +8 -8
- package/dist/index.d.cts +40 -3
- package/dist/index.d.mts +40 -3
- package/dist/index.d.ts +40 -3
- package/dist/index.mjs +9 -9
- package/package.json +8 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## @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
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **react:** add support for JSX runtime in ESLint configuration ([445cd8b](https://github.com/anolilab/javascript-style-guide/commit/445cd8b700596aa237c94efdfc04274d22d97c09))
|
|
6
|
+
|
|
7
|
+
## @anolilab/eslint-config [16.2.16](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@16.2.15...@anolilab/eslint-config@16.2.16) (2025-07-11)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update package versions in eslint-config ([49b1479](https://github.com/anolilab/javascript-style-guide/commit/49b147995103f528c6a8cc7bf9b9b0b0115c6267))
|
|
12
|
+
|
|
13
|
+
### Miscellaneous Chores
|
|
14
|
+
|
|
15
|
+
* update package versions in pnpm-lock.yaml and eslint-config ([bb4992b](https://github.com/anolilab/javascript-style-guide/commit/bb4992bbdbf6c9705963c7627f600ef3e1931bc4))
|
|
16
|
+
|
|
1
17
|
## @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
18
|
|
|
3
19
|
### Bug Fixes
|