@typescript-eslint/eslint-plugin 8.61.2-alpha.1 → 8.61.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.
- package/dist/index.d.ts +5 -5
- package/dist/raw-plugin.d.ts +5 -5
- package/dist/rules/index.d.ts +5 -5
- package/dist/rules/naming-convention.js +0 -1
- package/dist/rules/no-empty-function.d.ts +2 -2
- package/dist/rules/no-non-null-asserted-optional-chain.d.ts +1 -1
- package/dist/rules/no-redundant-type-constituents.d.ts +1 -1
- package/dist/rules/no-restricted-imports.d.ts +2 -2
- package/dist/rules/no-unsafe-assignment.d.ts +1 -1
- package/dist/rules/restrict-template-expressions.d.ts +3 -3
- package/package.json +8 -8
package/dist/index.d.ts
CHANGED
|
@@ -798,7 +798,7 @@ declare const _default: {
|
|
|
798
798
|
'no-dynamic-delete': import("@typescript-eslint/utils/ts-eslint").RuleModule<"dynamicDelete", [], import("../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
799
799
|
name: string;
|
|
800
800
|
};
|
|
801
|
-
'no-empty-function': import("@typescript-eslint/utils/ts-eslint").RuleModule<"
|
|
801
|
+
'no-empty-function': import("@typescript-eslint/utils/ts-eslint").RuleModule<"suggestComment" | "unexpected", [{
|
|
802
802
|
allow?: string[];
|
|
803
803
|
}], import("../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
804
804
|
name: string;
|
|
@@ -882,7 +882,7 @@ declare const _default: {
|
|
|
882
882
|
'no-non-null-asserted-nullish-coalescing': import("@typescript-eslint/utils/ts-eslint").RuleModule<"noNonNullAssertedNullishCoalescing" | "suggestRemovingNonNull", [], import("../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
883
883
|
name: string;
|
|
884
884
|
};
|
|
885
|
-
'no-non-null-asserted-optional-chain': import("@typescript-eslint/utils/ts-eslint").RuleModule<"
|
|
885
|
+
'no-non-null-asserted-optional-chain': import("@typescript-eslint/utils/ts-eslint").RuleModule<"noNonNullOptionalChain" | "suggestRemovingNonNull", [], import("../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
886
886
|
name: string;
|
|
887
887
|
};
|
|
888
888
|
'no-non-null-assertion': import("@typescript-eslint/utils/ts-eslint").RuleModule<import("./rules/no-non-null-assertion").MessageIds, [], import("../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
@@ -891,13 +891,13 @@ declare const _default: {
|
|
|
891
891
|
'no-redeclare': import("@typescript-eslint/utils/ts-eslint").RuleModule<import("./rules/no-redeclare").MessageIds, import("./rules/no-redeclare").Options, import("../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
892
892
|
name: string;
|
|
893
893
|
};
|
|
894
|
-
'no-redundant-type-constituents': import("@typescript-eslint/utils/ts-eslint").RuleModule<"
|
|
894
|
+
'no-redundant-type-constituents': import("@typescript-eslint/utils/ts-eslint").RuleModule<"errorTypeOverrides" | "literalOverridden" | "overridden" | "overrides" | "primitiveOverridden", [], import("../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
895
895
|
name: string;
|
|
896
896
|
};
|
|
897
897
|
'no-require-imports': import("@typescript-eslint/utils/ts-eslint").RuleModule<"noRequireImports", import("./rules/no-require-imports").Options, import("../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
898
898
|
name: string;
|
|
899
899
|
};
|
|
900
|
-
'no-restricted-imports': import("@typescript-eslint/utils/ts-eslint").RuleModule<"everything" | "everythingWithCustomMessage" | "importName" | "importNameWithCustomMessage" | "path" | "pathWithCustomMessage" | "
|
|
900
|
+
'no-restricted-imports': import("@typescript-eslint/utils/ts-eslint").RuleModule<"everything" | "everythingWithCustomMessage" | "importName" | "importNameWithCustomMessage" | "path" | "pathWithCustomMessage" | "patternWithCustomMessage" | "patterns", import("eslint/lib/rules/no-restricted-imports").ArrayOfStringOrObject | [import("eslint/lib/rules/no-restricted-imports").ObjectOfPathsAndPatterns], import("../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
901
901
|
name: string;
|
|
902
902
|
};
|
|
903
903
|
'no-restricted-types': import("@typescript-eslint/utils/ts-eslint").RuleModule<import("./rules/no-restricted-types").MessageIds, import("./rules/no-restricted-types").Options, import("../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
@@ -945,7 +945,7 @@ declare const _default: {
|
|
|
945
945
|
'no-unsafe-argument': import("@typescript-eslint/utils/ts-eslint").RuleModule<import("./rules/no-unsafe-argument").MessageIds, [], import("../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
946
946
|
name: string;
|
|
947
947
|
};
|
|
948
|
-
'no-unsafe-assignment': import("@typescript-eslint/utils/ts-eslint").RuleModule<"
|
|
948
|
+
'no-unsafe-assignment': import("@typescript-eslint/utils/ts-eslint").RuleModule<"anyAssignment" | "anyAssignmentThis" | "unsafeArrayPattern" | "unsafeArrayPatternFromTuple" | "unsafeArraySpread" | "unsafeAssignment" | "unsafeObjectPattern", [], import("../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
949
949
|
name: string;
|
|
950
950
|
};
|
|
951
951
|
'no-unsafe-call': import("@typescript-eslint/utils/ts-eslint").RuleModule<import("./rules/no-unsafe-call").MessageIds, [], import("../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
package/dist/raw-plugin.d.ts
CHANGED
|
@@ -821,7 +821,7 @@ declare const _default: {
|
|
|
821
821
|
'no-dynamic-delete': TSESLint.RuleModule<"dynamicDelete", [], import("../rules").ESLintPluginDocs, TSESLint.RuleListener> & {
|
|
822
822
|
name: string;
|
|
823
823
|
};
|
|
824
|
-
'no-empty-function': TSESLint.RuleModule<"
|
|
824
|
+
'no-empty-function': TSESLint.RuleModule<"suggestComment" | "unexpected", [{
|
|
825
825
|
allow?: string[];
|
|
826
826
|
}], import("../rules").ESLintPluginDocs, TSESLint.RuleListener> & {
|
|
827
827
|
name: string;
|
|
@@ -905,7 +905,7 @@ declare const _default: {
|
|
|
905
905
|
'no-non-null-asserted-nullish-coalescing': TSESLint.RuleModule<"noNonNullAssertedNullishCoalescing" | "suggestRemovingNonNull", [], import("../rules").ESLintPluginDocs, TSESLint.RuleListener> & {
|
|
906
906
|
name: string;
|
|
907
907
|
};
|
|
908
|
-
'no-non-null-asserted-optional-chain': TSESLint.RuleModule<"
|
|
908
|
+
'no-non-null-asserted-optional-chain': TSESLint.RuleModule<"noNonNullOptionalChain" | "suggestRemovingNonNull", [], import("../rules").ESLintPluginDocs, TSESLint.RuleListener> & {
|
|
909
909
|
name: string;
|
|
910
910
|
};
|
|
911
911
|
'no-non-null-assertion': TSESLint.RuleModule<import("./rules/no-non-null-assertion").MessageIds, [], import("../rules").ESLintPluginDocs, TSESLint.RuleListener> & {
|
|
@@ -914,13 +914,13 @@ declare const _default: {
|
|
|
914
914
|
'no-redeclare': TSESLint.RuleModule<import("./rules/no-redeclare").MessageIds, import("./rules/no-redeclare").Options, import("../rules").ESLintPluginDocs, TSESLint.RuleListener> & {
|
|
915
915
|
name: string;
|
|
916
916
|
};
|
|
917
|
-
'no-redundant-type-constituents': TSESLint.RuleModule<"
|
|
917
|
+
'no-redundant-type-constituents': TSESLint.RuleModule<"errorTypeOverrides" | "literalOverridden" | "overridden" | "overrides" | "primitiveOverridden", [], import("../rules").ESLintPluginDocs, TSESLint.RuleListener> & {
|
|
918
918
|
name: string;
|
|
919
919
|
};
|
|
920
920
|
'no-require-imports': TSESLint.RuleModule<"noRequireImports", import("./rules/no-require-imports").Options, import("../rules").ESLintPluginDocs, TSESLint.RuleListener> & {
|
|
921
921
|
name: string;
|
|
922
922
|
};
|
|
923
|
-
'no-restricted-imports': TSESLint.RuleModule<"everything" | "everythingWithCustomMessage" | "importName" | "importNameWithCustomMessage" | "path" | "pathWithCustomMessage" | "
|
|
923
|
+
'no-restricted-imports': TSESLint.RuleModule<"everything" | "everythingWithCustomMessage" | "importName" | "importNameWithCustomMessage" | "path" | "pathWithCustomMessage" | "patternWithCustomMessage" | "patterns", import("eslint/lib/rules/no-restricted-imports").ArrayOfStringOrObject | [import("eslint/lib/rules/no-restricted-imports").ObjectOfPathsAndPatterns], import("../rules").ESLintPluginDocs, TSESLint.RuleListener> & {
|
|
924
924
|
name: string;
|
|
925
925
|
};
|
|
926
926
|
'no-restricted-types': TSESLint.RuleModule<import("./rules/no-restricted-types").MessageIds, import("./rules/no-restricted-types").Options, import("../rules").ESLintPluginDocs, TSESLint.RuleListener> & {
|
|
@@ -968,7 +968,7 @@ declare const _default: {
|
|
|
968
968
|
'no-unsafe-argument': TSESLint.RuleModule<import("./rules/no-unsafe-argument").MessageIds, [], import("../rules").ESLintPluginDocs, TSESLint.RuleListener> & {
|
|
969
969
|
name: string;
|
|
970
970
|
};
|
|
971
|
-
'no-unsafe-assignment': TSESLint.RuleModule<"
|
|
971
|
+
'no-unsafe-assignment': TSESLint.RuleModule<"anyAssignment" | "anyAssignmentThis" | "unsafeArrayPattern" | "unsafeArrayPatternFromTuple" | "unsafeArraySpread" | "unsafeAssignment" | "unsafeObjectPattern", [], import("../rules").ESLintPluginDocs, TSESLint.RuleListener> & {
|
|
972
972
|
name: string;
|
|
973
973
|
};
|
|
974
974
|
'no-unsafe-call': TSESLint.RuleModule<import("./rules/no-unsafe-call").MessageIds, [], import("../rules").ESLintPluginDocs, TSESLint.RuleListener> & {
|
package/dist/rules/index.d.ts
CHANGED
|
@@ -119,7 +119,7 @@ declare const rules: {
|
|
|
119
119
|
'no-dynamic-delete': import("@typescript-eslint/utils/ts-eslint").RuleModule<"dynamicDelete", [], import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
120
120
|
name: string;
|
|
121
121
|
};
|
|
122
|
-
'no-empty-function': import("@typescript-eslint/utils/ts-eslint").RuleModule<"
|
|
122
|
+
'no-empty-function': import("@typescript-eslint/utils/ts-eslint").RuleModule<"suggestComment" | "unexpected", [{
|
|
123
123
|
allow?: string[];
|
|
124
124
|
}], import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
125
125
|
name: string;
|
|
@@ -203,7 +203,7 @@ declare const rules: {
|
|
|
203
203
|
'no-non-null-asserted-nullish-coalescing': import("@typescript-eslint/utils/ts-eslint").RuleModule<"noNonNullAssertedNullishCoalescing" | "suggestRemovingNonNull", [], import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
204
204
|
name: string;
|
|
205
205
|
};
|
|
206
|
-
'no-non-null-asserted-optional-chain': import("@typescript-eslint/utils/ts-eslint").RuleModule<"
|
|
206
|
+
'no-non-null-asserted-optional-chain': import("@typescript-eslint/utils/ts-eslint").RuleModule<"noNonNullOptionalChain" | "suggestRemovingNonNull", [], import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
207
207
|
name: string;
|
|
208
208
|
};
|
|
209
209
|
'no-non-null-assertion': import("@typescript-eslint/utils/ts-eslint").RuleModule<import("./no-non-null-assertion").MessageIds, [], import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
@@ -212,13 +212,13 @@ declare const rules: {
|
|
|
212
212
|
'no-redeclare': import("@typescript-eslint/utils/ts-eslint").RuleModule<import("./no-redeclare").MessageIds, import("./no-redeclare").Options, import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
213
213
|
name: string;
|
|
214
214
|
};
|
|
215
|
-
'no-redundant-type-constituents': import("@typescript-eslint/utils/ts-eslint").RuleModule<"
|
|
215
|
+
'no-redundant-type-constituents': import("@typescript-eslint/utils/ts-eslint").RuleModule<"errorTypeOverrides" | "literalOverridden" | "overridden" | "overrides" | "primitiveOverridden", [], import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
216
216
|
name: string;
|
|
217
217
|
};
|
|
218
218
|
'no-require-imports': import("@typescript-eslint/utils/ts-eslint").RuleModule<"noRequireImports", import("./no-require-imports").Options, import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
219
219
|
name: string;
|
|
220
220
|
};
|
|
221
|
-
'no-restricted-imports': import("@typescript-eslint/utils/ts-eslint").RuleModule<"everything" | "everythingWithCustomMessage" | "importName" | "importNameWithCustomMessage" | "path" | "pathWithCustomMessage" | "
|
|
221
|
+
'no-restricted-imports': import("@typescript-eslint/utils/ts-eslint").RuleModule<"everything" | "everythingWithCustomMessage" | "importName" | "importNameWithCustomMessage" | "path" | "pathWithCustomMessage" | "patternWithCustomMessage" | "patterns", import("eslint/lib/rules/no-restricted-imports").ArrayOfStringOrObject | [import("eslint/lib/rules/no-restricted-imports").ObjectOfPathsAndPatterns], import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
222
222
|
name: string;
|
|
223
223
|
};
|
|
224
224
|
'no-restricted-types': import("@typescript-eslint/utils/ts-eslint").RuleModule<import("./no-restricted-types").MessageIds, import("./no-restricted-types").Options, import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
@@ -266,7 +266,7 @@ declare const rules: {
|
|
|
266
266
|
'no-unsafe-argument': import("@typescript-eslint/utils/ts-eslint").RuleModule<import("./no-unsafe-argument").MessageIds, [], import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
267
267
|
name: string;
|
|
268
268
|
};
|
|
269
|
-
'no-unsafe-assignment': import("@typescript-eslint/utils/ts-eslint").RuleModule<"
|
|
269
|
+
'no-unsafe-assignment': import("@typescript-eslint/utils/ts-eslint").RuleModule<"anyAssignment" | "anyAssignmentThis" | "unsafeArrayPattern" | "unsafeArrayPatternFromTuple" | "unsafeArraySpread" | "unsafeAssignment" | "unsafeObjectPattern", [], import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
270
270
|
name: string;
|
|
271
271
|
};
|
|
272
272
|
'no-unsafe-call': import("@typescript-eslint/utils/ts-eslint").RuleModule<import("./no-unsafe-call").MessageIds, [], import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { TSESTree } from '@typescript-eslint/utils';
|
|
2
2
|
import type { InferMessageIdsTypeFromRule, InferOptionsTypeFromRule } from '../util';
|
|
3
|
-
declare const baseRule: import("@typescript-eslint/utils/ts-eslint").RuleModule<"
|
|
3
|
+
declare const baseRule: import("@typescript-eslint/utils/ts-eslint").RuleModule<"suggestComment" | "unexpected", [{
|
|
4
4
|
allow?: string[];
|
|
5
5
|
}], unknown, {
|
|
6
6
|
FunctionDeclaration(node: TSESTree.FunctionDeclaration): void;
|
|
@@ -8,7 +8,7 @@ declare const baseRule: import("@typescript-eslint/utils/ts-eslint").RuleModule<
|
|
|
8
8
|
}>;
|
|
9
9
|
export type Options = InferOptionsTypeFromRule<typeof baseRule>;
|
|
10
10
|
export type MessageIds = InferMessageIdsTypeFromRule<typeof baseRule>;
|
|
11
|
-
declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"
|
|
11
|
+
declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"suggestComment" | "unexpected", [{
|
|
12
12
|
allow?: string[];
|
|
13
13
|
}], import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
14
14
|
name: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { TSESLint } from '@typescript-eslint/utils';
|
|
2
|
-
declare const _default: TSESLint.RuleModule<"
|
|
2
|
+
declare const _default: TSESLint.RuleModule<"noNonNullOptionalChain" | "suggestRemovingNonNull", [], import("../../rules").ESLintPluginDocs, TSESLint.RuleListener> & {
|
|
3
3
|
name: string;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"
|
|
1
|
+
declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"errorTypeOverrides" | "literalOverridden" | "overridden" | "overrides" | "primitiveOverridden", [], import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
2
2
|
name: string;
|
|
3
3
|
};
|
|
4
4
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { ArrayOfStringOrObject, RuleListener } from 'eslint/lib/rules/no-restricted-imports';
|
|
2
2
|
import type { InferMessageIdsTypeFromRule, InferOptionsTypeFromRule } from '../util';
|
|
3
|
-
declare const baseRule: import("@typescript-eslint/utils/ts-eslint").RuleModule<"everything" | "everythingWithCustomMessage" | "importName" | "importNameWithCustomMessage" | "path" | "pathWithCustomMessage" | "
|
|
3
|
+
declare const baseRule: import("@typescript-eslint/utils/ts-eslint").RuleModule<"everything" | "everythingWithCustomMessage" | "importName" | "importNameWithCustomMessage" | "path" | "pathWithCustomMessage" | "patternWithCustomMessage" | "patterns", ArrayOfStringOrObject | [import("eslint/lib/rules/no-restricted-imports").ObjectOfPathsAndPatterns], unknown, RuleListener>;
|
|
4
4
|
export type Options = InferOptionsTypeFromRule<typeof baseRule>;
|
|
5
5
|
export type MessageIds = InferMessageIdsTypeFromRule<typeof baseRule>;
|
|
6
|
-
declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"everything" | "everythingWithCustomMessage" | "importName" | "importNameWithCustomMessage" | "path" | "pathWithCustomMessage" | "
|
|
6
|
+
declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"everything" | "everythingWithCustomMessage" | "importName" | "importNameWithCustomMessage" | "path" | "pathWithCustomMessage" | "patternWithCustomMessage" | "patterns", ArrayOfStringOrObject | [import("eslint/lib/rules/no-restricted-imports").ObjectOfPathsAndPatterns], import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
7
7
|
name: string;
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"
|
|
1
|
+
declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<"anyAssignment" | "anyAssignmentThis" | "unsafeArrayPattern" | "unsafeArrayPatternFromTuple" | "unsafeArraySpread" | "unsafeAssignment" | "unsafeObjectPattern", [], import("../../rules").ESLintPluginDocs, import("@typescript-eslint/utils/ts-eslint").RuleListener> & {
|
|
2
2
|
name: string;
|
|
3
3
|
};
|
|
4
4
|
export default _default;
|
|
@@ -3,9 +3,9 @@ import type { TypeOrValueSpecifier } from '../util';
|
|
|
3
3
|
import { isTypeAnyType, isTypeNeverType } from '../util';
|
|
4
4
|
type OptionTester = (type: Type, checker: TypeChecker, recursivelyCheckType: (type: Type) => boolean) => boolean;
|
|
5
5
|
declare const optionTesters: {
|
|
6
|
-
type: "
|
|
7
|
-
option: "allowAny" | "
|
|
8
|
-
tester:
|
|
6
|
+
type: "Any" | "Array" | "Boolean" | "Never" | "Nullish" | "Number" | "RegExp";
|
|
7
|
+
option: "allowAny" | "allowArray" | "allowBoolean" | "allowNever" | "allowNullish" | "allowNumber" | "allowRegExp";
|
|
8
|
+
tester: OptionTester | typeof isTypeNeverType | typeof isTypeAnyType | ((type: Type, checker: TypeChecker, recursivelyCheckType: (type: Type) => boolean) => boolean) | ((type: Type, checker: TypeChecker) => boolean);
|
|
9
9
|
}[];
|
|
10
10
|
export type Options = [
|
|
11
11
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/eslint-plugin",
|
|
3
|
-
"version": "8.61.2-alpha.
|
|
3
|
+
"version": "8.61.2-alpha.2",
|
|
4
4
|
"description": "TypeScript plugin for ESLint",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"ignore": "^7.0.5",
|
|
53
53
|
"natural-compare": "^1.4.0",
|
|
54
54
|
"ts-api-utils": "^2.5.0",
|
|
55
|
-
"@typescript-eslint/scope-manager": "8.61.2-alpha.
|
|
56
|
-
"@typescript-eslint/
|
|
57
|
-
"@typescript-eslint/utils": "8.61.2-alpha.
|
|
58
|
-
"@typescript-eslint/visitor-keys": "8.61.2-alpha.
|
|
55
|
+
"@typescript-eslint/scope-manager": "8.61.2-alpha.2",
|
|
56
|
+
"@typescript-eslint/utils": "8.61.2-alpha.2",
|
|
57
|
+
"@typescript-eslint/type-utils": "8.61.2-alpha.2",
|
|
58
|
+
"@typescript-eslint/visitor-keys": "8.61.2-alpha.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@types/json-schema": "^7.0.15",
|
|
@@ -79,13 +79,13 @@
|
|
|
79
79
|
"typescript": ">=4.8.4 <6.1.0",
|
|
80
80
|
"unist-util-visit": "^5.0.0",
|
|
81
81
|
"vitest": "^4.0.18",
|
|
82
|
-
"@typescript-eslint/rule-schema-to-typescript-types": "8.61.2-alpha.
|
|
83
|
-
"@typescript-eslint/rule-tester": "8.61.2-alpha.
|
|
82
|
+
"@typescript-eslint/rule-schema-to-typescript-types": "8.61.2-alpha.2",
|
|
83
|
+
"@typescript-eslint/rule-tester": "8.61.2-alpha.2"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
87
87
|
"typescript": ">=4.8.4 <6.1.0",
|
|
88
|
-
"@typescript-eslint/parser": "^8.61.2-alpha.
|
|
88
|
+
"@typescript-eslint/parser": "^8.61.2-alpha.2"
|
|
89
89
|
},
|
|
90
90
|
"funding": {
|
|
91
91
|
"type": "opencollective",
|