@anolilab/lint-staged-config 3.0.41 → 3.1.1
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 +18 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## @anolilab/lint-staged-config [3.1.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.1.0...@anolilab/lint-staged-config@3.1.1) (2025-12-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@anolilab/eslint-config:** upgraded to 17.2.0
|
|
7
|
+
|
|
8
|
+
## @anolilab/lint-staged-config [3.1.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.41...@anolilab/lint-staged-config@3.1.0) (2025-12-15)
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* enhance React support in ESLint configuration ([2b02625](https://github.com/anolilab/javascript-style-guide/commit/2b0262556513822ac2c7ac0ad9fd10235df2a484))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Dependencies
|
|
16
|
+
|
|
17
|
+
* **@anolilab/eslint-config:** upgraded to 17.1.0
|
|
18
|
+
|
|
1
19
|
## @anolilab/lint-staged-config [3.0.41](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.40...@anolilab/lint-staged-config@3.0.41) (2025-12-11)
|
|
2
20
|
|
|
3
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/lint-staged-config",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "Shareable Lint-Staged Config for any project.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"type-fest": "^5.3.1"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"eslint": "^9.39.
|
|
83
|
+
"eslint": "^9.39.2",
|
|
84
84
|
"husky": "^8.x || ^9.x",
|
|
85
85
|
"jest": "^27.x || ^28.x || ^29.0.0",
|
|
86
86
|
"lint-staged": "^13.x || ^14.x|| ^15.x || ^16.x",
|