@typescript-eslint/eslint-plugin 7.13.2-alpha.0 → 7.13.2-alpha.2

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.
@@ -23,7 +23,7 @@ type Foo = {
23
23
  type Foo = Record<string, unknown>;
24
24
  ```
25
25
 
26
- Keeping to one declaration form consistently improve code readability.
26
+ Using one declaration form consistently improves code readability.
27
27
 
28
28
  ## Options
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "7.13.2-alpha.0",
3
+ "version": "7.13.2-alpha.2",
4
4
  "description": "TypeScript plugin for ESLint",
5
5
  "files": [
6
6
  "dist",
@@ -60,10 +60,10 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@eslint-community/regexpp": "^4.10.0",
63
- "@typescript-eslint/scope-manager": "7.13.2-alpha.0",
64
- "@typescript-eslint/type-utils": "7.13.2-alpha.0",
65
- "@typescript-eslint/utils": "7.13.2-alpha.0",
66
- "@typescript-eslint/visitor-keys": "7.13.2-alpha.0",
63
+ "@typescript-eslint/scope-manager": "7.13.2-alpha.2",
64
+ "@typescript-eslint/type-utils": "7.13.2-alpha.2",
65
+ "@typescript-eslint/utils": "7.13.2-alpha.2",
66
+ "@typescript-eslint/visitor-keys": "7.13.2-alpha.2",
67
67
  "graphemer": "^1.4.0",
68
68
  "ignore": "^5.3.1",
69
69
  "natural-compare": "^1.4.0",
@@ -74,8 +74,8 @@
74
74
  "@types/marked": "^5.0.2",
75
75
  "@types/mdast": "^4.0.3",
76
76
  "@types/natural-compare": "*",
77
- "@typescript-eslint/rule-schema-to-typescript-types": "7.13.2-alpha.0",
78
- "@typescript-eslint/rule-tester": "7.13.2-alpha.0",
77
+ "@typescript-eslint/rule-schema-to-typescript-types": "7.13.2-alpha.2",
78
+ "@typescript-eslint/rule-tester": "7.13.2-alpha.2",
79
79
  "ajv": "^6.12.6",
80
80
  "cross-env": "^7.0.3",
81
81
  "cross-fetch": "*",