@jmlweb/eslint-config-base 2.0.6 → 2.0.8
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 +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @jmlweb/eslint-config-base
|
|
2
2
|
|
|
3
|
+
## 2.0.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c1cbae0: Support eslint-config-prettier v9 and v10 in peer dependencies
|
|
8
|
+
|
|
9
|
+
## 2.0.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- ecb3620: Update dev dependencies to latest stable versions
|
|
14
|
+
|
|
3
15
|
## 2.0.6
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jmlweb/eslint-config-base",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "Base ESLint configuration for TypeScript projects with strict type checking and best practices",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@eslint/js": "^9.0.0",
|
|
50
50
|
"eslint": "^9.0.0",
|
|
51
|
-
"eslint-config-prettier": "^9.1.0",
|
|
51
|
+
"eslint-config-prettier": "^9.1.0 || ^10.0.0",
|
|
52
52
|
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
53
53
|
"typescript-eslint": "^8.0.0"
|
|
54
54
|
},
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
64
64
|
"tsup": "^8.5.1",
|
|
65
65
|
"typescript": "^5.9.3",
|
|
66
|
-
"typescript-eslint": "^8.
|
|
66
|
+
"typescript-eslint": "^8.51.0",
|
|
67
67
|
"@jmlweb/tsconfig-internal": "0.0.1"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|