@typescript-eslint/eslint-plugin 8.62.2-alpha.2 → 8.62.2-alpha.4

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.
@@ -54,19 +54,19 @@ exports.default = (0, util_1.createRule)({
54
54
  },
55
55
  'ts-check': {
56
56
  $ref: '#/items/0/$defs/directiveConfigSchema',
57
- description: 'Whether allow ts-check directives, and with which restrictions.',
57
+ description: 'Whether to allow ts-check directives, and with which restrictions.',
58
58
  },
59
59
  'ts-expect-error': {
60
60
  $ref: '#/items/0/$defs/directiveConfigSchema',
61
- description: 'Whether and when expect-error directives, and with which restrictions.',
61
+ description: 'Whether to allow ts-expect-error directives, and with which restrictions.',
62
62
  },
63
63
  'ts-ignore': {
64
64
  $ref: '#/items/0/$defs/directiveConfigSchema',
65
- description: 'Whether allow ts-ignore directives, and with which restrictions.',
65
+ description: 'Whether to allow ts-ignore directives, and with which restrictions.',
66
66
  },
67
67
  'ts-nocheck': {
68
68
  $ref: '#/items/0/$defs/directiveConfigSchema',
69
- description: 'Whether allow ts-nocheck directives, and with which restrictions.',
69
+ description: 'Whether to allow ts-nocheck directives, and with which restrictions.',
70
70
  },
71
71
  },
72
72
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/eslint-plugin",
3
- "version": "8.62.2-alpha.2",
3
+ "version": "8.62.2-alpha.4",
4
4
  "description": "TypeScript plugin for ESLint",
5
5
  "files": [
6
6
  "dist",
@@ -49,10 +49,10 @@
49
49
  "ignore": "^7.0.5",
50
50
  "natural-compare": "^1.4.0",
51
51
  "ts-api-utils": "^2.5.0",
52
- "@typescript-eslint/scope-manager": "8.62.2-alpha.2",
53
- "@typescript-eslint/type-utils": "8.62.2-alpha.2",
54
- "@typescript-eslint/visitor-keys": "8.62.2-alpha.2",
55
- "@typescript-eslint/utils": "8.62.2-alpha.2"
52
+ "@typescript-eslint/scope-manager": "8.62.2-alpha.4",
53
+ "@typescript-eslint/type-utils": "8.62.2-alpha.4",
54
+ "@typescript-eslint/utils": "8.62.2-alpha.4",
55
+ "@typescript-eslint/visitor-keys": "8.62.2-alpha.4"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/json-schema": "^7.0.15",
@@ -76,13 +76,13 @@
76
76
  "typescript": ">=4.8.4 <6.1.0",
77
77
  "unist-util-visit": "^5.0.0",
78
78
  "vitest": "^4.0.18",
79
- "@typescript-eslint/rule-schema-to-typescript-types": "8.62.2-alpha.2",
80
- "@typescript-eslint/rule-tester": "8.62.2-alpha.2"
79
+ "@typescript-eslint/rule-schema-to-typescript-types": "8.62.2-alpha.4",
80
+ "@typescript-eslint/rule-tester": "8.62.2-alpha.4"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
84
84
  "typescript": ">=4.8.4 <6.1.0",
85
- "@typescript-eslint/parser": "^8.62.2-alpha.2"
85
+ "@typescript-eslint/parser": "^8.62.2-alpha.4"
86
86
  },
87
87
  "funding": {
88
88
  "type": "opencollective",