@jmlweb/eslint-config-react 3.0.0 → 3.0.2
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 +15 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @jmlweb/eslint-config-react
|
|
2
2
|
|
|
3
|
+
## 3.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [c1cbae0]
|
|
8
|
+
- @jmlweb/eslint-config-base@2.0.8
|
|
9
|
+
|
|
10
|
+
## 3.0.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- ecb3620: Update dev dependencies to latest stable versions
|
|
15
|
+
- Updated dependencies [ecb3620]
|
|
16
|
+
- @jmlweb/eslint-config-base@2.0.7
|
|
17
|
+
|
|
3
18
|
## 3.0.0
|
|
4
19
|
|
|
5
20
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jmlweb/eslint-config-react",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "ESLint configuration for React libraries with TypeScript, extending base config with React-specific rules",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
55
55
|
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
56
56
|
"typescript-eslint": "^8.0.0",
|
|
57
|
-
"@jmlweb/eslint-config-base": "2.0.
|
|
57
|
+
"@jmlweb/eslint-config-base": "2.0.8"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@jmlweb/eslint-config-base": "2.0.
|
|
60
|
+
"@jmlweb/eslint-config-base": "2.0.8"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@eslint/js": "^9.39.2",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
70
70
|
"tsup": "^8.5.1",
|
|
71
71
|
"typescript": "^5.9.3",
|
|
72
|
-
"typescript-eslint": "^8.
|
|
73
|
-
"@jmlweb/eslint-config-base": "2.0.
|
|
72
|
+
"typescript-eslint": "^8.51.0",
|
|
73
|
+
"@jmlweb/eslint-config-base": "2.0.8",
|
|
74
74
|
"@jmlweb/tsconfig-internal": "0.0.1"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|