@anolilab/eslint-config 20.0.0 → 22.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 +37 -0
- package/dist/index.d.ts +335 -95
- package/dist/index.js +12 -11
- package/package.json +45 -40
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
|
1
|
+
## @anolilab/eslint-config [22.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@21.0.0...@anolilab/eslint-config@22.0.0) (2026-02-21)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* **eslint-config:** extend markdown config and fix react/no-implicit-key rule placement ([a0261f6](https://github.com/anolilab/javascript-style-guide/commit/a0261f63674523f8475cba1d15925a772e0e1064))
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **eslint-config:** require quoted scalars in yaml files ([af0f247](https://github.com/anolilab/javascript-style-guide/commit/af0f247438d003963c9dca1126df21781f252546))
|
|
10
|
+
* resolve pre-commit hook failures and lint errors across packages ([a4707c3](https://github.com/anolilab/javascript-style-guide/commit/a4707c38941c7adb55a7a606f9689caa9c8f7962))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous Chores
|
|
13
|
+
|
|
14
|
+
* **eslint-config:** add ESLint config, migrate to ESM prettier, update fixtures ([b57d64a](https://github.com/anolilab/javascript-style-guide/commit/b57d64a5080356878ff6bb524d0bc0648d74858c))
|
|
15
|
+
* **eslint-config:** simplify .prettierignore and update fixture outputs ([7f376ae](https://github.com/anolilab/javascript-style-guide/commit/7f376aef4137ea2511e9033826491495b5e80b2c))
|
|
16
|
+
* fix storybook security vulnerability by pinning to 9.1.19 ([ba99baa](https://github.com/anolilab/javascript-style-guide/commit/ba99baa5c193e617243ccf29f9643f116eff5a29))
|
|
17
|
+
* update dependencies, pnpm version, and CI workflow ([0515997](https://github.com/anolilab/javascript-style-guide/commit/05159977a4c56860b2500b8a54b2fe9b6bb4b0d6))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* **@anolilab/prettier-config:** upgraded to 9.1.1
|
|
23
|
+
|
|
24
|
+
## @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)
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
* **eslint-config:** add support for react-unhookify plugin and update configurations ([d8b3b1a](https://github.com/anolilab/javascript-style-guide/commit/d8b3b1ac400a6927756a78b75dc50f03e88e828e))
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* **eslint-config:** fix react naming convention rule and typescript plugin files restriction ([0956f3d](https://github.com/anolilab/javascript-style-guide/commit/0956f3d4e57687972c69a7176809cd3767e2dae8))
|
|
33
|
+
|
|
34
|
+
### Code Refactoring
|
|
35
|
+
|
|
36
|
+
* improve code formatting and consistency in JavaScript and JSX files ([8b47d89](https://github.com/anolilab/javascript-style-guide/commit/8b47d8985070ef71677174615d9694c39e952c13))
|
|
37
|
+
|
|
1
38
|
## @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)
|
|
2
39
|
|
|
3
40
|
### Bug Fixes
|