@codfish/eslint-config 0.0.0-PR-124--c665ca1 → 0.0.0-PR-124--f9ba28b
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codfish/eslint-config",
|
|
3
|
-
"version": "0.0.0-PR-124--
|
|
3
|
+
"version": "0.0.0-PR-124--f9ba28b",
|
|
4
4
|
"description": "Modern ESLint configuration with TypeScript, React, and testing framework support.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -88,15 +88,15 @@
|
|
|
88
88
|
"globals": "^16.4.0",
|
|
89
89
|
"lodash.has": "^4.5.2",
|
|
90
90
|
"prettier": "^3.6.2",
|
|
91
|
-
"read-package-up": "^11.0.0"
|
|
91
|
+
"read-package-up": "^11.0.0",
|
|
92
|
+
"typescript-eslint": "^8.44.0"
|
|
92
93
|
},
|
|
93
94
|
"devDependencies": {
|
|
94
95
|
"doctoc": "^2.2.1",
|
|
95
96
|
"eslint": "^9.35.0",
|
|
96
97
|
"husky": "^9.1.7",
|
|
97
98
|
"lint-staged": "^16.1.6",
|
|
98
|
-
"typescript": "^5.9.2"
|
|
99
|
-
"typescript-eslint": "^8.44.0"
|
|
99
|
+
"typescript": "^5.9.2"
|
|
100
100
|
},
|
|
101
101
|
"commitlint": {
|
|
102
102
|
"extends": [
|