@anolilab/eslint-config 17.1.0 → 18.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 +21 -0
- package/dist/index.cjs +9 -9
- package/dist/index.d.cts +26 -14
- package/dist/index.d.mts +26 -14
- package/dist/index.d.ts +26 -14
- package/dist/index.mjs +8 -8
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## @anolilab/eslint-config [18.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@17.2.0...@anolilab/eslint-config@18.0.0) (2025-12-22)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **pnpm:** add ignore for @types/vscode in json-enforce-catalog ([4240bbd](https://github.com/anolilab/javascript-style-guide/commit/4240bbdb9ae14293948a4051e638b0fd7eeb22e7))
|
|
6
|
+
* update package versions and configurations ([ad6cb2c](https://github.com/anolilab/javascript-style-guide/commit/ad6cb2c90ed4049ea8f136c583c0db1e477b20e7))
|
|
7
|
+
|
|
8
|
+
### Styles
|
|
9
|
+
|
|
10
|
+
* update package configurations and dependencies ([98475c5](https://github.com/anolilab/javascript-style-guide/commit/98475c5e5e7bc5d832ef10d3d723f75340223347))
|
|
11
|
+
|
|
12
|
+
## @anolilab/eslint-config [17.2.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@17.1.0...@anolilab/eslint-config@17.2.0) (2025-12-15)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* enhance pnpm configuration options in ESLint setup ([bfb96bb](https://github.com/anolilab/javascript-style-guide/commit/bfb96bb88e61696c96b8f3376c89efcb0dcb2212))
|
|
17
|
+
|
|
18
|
+
### Code Refactoring
|
|
19
|
+
|
|
20
|
+
* simplify OptionsConfig interface for React support ([1b41b62](https://github.com/anolilab/javascript-style-guide/commit/1b41b62a364fb4dcb579dbf5ee7e2abf22527224))
|
|
21
|
+
|
|
1
22
|
## @anolilab/eslint-config [17.1.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@17.0.2...@anolilab/eslint-config@17.1.0) (2025-12-15)
|
|
2
23
|
|
|
3
24
|
### Features
|