@typescript-eslint/eslint-plugin 6.21.0 → 6.21.1-alpha.1
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.
|
@@ -50,14 +50,14 @@ This rule in its default state requires no configuration and will enforce that e
|
|
|
50
50
|
|
|
51
51
|
```jsonc
|
|
52
52
|
{
|
|
53
|
-
"accessibility: "explicit",
|
|
53
|
+
"accessibility": "explicit",
|
|
54
54
|
"overrides": {
|
|
55
55
|
"accessors": "explicit",
|
|
56
56
|
"constructors": "no-public",
|
|
57
57
|
"methods": "explicit",
|
|
58
58
|
"properties": "off",
|
|
59
|
-
"parameterProperties": "explicit"
|
|
60
|
-
}
|
|
59
|
+
"parameterProperties": "explicit",
|
|
60
|
+
},
|
|
61
61
|
}
|
|
62
62
|
```
|
|
63
63
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/eslint-plugin",
|
|
3
|
-
"version": "6.21.
|
|
3
|
+
"version": "6.21.1-alpha.1",
|
|
4
4
|
"description": "TypeScript plugin for ESLint",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@eslint-community/regexpp": "^4.5.1",
|
|
60
|
-
"@typescript-eslint/scope-manager": "6.21.
|
|
61
|
-
"@typescript-eslint/type-utils": "6.21.
|
|
62
|
-
"@typescript-eslint/utils": "6.21.
|
|
63
|
-
"@typescript-eslint/visitor-keys": "6.21.
|
|
60
|
+
"@typescript-eslint/scope-manager": "6.21.1-alpha.1",
|
|
61
|
+
"@typescript-eslint/type-utils": "6.21.1-alpha.1",
|
|
62
|
+
"@typescript-eslint/utils": "6.21.1-alpha.1",
|
|
63
|
+
"@typescript-eslint/visitor-keys": "6.21.1-alpha.1",
|
|
64
64
|
"debug": "^4.3.4",
|
|
65
65
|
"graphemer": "^1.4.0",
|
|
66
66
|
"ignore": "^5.2.4",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"@types/debug": "*",
|
|
74
74
|
"@types/marked": "*",
|
|
75
75
|
"@types/natural-compare": "*",
|
|
76
|
-
"@typescript-eslint/rule-schema-to-typescript-types": "6.21.
|
|
77
|
-
"@typescript-eslint/rule-tester": "6.21.
|
|
76
|
+
"@typescript-eslint/rule-schema-to-typescript-types": "6.21.1-alpha.1",
|
|
77
|
+
"@typescript-eslint/rule-tester": "6.21.1-alpha.1",
|
|
78
78
|
"ajv": "^6.12.6",
|
|
79
79
|
"chalk": "^5.3.0",
|
|
80
80
|
"cross-fetch": "*",
|