@tb-dev/eslint-config 1.4.6 → 1.4.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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
package/dist/index.cjs
CHANGED
|
@@ -432,7 +432,7 @@ async function typescript(options) {
|
|
|
432
432
|
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
|
|
433
433
|
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
|
|
434
434
|
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
|
|
435
|
-
'@typescript-eslint/no-unsafe-argument': '
|
|
435
|
+
'@typescript-eslint/no-unsafe-argument': 'off',
|
|
436
436
|
'@typescript-eslint/no-unsafe-assignment': 'error',
|
|
437
437
|
'@typescript-eslint/no-unsafe-call': 'error',
|
|
438
438
|
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
|
package/dist/index.mjs
CHANGED
|
@@ -430,7 +430,7 @@ async function typescript(options) {
|
|
|
430
430
|
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
|
|
431
431
|
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
|
|
432
432
|
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
|
|
433
|
-
'@typescript-eslint/no-unsafe-argument': '
|
|
433
|
+
'@typescript-eslint/no-unsafe-argument': 'off',
|
|
434
434
|
'@typescript-eslint/no-unsafe-assignment': 'error',
|
|
435
435
|
'@typescript-eslint/no-unsafe-call': 'error',
|
|
436
436
|
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tb-dev/eslint-config",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.8",
|
|
4
4
|
"description": "ESLint config",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"typecheck": "tsc --noEmit"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
32
|
-
"@typescript-eslint/parser": "^6.
|
|
31
|
+
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
|
32
|
+
"@typescript-eslint/parser": "^6.15.0",
|
|
33
33
|
"eslint-config-prettier": "^9.1.0",
|
|
34
34
|
"eslint-plugin-perfectionist": "^2.5.0",
|
|
35
35
|
"eslint-plugin-unicorn": "^49.0.0",
|
|
@@ -41,19 +41,19 @@
|
|
|
41
41
|
"@octokit/core": "^5.0.2",
|
|
42
42
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
43
43
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
44
|
-
"@types/node": "^20.10.
|
|
45
|
-
"eslint": "^8.
|
|
44
|
+
"@types/node": "^20.10.5",
|
|
45
|
+
"eslint": "^8.56.0",
|
|
46
46
|
"husky": "^8.0.3",
|
|
47
47
|
"lint-staged": "^15.2.0",
|
|
48
|
-
"miho": "^2.2.
|
|
48
|
+
"miho": "^2.2.3",
|
|
49
49
|
"npm-run-all2": "^6.1.1",
|
|
50
50
|
"prettier": "^3.1.1",
|
|
51
|
-
"rollup": "^4.9.
|
|
51
|
+
"rollup": "^4.9.1",
|
|
52
52
|
"taze": "^0.13.0",
|
|
53
53
|
"ts-node": "^10.9.2",
|
|
54
54
|
"tslib": "^2.6.2",
|
|
55
55
|
"typescript": "5.3.3",
|
|
56
|
-
"vite": "^5.0.
|
|
56
|
+
"vite": "^5.0.10",
|
|
57
57
|
"vite-plugin-dts": "^3.6.4"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
@@ -72,4 +72,4 @@
|
|
|
72
72
|
"require": "./dist/index.cjs"
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
}
|
|
75
|
+
}
|