@anolilab/eslint-config 19.0.0 → 21.0.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 +24 -0
- package/dist/index.d.ts +253 -85
- package/dist/index.js +23 -0
- package/package.json +39 -46
- package/dist/index.cjs +0 -20
- package/dist/index.d.cts +0 -17623
- package/dist/index.d.mts +0 -17623
- package/dist/index.mjs +0 -22
- package/dist/packem_shared/getFilesGlobs-DUUiSUKd.cjs +0 -1
- /package/dist/packem_shared/{getFilesGlobs-HB3i00oP.mjs → getFilesGlobs-HB3i00oP.js} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## @anolilab/eslint-config [21.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@20.0.0...@anolilab/eslint-config@21.0.0) (2026-01-29)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* **eslint-config:** add support for react-unhookify plugin and update configurations ([d8b3b1a](https://github.com/anolilab/javascript-style-guide/commit/d8b3b1ac400a6927756a78b75dc50f03e88e828e))
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **eslint-config:** fix react naming convention rule and typescript plugin files restriction ([0956f3d](https://github.com/anolilab/javascript-style-guide/commit/0956f3d4e57687972c69a7176809cd3767e2dae8))
|
|
10
|
+
|
|
11
|
+
### Code Refactoring
|
|
12
|
+
|
|
13
|
+
* improve code formatting and consistency in JavaScript and JSX files ([8b47d89](https://github.com/anolilab/javascript-style-guide/commit/8b47d8985070ef71677174615d9694c39e952c13))
|
|
14
|
+
|
|
15
|
+
## @anolilab/eslint-config [20.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@19.0.0...@anolilab/eslint-config@20.0.0) (2026-01-11)
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* update eslint-config to use ES module and add e18e specific rules ([e0b1a3d](https://github.com/anolilab/javascript-style-guide/commit/e0b1a3d630fb6d78149f6363654c0517edcbcb8f))
|
|
20
|
+
|
|
21
|
+
### Miscellaneous Chores
|
|
22
|
+
|
|
23
|
+
* update eslint-config to include e18e plugin and adjust dependencies ([180fa82](https://github.com/anolilab/javascript-style-guide/commit/180fa825b39c36503589bc77561b98b769f7addd))
|
|
24
|
+
|
|
1
25
|
## @anolilab/eslint-config [19.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@18.0.0...@anolilab/eslint-config@19.0.0) (2026-01-05)
|
|
2
26
|
|
|
3
27
|
### Bug Fixes
|