@typescript-eslint/eslint-plugin 8.35.1 → 8.35.2-alpha.0
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 +13 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@typescript-eslint/eslint-plugin",
|
3
|
-
"version": "8.35.
|
3
|
+
"version": "8.35.2-alpha.0",
|
4
4
|
"description": "TypeScript plugin for ESLint",
|
5
5
|
"files": [
|
6
6
|
"dist",
|
@@ -48,22 +48,21 @@
|
|
48
48
|
"typescript"
|
49
49
|
],
|
50
50
|
"scripts": {
|
51
|
-
"//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.",
|
52
51
|
"build": "yarn run -BT nx build",
|
53
52
|
"clean": "rimraf dist/ coverage/",
|
54
53
|
"format": "yarn run -T format",
|
55
54
|
"generate-breaking-changes": "yarn run -BT nx generate-breaking-changes",
|
56
|
-
"generate-configs": "yarn run -
|
55
|
+
"generate-configs": "yarn run -BT nx generate-configs repo",
|
57
56
|
"lint": "yarn run -BT nx lint",
|
58
57
|
"test": "yarn run -BT nx test",
|
59
58
|
"typecheck": "yarn run -BT nx typecheck"
|
60
59
|
},
|
61
60
|
"dependencies": {
|
62
61
|
"@eslint-community/regexpp": "^4.10.0",
|
63
|
-
"@typescript-eslint/scope-manager": "8.35.
|
64
|
-
"@typescript-eslint/type-utils": "8.35.
|
65
|
-
"@typescript-eslint/utils": "8.35.
|
66
|
-
"@typescript-eslint/visitor-keys": "8.35.
|
62
|
+
"@typescript-eslint/scope-manager": "8.35.2-alpha.0",
|
63
|
+
"@typescript-eslint/type-utils": "8.35.2-alpha.0",
|
64
|
+
"@typescript-eslint/utils": "8.35.2-alpha.0",
|
65
|
+
"@typescript-eslint/visitor-keys": "8.35.2-alpha.0",
|
67
66
|
"graphemer": "^1.4.0",
|
68
67
|
"ignore": "^7.0.0",
|
69
68
|
"natural-compare": "^1.4.0",
|
@@ -72,8 +71,8 @@
|
|
72
71
|
"devDependencies": {
|
73
72
|
"@types/mdast": "^4.0.3",
|
74
73
|
"@types/natural-compare": "*",
|
75
|
-
"@typescript-eslint/rule-schema-to-typescript-types": "8.35.
|
76
|
-
"@typescript-eslint/rule-tester": "8.35.
|
74
|
+
"@typescript-eslint/rule-schema-to-typescript-types": "8.35.2-alpha.0",
|
75
|
+
"@typescript-eslint/rule-tester": "8.35.2-alpha.0",
|
77
76
|
"@vitest/coverage-v8": "^3.1.3",
|
78
77
|
"ajv": "^6.12.6",
|
79
78
|
"cross-fetch": "*",
|
@@ -84,6 +83,7 @@
|
|
84
83
|
"mdast-util-from-markdown": "^2.0.0",
|
85
84
|
"mdast-util-mdx": "^3.0.0",
|
86
85
|
"micromark-extension-mdxjs": "^3.0.0",
|
86
|
+
"prettier": "3.5.0",
|
87
87
|
"rimraf": "*",
|
88
88
|
"title-case": "^4.0.0",
|
89
89
|
"tsx": "*",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"vitest": "^3.1.3"
|
93
93
|
},
|
94
94
|
"peerDependencies": {
|
95
|
-
"@typescript-eslint/parser": "^8.35.
|
95
|
+
"@typescript-eslint/parser": "^8.35.2-alpha.0",
|
96
96
|
"eslint": "^8.57.0 || ^9.0.0",
|
97
97
|
"typescript": ">=4.8.4 <5.9.0"
|
98
98
|
},
|
@@ -114,6 +114,9 @@
|
|
114
114
|
"dependsOn": [
|
115
115
|
"type-utils:build"
|
116
116
|
]
|
117
|
+
},
|
118
|
+
"lint": {
|
119
|
+
"command": "eslint"
|
117
120
|
}
|
118
121
|
}
|
119
122
|
}
|