@typescript-eslint/eslint-plugin 7.11.1-alpha.20 → 7.11.1-alpha.22
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.
|
@@ -47,3 +47,8 @@ We generally recommend using `@typescript-eslint/no-unused-vars` to flag unused
|
|
|
47
47
|
:::tip
|
|
48
48
|
Editors such as VS Code will still generally "grey out" unused variables even if `noUnusedLocals` and `noUnusedParameters` are not enabled in a project.
|
|
49
49
|
:::
|
|
50
|
+
|
|
51
|
+
Also see similar rules provided by ESLint:
|
|
52
|
+
|
|
53
|
+
- [`no-unused-private-class-members`](https://eslint.org/docs/latest/rules/no-unused-private-class-members)
|
|
54
|
+
- [`no-unused-labels`](https://eslint.org/docs/latest/rules/no-unused-labels)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/eslint-plugin",
|
|
3
|
-
"version": "7.11.1-alpha.
|
|
3
|
+
"version": "7.11.1-alpha.22",
|
|
4
4
|
"description": "TypeScript plugin for ESLint",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@eslint-community/regexpp": "^4.10.0",
|
|
65
|
-
"@typescript-eslint/scope-manager": "7.11.1-alpha.
|
|
66
|
-
"@typescript-eslint/type-utils": "7.11.1-alpha.
|
|
67
|
-
"@typescript-eslint/utils": "7.11.1-alpha.
|
|
68
|
-
"@typescript-eslint/visitor-keys": "7.11.1-alpha.
|
|
65
|
+
"@typescript-eslint/scope-manager": "7.11.1-alpha.22",
|
|
66
|
+
"@typescript-eslint/type-utils": "7.11.1-alpha.22",
|
|
67
|
+
"@typescript-eslint/utils": "7.11.1-alpha.22",
|
|
68
|
+
"@typescript-eslint/visitor-keys": "7.11.1-alpha.22",
|
|
69
69
|
"graphemer": "^1.4.0",
|
|
70
70
|
"ignore": "^5.3.1",
|
|
71
71
|
"natural-compare": "^1.4.0",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"@types/marked": "^5.0.2",
|
|
77
77
|
"@types/mdast": "^4.0.3",
|
|
78
78
|
"@types/natural-compare": "*",
|
|
79
|
-
"@typescript-eslint/rule-schema-to-typescript-types": "7.11.1-alpha.
|
|
80
|
-
"@typescript-eslint/rule-tester": "7.11.1-alpha.
|
|
79
|
+
"@typescript-eslint/rule-schema-to-typescript-types": "7.11.1-alpha.22",
|
|
80
|
+
"@typescript-eslint/rule-tester": "7.11.1-alpha.22",
|
|
81
81
|
"ajv": "^6.12.6",
|
|
82
82
|
"cross-env": "^7.0.3",
|
|
83
83
|
"cross-fetch": "*",
|