eslint-plugin-better-tailwindcss 4.3.2 → 4.4.0

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.
Files changed (178) hide show
  1. package/README.md +35 -0
  2. package/lib/api/defaults.d.ts +15 -0
  3. package/lib/api/defaults.d.ts.map +1 -1
  4. package/lib/api/types.d.ts +7 -2
  5. package/lib/api/types.d.ts.map +1 -1
  6. package/lib/api/types.js +4 -1
  7. package/lib/api/types.js.map +1 -1
  8. package/lib/async-utils/escape.d.ts.map +1 -1
  9. package/lib/async-utils/escape.js +2 -1
  10. package/lib/async-utils/escape.js.map +1 -1
  11. package/lib/async-utils/fs.d.ts +1 -1
  12. package/lib/async-utils/fs.d.ts.map +1 -1
  13. package/lib/async-utils/fs.js +2 -6
  14. package/lib/async-utils/fs.js.map +1 -1
  15. package/lib/async-utils/operations.d.ts +2 -0
  16. package/lib/async-utils/operations.d.ts.map +1 -1
  17. package/lib/async-utils/regex.d.ts +3 -0
  18. package/lib/async-utils/regex.d.ts.map +1 -0
  19. package/lib/async-utils/regex.js +32 -0
  20. package/lib/async-utils/regex.js.map +1 -0
  21. package/lib/async-utils/worker.d.ts.map +1 -1
  22. package/lib/async-utils/worker.js +3 -2
  23. package/lib/async-utils/worker.js.map +1 -1
  24. package/lib/configs/config.d.ts +2921 -33
  25. package/lib/configs/config.d.ts.map +1 -1
  26. package/lib/configs/config.js +4 -0
  27. package/lib/configs/config.js.map +1 -1
  28. package/lib/options/callees/cc.js +2 -2
  29. package/lib/options/callees/cc.js.map +1 -1
  30. package/lib/options/callees/clb.js +3 -3
  31. package/lib/options/callees/clb.js.map +1 -1
  32. package/lib/options/callees/clsx.js +2 -2
  33. package/lib/options/callees/clsx.js.map +1 -1
  34. package/lib/options/callees/cn.js +2 -2
  35. package/lib/options/callees/cn.js.map +1 -1
  36. package/lib/options/callees/cnb.js +2 -2
  37. package/lib/options/callees/cnb.js.map +1 -1
  38. package/lib/options/callees/ctl.js +1 -1
  39. package/lib/options/callees/ctl.js.map +1 -1
  40. package/lib/options/callees/cva.js +3 -3
  41. package/lib/options/callees/cva.js.map +1 -1
  42. package/lib/options/callees/cx.js +2 -2
  43. package/lib/options/callees/cx.js.map +1 -1
  44. package/lib/options/callees/dcnb.js +2 -2
  45. package/lib/options/callees/dcnb.js.map +1 -1
  46. package/lib/options/callees/objstr.js +2 -2
  47. package/lib/options/callees/objstr.js.map +1 -1
  48. package/lib/options/callees/tv.js +6 -6
  49. package/lib/options/callees/tv.js.map +1 -1
  50. package/lib/options/callees/twJoin.js +1 -1
  51. package/lib/options/callees/twJoin.js.map +1 -1
  52. package/lib/options/callees/twMerge.js +1 -1
  53. package/lib/options/callees/twMerge.js.map +1 -1
  54. package/lib/options/default-options.d.ts +31 -1
  55. package/lib/options/default-options.d.ts.map +1 -1
  56. package/lib/options/default-options.js +9 -3
  57. package/lib/options/default-options.js.map +1 -1
  58. package/lib/options/descriptions.d.ts +308 -2
  59. package/lib/options/descriptions.d.ts.map +1 -1
  60. package/lib/options/descriptions.js +3 -2
  61. package/lib/options/descriptions.js.map +1 -1
  62. package/lib/options/migrate.js +29 -12
  63. package/lib/options/migrate.js.map +1 -1
  64. package/lib/options/schemas/common.d.ts +4 -0
  65. package/lib/options/schemas/common.d.ts.map +1 -1
  66. package/lib/options/schemas/common.js +3 -0
  67. package/lib/options/schemas/common.js.map +1 -1
  68. package/lib/options/schemas/selectors.d.ts +806 -5
  69. package/lib/options/schemas/selectors.d.ts.map +1 -1
  70. package/lib/options/schemas/selectors.js +42 -11
  71. package/lib/options/schemas/selectors.js.map +1 -1
  72. package/lib/options/tags/twc.d.ts +36 -0
  73. package/lib/options/tags/twc.d.ts.map +1 -0
  74. package/lib/options/tags/twc.js +26 -0
  75. package/lib/options/tags/twc.js.map +1 -0
  76. package/lib/options/tags/twx.d.ts +36 -0
  77. package/lib/options/tags/twx.d.ts.map +1 -0
  78. package/lib/options/tags/twx.js +26 -0
  79. package/lib/options/tags/twx.js.map +1 -0
  80. package/lib/parsers/angular.d.ts.map +1 -1
  81. package/lib/parsers/angular.js +22 -12
  82. package/lib/parsers/angular.js.map +1 -1
  83. package/lib/parsers/es.d.ts +11 -2
  84. package/lib/parsers/es.d.ts.map +1 -1
  85. package/lib/parsers/es.js +250 -55
  86. package/lib/parsers/es.js.map +1 -1
  87. package/lib/parsers/svelte.d.ts.map +1 -1
  88. package/lib/parsers/svelte.js +7 -64
  89. package/lib/parsers/svelte.js.map +1 -1
  90. package/lib/parsers/vue.d.ts.map +1 -1
  91. package/lib/parsers/vue.js +6 -65
  92. package/lib/parsers/vue.js.map +1 -1
  93. package/lib/rules/enforce-canonical-classes.d.ts +172 -2
  94. package/lib/rules/enforce-canonical-classes.d.ts.map +1 -1
  95. package/lib/rules/enforce-consistent-class-order.d.ts +172 -2
  96. package/lib/rules/enforce-consistent-class-order.d.ts.map +1 -1
  97. package/lib/rules/enforce-consistent-class-order.js +14 -2
  98. package/lib/rules/enforce-consistent-class-order.js.map +1 -1
  99. package/lib/rules/enforce-consistent-important-position.d.ts +172 -2
  100. package/lib/rules/enforce-consistent-important-position.d.ts.map +1 -1
  101. package/lib/rules/enforce-consistent-important-position.js +2 -1
  102. package/lib/rules/enforce-consistent-important-position.js.map +1 -1
  103. package/lib/rules/enforce-consistent-line-wrapping.d.ts +172 -2
  104. package/lib/rules/enforce-consistent-line-wrapping.d.ts.map +1 -1
  105. package/lib/rules/enforce-consistent-line-wrapping.js +30 -0
  106. package/lib/rules/enforce-consistent-line-wrapping.js.map +1 -1
  107. package/lib/rules/enforce-consistent-variable-syntax.d.ts +172 -2
  108. package/lib/rules/enforce-consistent-variable-syntax.d.ts.map +1 -1
  109. package/lib/rules/enforce-consistent-variable-syntax.js +3 -2
  110. package/lib/rules/enforce-consistent-variable-syntax.js.map +1 -1
  111. package/lib/rules/enforce-consistent-variant-order.d.ts +426 -0
  112. package/lib/rules/enforce-consistent-variant-order.d.ts.map +1 -0
  113. package/lib/rules/enforce-consistent-variant-order.js +75 -0
  114. package/lib/rules/enforce-consistent-variant-order.js.map +1 -0
  115. package/lib/rules/enforce-logical-properties.d.ts +426 -0
  116. package/lib/rules/enforce-logical-properties.d.ts.map +1 -0
  117. package/lib/rules/enforce-logical-properties.js +118 -0
  118. package/lib/rules/enforce-logical-properties.js.map +1 -0
  119. package/lib/rules/enforce-shorthand-classes.d.ts +172 -2
  120. package/lib/rules/enforce-shorthand-classes.d.ts.map +1 -1
  121. package/lib/rules/no-conflicting-classes.d.ts +172 -2
  122. package/lib/rules/no-conflicting-classes.d.ts.map +1 -1
  123. package/lib/rules/no-deprecated-classes.d.ts +173 -3
  124. package/lib/rules/no-deprecated-classes.d.ts.map +1 -1
  125. package/lib/rules/no-duplicate-classes.d.ts +172 -2
  126. package/lib/rules/no-duplicate-classes.d.ts.map +1 -1
  127. package/lib/rules/no-restricted-classes.d.ts +172 -2
  128. package/lib/rules/no-restricted-classes.d.ts.map +1 -1
  129. package/lib/rules/no-unknown-classes.d.ts +172 -2
  130. package/lib/rules/no-unknown-classes.d.ts.map +1 -1
  131. package/lib/rules/no-unknown-classes.js +8 -7
  132. package/lib/rules/no-unknown-classes.js.map +1 -1
  133. package/lib/rules/no-unnecessary-whitespace.d.ts +172 -2
  134. package/lib/rules/no-unnecessary-whitespace.d.ts.map +1 -1
  135. package/lib/tailwindcss/dissect-classes.async.v3.d.ts.map +1 -1
  136. package/lib/tailwindcss/dissect-classes.async.v3.js +4 -3
  137. package/lib/tailwindcss/dissect-classes.async.v3.js.map +1 -1
  138. package/lib/tailwindcss/dissect-classes.async.v4.d.ts.map +1 -1
  139. package/lib/tailwindcss/dissect-classes.async.v4.js +6 -5
  140. package/lib/tailwindcss/dissect-classes.async.v4.js.map +1 -1
  141. package/lib/tailwindcss/tailwind.async.worker.v3.js +5 -0
  142. package/lib/tailwindcss/tailwind.async.worker.v3.js.map +1 -1
  143. package/lib/tailwindcss/tailwind.async.worker.v4.js +6 -0
  144. package/lib/tailwindcss/tailwind.async.worker.v4.js.map +1 -1
  145. package/lib/tailwindcss/variant-order.async.v3.d.ts +3 -0
  146. package/lib/tailwindcss/variant-order.async.v3.d.ts.map +1 -0
  147. package/lib/tailwindcss/variant-order.async.v3.js +4 -0
  148. package/lib/tailwindcss/variant-order.async.v3.js.map +1 -0
  149. package/lib/tailwindcss/variant-order.async.v4.d.ts +3 -0
  150. package/lib/tailwindcss/variant-order.async.v4.d.ts.map +1 -0
  151. package/lib/tailwindcss/variant-order.async.v4.js +18 -0
  152. package/lib/tailwindcss/variant-order.async.v4.js.map +1 -0
  153. package/lib/tailwindcss/variant-order.d.ts +11 -0
  154. package/lib/tailwindcss/variant-order.d.ts.map +1 -0
  155. package/lib/tailwindcss/variant-order.js +15 -0
  156. package/lib/tailwindcss/variant-order.js.map +1 -0
  157. package/lib/types/rule.d.ts +27 -5
  158. package/lib/types/rule.d.ts.map +1 -1
  159. package/lib/types/rule.js +7 -0
  160. package/lib/types/rule.js.map +1 -1
  161. package/lib/utils/context.js +5 -5
  162. package/lib/utils/context.js.map +1 -1
  163. package/lib/utils/matchers.d.ts +1 -3
  164. package/lib/utils/matchers.d.ts.map +1 -1
  165. package/lib/utils/matchers.js +56 -37
  166. package/lib/utils/matchers.js.map +1 -1
  167. package/lib/utils/project.d.ts +4 -0
  168. package/lib/utils/project.d.ts.map +1 -0
  169. package/lib/utils/project.js +22 -0
  170. package/lib/utils/project.js.map +1 -0
  171. package/lib/utils/rule.d.ts +1 -1
  172. package/lib/utils/rule.d.ts.map +1 -1
  173. package/lib/utils/rule.js +49 -11
  174. package/lib/utils/rule.js.map +1 -1
  175. package/lib/utils/utils.d.ts.map +1 -1
  176. package/lib/utils/utils.js +6 -5
  177. package/lib/utils/utils.js.map +1 -1
  178. package/package.json +20 -19
@@ -10,6 +10,25 @@ export declare const SELECTOR_SCHEMA: import("valibot").UnionSchema<[import("val
10
10
  }, undefined>, import("valibot").StrictObjectSchema<{
11
11
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
12
12
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
13
+ }, undefined>, import("valibot").StrictObjectSchema<{
14
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
15
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
16
+ }, undefined>, import("valibot").StrictObjectSchema<{
17
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
18
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
19
+ }, undefined>, import("valibot").StrictObjectSchema<{
20
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
21
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
22
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
23
+ type: MatcherType.String;
24
+ } | {
25
+ path?: string | undefined;
26
+ type: MatcherType.ObjectKey;
27
+ } | {
28
+ path?: string | undefined;
29
+ type: MatcherType.ObjectValue;
30
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
31
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
13
32
  }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
14
33
  type: MatcherType.String;
15
34
  } | {
@@ -18,6 +37,17 @@ export declare const SELECTOR_SCHEMA: import("valibot").UnionSchema<[import("val
18
37
  } | {
19
38
  path?: string | undefined;
20
39
  type: MatcherType.ObjectValue;
40
+ } | {
41
+ match: ({
42
+ type: MatcherType.String;
43
+ } | {
44
+ path?: string | undefined;
45
+ type: MatcherType.ObjectKey;
46
+ } | {
47
+ path?: string | undefined;
48
+ type: MatcherType.ObjectValue;
49
+ })[];
50
+ type: MatcherType.AnonymousFunctionReturn;
21
51
  })[] | undefined, "Optional list of matchers that will be applied.">]>;
22
52
  readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>;
23
53
  }, undefined>, import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
@@ -31,6 +61,25 @@ export declare const SELECTOR_SCHEMA: import("valibot").UnionSchema<[import("val
31
61
  }, undefined>, import("valibot").StrictObjectSchema<{
32
62
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
33
63
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
64
+ }, undefined>, import("valibot").StrictObjectSchema<{
65
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
66
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
67
+ }, undefined>, import("valibot").StrictObjectSchema<{
68
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
69
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
70
+ }, undefined>, import("valibot").StrictObjectSchema<{
71
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
72
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
73
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
74
+ type: MatcherType.String;
75
+ } | {
76
+ path?: string | undefined;
77
+ type: MatcherType.ObjectKey;
78
+ } | {
79
+ path?: string | undefined;
80
+ type: MatcherType.ObjectValue;
81
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
82
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
34
83
  }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
35
84
  type: MatcherType.String;
36
85
  } | {
@@ -39,9 +88,22 @@ export declare const SELECTOR_SCHEMA: import("valibot").UnionSchema<[import("val
39
88
  } | {
40
89
  path?: string | undefined;
41
90
  type: MatcherType.ObjectValue;
91
+ } | {
92
+ match: ({
93
+ type: MatcherType.String;
94
+ } | {
95
+ path?: string | undefined;
96
+ type: MatcherType.ObjectKey;
97
+ } | {
98
+ path?: string | undefined;
99
+ type: MatcherType.ObjectValue;
100
+ })[];
101
+ type: MatcherType.AnonymousFunctionReturn;
42
102
  })[] | undefined, "Optional list of matchers that will be applied.">]>;
43
103
  readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>;
44
104
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for callee paths that should be linted.">]>, undefined>;
105
+ readonly targetArgument: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional argument target for call arguments: index, first, last, or all.">]>;
106
+ readonly targetCall: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional call target for curried callees: index, first, last, or all.">]>;
45
107
  }, undefined>, import("valibot").StrictObjectSchema<{
46
108
  readonly callTarget: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional call target for curried callees: index, first, last, or all.">]>;
47
109
  readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<SelectorKind.Callee, undefined>, import("valibot").DescriptionAction<SelectorKind.Callee, "Selector kind that determines where matching is applied.">]>;
@@ -53,6 +115,25 @@ export declare const SELECTOR_SCHEMA: import("valibot").UnionSchema<[import("val
53
115
  }, undefined>, import("valibot").StrictObjectSchema<{
54
116
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
55
117
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
118
+ }, undefined>, import("valibot").StrictObjectSchema<{
119
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
120
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
121
+ }, undefined>, import("valibot").StrictObjectSchema<{
122
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
123
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
124
+ }, undefined>, import("valibot").StrictObjectSchema<{
125
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
126
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
127
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
128
+ type: MatcherType.String;
129
+ } | {
130
+ path?: string | undefined;
131
+ type: MatcherType.ObjectKey;
132
+ } | {
133
+ path?: string | undefined;
134
+ type: MatcherType.ObjectValue;
135
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
136
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
56
137
  }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
57
138
  type: MatcherType.String;
58
139
  } | {
@@ -61,10 +142,23 @@ export declare const SELECTOR_SCHEMA: import("valibot").UnionSchema<[import("val
61
142
  } | {
62
143
  path?: string | undefined;
63
144
  type: MatcherType.ObjectValue;
145
+ } | {
146
+ match: ({
147
+ type: MatcherType.String;
148
+ } | {
149
+ path?: string | undefined;
150
+ type: MatcherType.ObjectKey;
151
+ } | {
152
+ path?: string | undefined;
153
+ type: MatcherType.ObjectValue;
154
+ })[];
155
+ type: MatcherType.AnonymousFunctionReturn;
64
156
  })[] | undefined, "Optional list of matchers that will be applied.">]>;
65
157
  readonly name: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>, undefined>;
66
158
  readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for callee paths that should be linted.">]>;
67
- }, undefined>], undefined>, import("valibot").StrictObjectSchema<{
159
+ readonly targetArgument: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional argument target for call arguments: index, first, last, or all.">]>;
160
+ readonly targetCall: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional call target for curried callees: index, first, last, or all.">]>;
161
+ }, undefined>], undefined>, import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
68
162
  readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<SelectorKind.Tag, undefined>, import("valibot").DescriptionAction<SelectorKind.Tag, "Selector kind that determines where matching is applied.">]>;
69
163
  readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
70
164
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
@@ -74,6 +168,25 @@ export declare const SELECTOR_SCHEMA: import("valibot").UnionSchema<[import("val
74
168
  }, undefined>, import("valibot").StrictObjectSchema<{
75
169
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
76
170
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
171
+ }, undefined>, import("valibot").StrictObjectSchema<{
172
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
173
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
174
+ }, undefined>, import("valibot").StrictObjectSchema<{
175
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
176
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
177
+ }, undefined>, import("valibot").StrictObjectSchema<{
178
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
179
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
180
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
181
+ type: MatcherType.String;
182
+ } | {
183
+ path?: string | undefined;
184
+ type: MatcherType.ObjectKey;
185
+ } | {
186
+ path?: string | undefined;
187
+ type: MatcherType.ObjectValue;
188
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
189
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
77
190
  }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
78
191
  type: MatcherType.String;
79
192
  } | {
@@ -82,9 +195,72 @@ export declare const SELECTOR_SCHEMA: import("valibot").UnionSchema<[import("val
82
195
  } | {
83
196
  path?: string | undefined;
84
197
  type: MatcherType.ObjectValue;
198
+ } | {
199
+ match: ({
200
+ type: MatcherType.String;
201
+ } | {
202
+ path?: string | undefined;
203
+ type: MatcherType.ObjectKey;
204
+ } | {
205
+ path?: string | undefined;
206
+ type: MatcherType.ObjectValue;
207
+ })[];
208
+ type: MatcherType.AnonymousFunctionReturn;
85
209
  })[] | undefined, "Optional list of matchers that will be applied.">]>;
86
210
  readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>;
211
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for tag paths that should be linted.">]>, undefined>;
87
212
  }, undefined>, import("valibot").StrictObjectSchema<{
213
+ readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<SelectorKind.Tag, undefined>, import("valibot").DescriptionAction<SelectorKind.Tag, "Selector kind that determines where matching is applied.">]>;
214
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
215
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
216
+ }, undefined>, import("valibot").StrictObjectSchema<{
217
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
218
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
219
+ }, undefined>, import("valibot").StrictObjectSchema<{
220
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
221
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
222
+ }, undefined>, import("valibot").StrictObjectSchema<{
223
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
224
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
225
+ }, undefined>, import("valibot").StrictObjectSchema<{
226
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
227
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
228
+ }, undefined>, import("valibot").StrictObjectSchema<{
229
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
230
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
231
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
232
+ type: MatcherType.String;
233
+ } | {
234
+ path?: string | undefined;
235
+ type: MatcherType.ObjectKey;
236
+ } | {
237
+ path?: string | undefined;
238
+ type: MatcherType.ObjectValue;
239
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
240
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
241
+ }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
242
+ type: MatcherType.String;
243
+ } | {
244
+ path?: string | undefined;
245
+ type: MatcherType.ObjectKey;
246
+ } | {
247
+ path?: string | undefined;
248
+ type: MatcherType.ObjectValue;
249
+ } | {
250
+ match: ({
251
+ type: MatcherType.String;
252
+ } | {
253
+ path?: string | undefined;
254
+ type: MatcherType.ObjectKey;
255
+ } | {
256
+ path?: string | undefined;
257
+ type: MatcherType.ObjectValue;
258
+ })[];
259
+ type: MatcherType.AnonymousFunctionReturn;
260
+ })[] | undefined, "Optional list of matchers that will be applied.">]>;
261
+ readonly name: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>, undefined>;
262
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for tag paths that should be linted.">]>;
263
+ }, undefined>], undefined>, import("valibot").StrictObjectSchema<{
88
264
  readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<SelectorKind.Variable, undefined>, import("valibot").DescriptionAction<SelectorKind.Variable, "Selector kind that determines where matching is applied.">]>;
89
265
  readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
90
266
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
@@ -94,6 +270,25 @@ export declare const SELECTOR_SCHEMA: import("valibot").UnionSchema<[import("val
94
270
  }, undefined>, import("valibot").StrictObjectSchema<{
95
271
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
96
272
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
273
+ }, undefined>, import("valibot").StrictObjectSchema<{
274
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
275
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
276
+ }, undefined>, import("valibot").StrictObjectSchema<{
277
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
278
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
279
+ }, undefined>, import("valibot").StrictObjectSchema<{
280
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
281
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
282
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
283
+ type: MatcherType.String;
284
+ } | {
285
+ path?: string | undefined;
286
+ type: MatcherType.ObjectKey;
287
+ } | {
288
+ path?: string | undefined;
289
+ type: MatcherType.ObjectValue;
290
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
291
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
97
292
  }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
98
293
  type: MatcherType.String;
99
294
  } | {
@@ -102,6 +297,17 @@ export declare const SELECTOR_SCHEMA: import("valibot").UnionSchema<[import("val
102
297
  } | {
103
298
  path?: string | undefined;
104
299
  type: MatcherType.ObjectValue;
300
+ } | {
301
+ match: ({
302
+ type: MatcherType.String;
303
+ } | {
304
+ path?: string | undefined;
305
+ type: MatcherType.ObjectKey;
306
+ } | {
307
+ path?: string | undefined;
308
+ type: MatcherType.ObjectValue;
309
+ })[];
310
+ type: MatcherType.AnonymousFunctionReturn;
105
311
  })[] | undefined, "Optional list of matchers that will be applied.">]>;
106
312
  readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>;
107
313
  }, undefined>], undefined>;
@@ -116,6 +322,25 @@ export declare const SELECTORS_SCHEMA: import("valibot").SchemaWithPipe<readonly
116
322
  }, undefined>, import("valibot").StrictObjectSchema<{
117
323
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
118
324
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
325
+ }, undefined>, import("valibot").StrictObjectSchema<{
326
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
327
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
328
+ }, undefined>, import("valibot").StrictObjectSchema<{
329
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
330
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
331
+ }, undefined>, import("valibot").StrictObjectSchema<{
332
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
333
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
334
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
335
+ type: MatcherType.String;
336
+ } | {
337
+ path?: string | undefined;
338
+ type: MatcherType.ObjectKey;
339
+ } | {
340
+ path?: string | undefined;
341
+ type: MatcherType.ObjectValue;
342
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
343
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
119
344
  }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
120
345
  type: MatcherType.String;
121
346
  } | {
@@ -124,6 +349,17 @@ export declare const SELECTORS_SCHEMA: import("valibot").SchemaWithPipe<readonly
124
349
  } | {
125
350
  path?: string | undefined;
126
351
  type: MatcherType.ObjectValue;
352
+ } | {
353
+ match: ({
354
+ type: MatcherType.String;
355
+ } | {
356
+ path?: string | undefined;
357
+ type: MatcherType.ObjectKey;
358
+ } | {
359
+ path?: string | undefined;
360
+ type: MatcherType.ObjectValue;
361
+ })[];
362
+ type: MatcherType.AnonymousFunctionReturn;
127
363
  })[] | undefined, "Optional list of matchers that will be applied.">]>;
128
364
  readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>;
129
365
  }, undefined>, import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
@@ -137,6 +373,25 @@ export declare const SELECTORS_SCHEMA: import("valibot").SchemaWithPipe<readonly
137
373
  }, undefined>, import("valibot").StrictObjectSchema<{
138
374
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
139
375
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
376
+ }, undefined>, import("valibot").StrictObjectSchema<{
377
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
378
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
379
+ }, undefined>, import("valibot").StrictObjectSchema<{
380
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
381
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
382
+ }, undefined>, import("valibot").StrictObjectSchema<{
383
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
384
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
385
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
386
+ type: MatcherType.String;
387
+ } | {
388
+ path?: string | undefined;
389
+ type: MatcherType.ObjectKey;
390
+ } | {
391
+ path?: string | undefined;
392
+ type: MatcherType.ObjectValue;
393
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
394
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
140
395
  }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
141
396
  type: MatcherType.String;
142
397
  } | {
@@ -145,9 +400,22 @@ export declare const SELECTORS_SCHEMA: import("valibot").SchemaWithPipe<readonly
145
400
  } | {
146
401
  path?: string | undefined;
147
402
  type: MatcherType.ObjectValue;
403
+ } | {
404
+ match: ({
405
+ type: MatcherType.String;
406
+ } | {
407
+ path?: string | undefined;
408
+ type: MatcherType.ObjectKey;
409
+ } | {
410
+ path?: string | undefined;
411
+ type: MatcherType.ObjectValue;
412
+ })[];
413
+ type: MatcherType.AnonymousFunctionReturn;
148
414
  })[] | undefined, "Optional list of matchers that will be applied.">]>;
149
415
  readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>;
150
416
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for callee paths that should be linted.">]>, undefined>;
417
+ readonly targetArgument: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional argument target for call arguments: index, first, last, or all.">]>;
418
+ readonly targetCall: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional call target for curried callees: index, first, last, or all.">]>;
151
419
  }, undefined>, import("valibot").StrictObjectSchema<{
152
420
  readonly callTarget: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional call target for curried callees: index, first, last, or all.">]>;
153
421
  readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<SelectorKind.Callee, undefined>, import("valibot").DescriptionAction<SelectorKind.Callee, "Selector kind that determines where matching is applied.">]>;
@@ -159,6 +427,25 @@ export declare const SELECTORS_SCHEMA: import("valibot").SchemaWithPipe<readonly
159
427
  }, undefined>, import("valibot").StrictObjectSchema<{
160
428
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
161
429
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
430
+ }, undefined>, import("valibot").StrictObjectSchema<{
431
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
432
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
433
+ }, undefined>, import("valibot").StrictObjectSchema<{
434
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
435
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
436
+ }, undefined>, import("valibot").StrictObjectSchema<{
437
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
438
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
439
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
440
+ type: MatcherType.String;
441
+ } | {
442
+ path?: string | undefined;
443
+ type: MatcherType.ObjectKey;
444
+ } | {
445
+ path?: string | undefined;
446
+ type: MatcherType.ObjectValue;
447
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
448
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
162
449
  }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
163
450
  type: MatcherType.String;
164
451
  } | {
@@ -167,10 +454,23 @@ export declare const SELECTORS_SCHEMA: import("valibot").SchemaWithPipe<readonly
167
454
  } | {
168
455
  path?: string | undefined;
169
456
  type: MatcherType.ObjectValue;
457
+ } | {
458
+ match: ({
459
+ type: MatcherType.String;
460
+ } | {
461
+ path?: string | undefined;
462
+ type: MatcherType.ObjectKey;
463
+ } | {
464
+ path?: string | undefined;
465
+ type: MatcherType.ObjectValue;
466
+ })[];
467
+ type: MatcherType.AnonymousFunctionReturn;
170
468
  })[] | undefined, "Optional list of matchers that will be applied.">]>;
171
469
  readonly name: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>, undefined>;
172
470
  readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for callee paths that should be linted.">]>;
173
- }, undefined>], undefined>, import("valibot").StrictObjectSchema<{
471
+ readonly targetArgument: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional argument target for call arguments: index, first, last, or all.">]>;
472
+ readonly targetCall: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional call target for curried callees: index, first, last, or all.">]>;
473
+ }, undefined>], undefined>, import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
174
474
  readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<SelectorKind.Tag, undefined>, import("valibot").DescriptionAction<SelectorKind.Tag, "Selector kind that determines where matching is applied.">]>;
175
475
  readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
176
476
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
@@ -180,6 +480,25 @@ export declare const SELECTORS_SCHEMA: import("valibot").SchemaWithPipe<readonly
180
480
  }, undefined>, import("valibot").StrictObjectSchema<{
181
481
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
182
482
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
483
+ }, undefined>, import("valibot").StrictObjectSchema<{
484
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
485
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
486
+ }, undefined>, import("valibot").StrictObjectSchema<{
487
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
488
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
489
+ }, undefined>, import("valibot").StrictObjectSchema<{
490
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
491
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
492
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
493
+ type: MatcherType.String;
494
+ } | {
495
+ path?: string | undefined;
496
+ type: MatcherType.ObjectKey;
497
+ } | {
498
+ path?: string | undefined;
499
+ type: MatcherType.ObjectValue;
500
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
501
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
183
502
  }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
184
503
  type: MatcherType.String;
185
504
  } | {
@@ -188,9 +507,72 @@ export declare const SELECTORS_SCHEMA: import("valibot").SchemaWithPipe<readonly
188
507
  } | {
189
508
  path?: string | undefined;
190
509
  type: MatcherType.ObjectValue;
510
+ } | {
511
+ match: ({
512
+ type: MatcherType.String;
513
+ } | {
514
+ path?: string | undefined;
515
+ type: MatcherType.ObjectKey;
516
+ } | {
517
+ path?: string | undefined;
518
+ type: MatcherType.ObjectValue;
519
+ })[];
520
+ type: MatcherType.AnonymousFunctionReturn;
191
521
  })[] | undefined, "Optional list of matchers that will be applied.">]>;
192
522
  readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>;
523
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for tag paths that should be linted.">]>, undefined>;
193
524
  }, undefined>, import("valibot").StrictObjectSchema<{
525
+ readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<SelectorKind.Tag, undefined>, import("valibot").DescriptionAction<SelectorKind.Tag, "Selector kind that determines where matching is applied.">]>;
526
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
527
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
528
+ }, undefined>, import("valibot").StrictObjectSchema<{
529
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
530
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
531
+ }, undefined>, import("valibot").StrictObjectSchema<{
532
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
533
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
534
+ }, undefined>, import("valibot").StrictObjectSchema<{
535
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
536
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
537
+ }, undefined>, import("valibot").StrictObjectSchema<{
538
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
539
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
540
+ }, undefined>, import("valibot").StrictObjectSchema<{
541
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
542
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
543
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
544
+ type: MatcherType.String;
545
+ } | {
546
+ path?: string | undefined;
547
+ type: MatcherType.ObjectKey;
548
+ } | {
549
+ path?: string | undefined;
550
+ type: MatcherType.ObjectValue;
551
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
552
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
553
+ }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
554
+ type: MatcherType.String;
555
+ } | {
556
+ path?: string | undefined;
557
+ type: MatcherType.ObjectKey;
558
+ } | {
559
+ path?: string | undefined;
560
+ type: MatcherType.ObjectValue;
561
+ } | {
562
+ match: ({
563
+ type: MatcherType.String;
564
+ } | {
565
+ path?: string | undefined;
566
+ type: MatcherType.ObjectKey;
567
+ } | {
568
+ path?: string | undefined;
569
+ type: MatcherType.ObjectValue;
570
+ })[];
571
+ type: MatcherType.AnonymousFunctionReturn;
572
+ })[] | undefined, "Optional list of matchers that will be applied.">]>;
573
+ readonly name: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>, undefined>;
574
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for tag paths that should be linted.">]>;
575
+ }, undefined>], undefined>, import("valibot").StrictObjectSchema<{
194
576
  readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<SelectorKind.Variable, undefined>, import("valibot").DescriptionAction<SelectorKind.Variable, "Selector kind that determines where matching is applied.">]>;
195
577
  readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
196
578
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
@@ -200,6 +582,25 @@ export declare const SELECTORS_SCHEMA: import("valibot").SchemaWithPipe<readonly
200
582
  }, undefined>, import("valibot").StrictObjectSchema<{
201
583
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
202
584
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
585
+ }, undefined>, import("valibot").StrictObjectSchema<{
586
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
587
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
588
+ }, undefined>, import("valibot").StrictObjectSchema<{
589
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
590
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
591
+ }, undefined>, import("valibot").StrictObjectSchema<{
592
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
593
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
594
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
595
+ type: MatcherType.String;
596
+ } | {
597
+ path?: string | undefined;
598
+ type: MatcherType.ObjectKey;
599
+ } | {
600
+ path?: string | undefined;
601
+ type: MatcherType.ObjectValue;
602
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
603
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
203
604
  }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
204
605
  type: MatcherType.String;
205
606
  } | {
@@ -208,6 +609,17 @@ export declare const SELECTORS_SCHEMA: import("valibot").SchemaWithPipe<readonly
208
609
  } | {
209
610
  path?: string | undefined;
210
611
  type: MatcherType.ObjectValue;
612
+ } | {
613
+ match: ({
614
+ type: MatcherType.String;
615
+ } | {
616
+ path?: string | undefined;
617
+ type: MatcherType.ObjectKey;
618
+ } | {
619
+ path?: string | undefined;
620
+ type: MatcherType.ObjectValue;
621
+ })[];
622
+ type: MatcherType.AnonymousFunctionReturn;
211
623
  })[] | undefined, "Optional list of matchers that will be applied.">]>;
212
624
  readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>;
213
625
  }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
@@ -221,9 +633,22 @@ export declare const SELECTORS_SCHEMA: import("valibot").SchemaWithPipe<readonly
221
633
  } | {
222
634
  path?: string | undefined;
223
635
  type: MatcherType.ObjectValue;
636
+ } | {
637
+ match: ({
638
+ type: MatcherType.String;
639
+ } | {
640
+ path?: string | undefined;
641
+ type: MatcherType.ObjectKey;
642
+ } | {
643
+ path?: string | undefined;
644
+ type: MatcherType.ObjectValue;
645
+ })[];
646
+ type: MatcherType.AnonymousFunctionReturn;
224
647
  })[] | undefined;
225
648
  name: string;
226
649
  path?: string | undefined;
650
+ targetArgument?: number | "all" | "first" | "last" | undefined;
651
+ targetCall?: number | "all" | "first" | "last" | undefined;
227
652
  } | {
228
653
  callTarget?: number | "all" | "first" | "last" | undefined;
229
654
  kind: SelectorKind.Callee;
@@ -235,11 +660,24 @@ export declare const SELECTORS_SCHEMA: import("valibot").SchemaWithPipe<readonly
235
660
  } | {
236
661
  path?: string | undefined;
237
662
  type: MatcherType.ObjectValue;
663
+ } | {
664
+ match: ({
665
+ type: MatcherType.String;
666
+ } | {
667
+ path?: string | undefined;
668
+ type: MatcherType.ObjectKey;
669
+ } | {
670
+ path?: string | undefined;
671
+ type: MatcherType.ObjectValue;
672
+ })[];
673
+ type: MatcherType.AnonymousFunctionReturn;
238
674
  })[] | undefined;
239
675
  name?: string | undefined;
240
676
  path: string;
677
+ targetArgument?: number | "all" | "first" | "last" | undefined;
678
+ targetCall?: number | "all" | "first" | "last" | undefined;
241
679
  } | {
242
- kind: SelectorKind.Attribute;
680
+ kind: SelectorKind.Tag;
243
681
  match?: ({
244
682
  type: MatcherType.String;
245
683
  } | {
@@ -248,8 +686,20 @@ export declare const SELECTORS_SCHEMA: import("valibot").SchemaWithPipe<readonly
248
686
  } | {
249
687
  path?: string | undefined;
250
688
  type: MatcherType.ObjectValue;
689
+ } | {
690
+ match: ({
691
+ type: MatcherType.String;
692
+ } | {
693
+ path?: string | undefined;
694
+ type: MatcherType.ObjectKey;
695
+ } | {
696
+ path?: string | undefined;
697
+ type: MatcherType.ObjectValue;
698
+ })[];
699
+ type: MatcherType.AnonymousFunctionReturn;
251
700
  })[] | undefined;
252
701
  name: string;
702
+ path?: string | undefined;
253
703
  } | {
254
704
  kind: SelectorKind.Tag;
255
705
  match?: ({
@@ -260,6 +710,41 @@ export declare const SELECTORS_SCHEMA: import("valibot").SchemaWithPipe<readonly
260
710
  } | {
261
711
  path?: string | undefined;
262
712
  type: MatcherType.ObjectValue;
713
+ } | {
714
+ match: ({
715
+ type: MatcherType.String;
716
+ } | {
717
+ path?: string | undefined;
718
+ type: MatcherType.ObjectKey;
719
+ } | {
720
+ path?: string | undefined;
721
+ type: MatcherType.ObjectValue;
722
+ })[];
723
+ type: MatcherType.AnonymousFunctionReturn;
724
+ })[] | undefined;
725
+ name?: string | undefined;
726
+ path: string;
727
+ } | {
728
+ kind: SelectorKind.Attribute;
729
+ match?: ({
730
+ type: MatcherType.String;
731
+ } | {
732
+ path?: string | undefined;
733
+ type: MatcherType.ObjectKey;
734
+ } | {
735
+ path?: string | undefined;
736
+ type: MatcherType.ObjectValue;
737
+ } | {
738
+ match: ({
739
+ type: MatcherType.String;
740
+ } | {
741
+ path?: string | undefined;
742
+ type: MatcherType.ObjectKey;
743
+ } | {
744
+ path?: string | undefined;
745
+ type: MatcherType.ObjectValue;
746
+ })[];
747
+ type: MatcherType.AnonymousFunctionReturn;
263
748
  })[] | undefined;
264
749
  name: string;
265
750
  } | {
@@ -272,6 +757,17 @@ export declare const SELECTORS_SCHEMA: import("valibot").SchemaWithPipe<readonly
272
757
  } | {
273
758
  path?: string | undefined;
274
759
  type: MatcherType.ObjectValue;
760
+ } | {
761
+ match: ({
762
+ type: MatcherType.String;
763
+ } | {
764
+ path?: string | undefined;
765
+ type: MatcherType.ObjectKey;
766
+ } | {
767
+ path?: string | undefined;
768
+ type: MatcherType.ObjectValue;
769
+ })[];
770
+ type: MatcherType.AnonymousFunctionReturn;
275
771
  })[] | undefined;
276
772
  name: string;
277
773
  })[], "Flat list of selectors that should get linted.">]>;
@@ -287,6 +783,25 @@ export declare const SELECTORS_OPTION_SCHEMA: import("valibot").StrictObjectSche
287
783
  }, undefined>, import("valibot").StrictObjectSchema<{
288
784
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
289
785
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
786
+ }, undefined>, import("valibot").StrictObjectSchema<{
787
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
788
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
789
+ }, undefined>, import("valibot").StrictObjectSchema<{
790
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
791
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
792
+ }, undefined>, import("valibot").StrictObjectSchema<{
793
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
794
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
795
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
796
+ type: MatcherType.String;
797
+ } | {
798
+ path?: string | undefined;
799
+ type: MatcherType.ObjectKey;
800
+ } | {
801
+ path?: string | undefined;
802
+ type: MatcherType.ObjectValue;
803
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
804
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
290
805
  }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
291
806
  type: MatcherType.String;
292
807
  } | {
@@ -295,6 +810,17 @@ export declare const SELECTORS_OPTION_SCHEMA: import("valibot").StrictObjectSche
295
810
  } | {
296
811
  path?: string | undefined;
297
812
  type: MatcherType.ObjectValue;
813
+ } | {
814
+ match: ({
815
+ type: MatcherType.String;
816
+ } | {
817
+ path?: string | undefined;
818
+ type: MatcherType.ObjectKey;
819
+ } | {
820
+ path?: string | undefined;
821
+ type: MatcherType.ObjectValue;
822
+ })[];
823
+ type: MatcherType.AnonymousFunctionReturn;
298
824
  })[] | undefined, "Optional list of matchers that will be applied.">]>;
299
825
  readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>;
300
826
  }, undefined>, import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
@@ -308,6 +834,25 @@ export declare const SELECTORS_OPTION_SCHEMA: import("valibot").StrictObjectSche
308
834
  }, undefined>, import("valibot").StrictObjectSchema<{
309
835
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
310
836
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
837
+ }, undefined>, import("valibot").StrictObjectSchema<{
838
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
839
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
840
+ }, undefined>, import("valibot").StrictObjectSchema<{
841
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
842
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
843
+ }, undefined>, import("valibot").StrictObjectSchema<{
844
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
845
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
846
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
847
+ type: MatcherType.String;
848
+ } | {
849
+ path?: string | undefined;
850
+ type: MatcherType.ObjectKey;
851
+ } | {
852
+ path?: string | undefined;
853
+ type: MatcherType.ObjectValue;
854
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
855
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
311
856
  }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
312
857
  type: MatcherType.String;
313
858
  } | {
@@ -316,9 +861,22 @@ export declare const SELECTORS_OPTION_SCHEMA: import("valibot").StrictObjectSche
316
861
  } | {
317
862
  path?: string | undefined;
318
863
  type: MatcherType.ObjectValue;
864
+ } | {
865
+ match: ({
866
+ type: MatcherType.String;
867
+ } | {
868
+ path?: string | undefined;
869
+ type: MatcherType.ObjectKey;
870
+ } | {
871
+ path?: string | undefined;
872
+ type: MatcherType.ObjectValue;
873
+ })[];
874
+ type: MatcherType.AnonymousFunctionReturn;
319
875
  })[] | undefined, "Optional list of matchers that will be applied.">]>;
320
876
  readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>;
321
877
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for callee paths that should be linted.">]>, undefined>;
878
+ readonly targetArgument: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional argument target for call arguments: index, first, last, or all.">]>;
879
+ readonly targetCall: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional call target for curried callees: index, first, last, or all.">]>;
322
880
  }, undefined>, import("valibot").StrictObjectSchema<{
323
881
  readonly callTarget: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional call target for curried callees: index, first, last, or all.">]>;
324
882
  readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<SelectorKind.Callee, undefined>, import("valibot").DescriptionAction<SelectorKind.Callee, "Selector kind that determines where matching is applied.">]>;
@@ -330,6 +888,25 @@ export declare const SELECTORS_OPTION_SCHEMA: import("valibot").StrictObjectSche
330
888
  }, undefined>, import("valibot").StrictObjectSchema<{
331
889
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
332
890
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
891
+ }, undefined>, import("valibot").StrictObjectSchema<{
892
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
893
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
894
+ }, undefined>, import("valibot").StrictObjectSchema<{
895
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
896
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
897
+ }, undefined>, import("valibot").StrictObjectSchema<{
898
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
899
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
900
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
901
+ type: MatcherType.String;
902
+ } | {
903
+ path?: string | undefined;
904
+ type: MatcherType.ObjectKey;
905
+ } | {
906
+ path?: string | undefined;
907
+ type: MatcherType.ObjectValue;
908
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
909
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
333
910
  }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
334
911
  type: MatcherType.String;
335
912
  } | {
@@ -338,10 +915,23 @@ export declare const SELECTORS_OPTION_SCHEMA: import("valibot").StrictObjectSche
338
915
  } | {
339
916
  path?: string | undefined;
340
917
  type: MatcherType.ObjectValue;
918
+ } | {
919
+ match: ({
920
+ type: MatcherType.String;
921
+ } | {
922
+ path?: string | undefined;
923
+ type: MatcherType.ObjectKey;
924
+ } | {
925
+ path?: string | undefined;
926
+ type: MatcherType.ObjectValue;
927
+ })[];
928
+ type: MatcherType.AnonymousFunctionReturn;
341
929
  })[] | undefined, "Optional list of matchers that will be applied.">]>;
342
930
  readonly name: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>, undefined>;
343
931
  readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for callee paths that should be linted.">]>;
344
- }, undefined>], undefined>, import("valibot").StrictObjectSchema<{
932
+ readonly targetArgument: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional argument target for call arguments: index, first, last, or all.">]>;
933
+ readonly targetCall: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"all", undefined>, import("valibot").LiteralSchema<"first", undefined>, import("valibot").LiteralSchema<"last", undefined>, import("valibot").NumberSchema<undefined>], undefined>, undefined>, import("valibot").DescriptionAction<number | "all" | "first" | "last" | undefined, "Optional call target for curried callees: index, first, last, or all.">]>;
934
+ }, undefined>], undefined>, import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
345
935
  readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<SelectorKind.Tag, undefined>, import("valibot").DescriptionAction<SelectorKind.Tag, "Selector kind that determines where matching is applied.">]>;
346
936
  readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
347
937
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
@@ -351,6 +941,25 @@ export declare const SELECTORS_OPTION_SCHEMA: import("valibot").StrictObjectSche
351
941
  }, undefined>, import("valibot").StrictObjectSchema<{
352
942
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
353
943
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
944
+ }, undefined>, import("valibot").StrictObjectSchema<{
945
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
946
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
947
+ }, undefined>, import("valibot").StrictObjectSchema<{
948
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
949
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
950
+ }, undefined>, import("valibot").StrictObjectSchema<{
951
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
952
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
953
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
954
+ type: MatcherType.String;
955
+ } | {
956
+ path?: string | undefined;
957
+ type: MatcherType.ObjectKey;
958
+ } | {
959
+ path?: string | undefined;
960
+ type: MatcherType.ObjectValue;
961
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
962
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
354
963
  }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
355
964
  type: MatcherType.String;
356
965
  } | {
@@ -359,9 +968,72 @@ export declare const SELECTORS_OPTION_SCHEMA: import("valibot").StrictObjectSche
359
968
  } | {
360
969
  path?: string | undefined;
361
970
  type: MatcherType.ObjectValue;
971
+ } | {
972
+ match: ({
973
+ type: MatcherType.String;
974
+ } | {
975
+ path?: string | undefined;
976
+ type: MatcherType.ObjectKey;
977
+ } | {
978
+ path?: string | undefined;
979
+ type: MatcherType.ObjectValue;
980
+ })[];
981
+ type: MatcherType.AnonymousFunctionReturn;
362
982
  })[] | undefined, "Optional list of matchers that will be applied.">]>;
363
983
  readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>;
984
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for tag paths that should be linted.">]>, undefined>;
364
985
  }, undefined>, import("valibot").StrictObjectSchema<{
986
+ readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<SelectorKind.Tag, undefined>, import("valibot").DescriptionAction<SelectorKind.Tag, "Selector kind that determines where matching is applied.">]>;
987
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
988
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
989
+ }, undefined>, import("valibot").StrictObjectSchema<{
990
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
991
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
992
+ }, undefined>, import("valibot").StrictObjectSchema<{
993
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
994
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
995
+ }, undefined>, import("valibot").StrictObjectSchema<{
996
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
997
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
998
+ }, undefined>, import("valibot").StrictObjectSchema<{
999
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
1000
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
1001
+ }, undefined>, import("valibot").StrictObjectSchema<{
1002
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
1003
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
1004
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
1005
+ type: MatcherType.String;
1006
+ } | {
1007
+ path?: string | undefined;
1008
+ type: MatcherType.ObjectKey;
1009
+ } | {
1010
+ path?: string | undefined;
1011
+ type: MatcherType.ObjectValue;
1012
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
1013
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
1014
+ }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
1015
+ type: MatcherType.String;
1016
+ } | {
1017
+ path?: string | undefined;
1018
+ type: MatcherType.ObjectKey;
1019
+ } | {
1020
+ path?: string | undefined;
1021
+ type: MatcherType.ObjectValue;
1022
+ } | {
1023
+ match: ({
1024
+ type: MatcherType.String;
1025
+ } | {
1026
+ path?: string | undefined;
1027
+ type: MatcherType.ObjectKey;
1028
+ } | {
1029
+ path?: string | undefined;
1030
+ type: MatcherType.ObjectValue;
1031
+ })[];
1032
+ type: MatcherType.AnonymousFunctionReturn;
1033
+ })[] | undefined, "Optional list of matchers that will be applied.">]>;
1034
+ readonly name: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>, undefined>;
1035
+ readonly path: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for tag paths that should be linted.">]>;
1036
+ }, undefined>], undefined>, import("valibot").StrictObjectSchema<{
365
1037
  readonly kind: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<SelectorKind.Variable, undefined>, import("valibot").DescriptionAction<SelectorKind.Variable, "Selector kind that determines where matching is applied.">]>;
366
1038
  readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
367
1039
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
@@ -371,6 +1043,25 @@ export declare const SELECTORS_OPTION_SCHEMA: import("valibot").StrictObjectSche
371
1043
  }, undefined>, import("valibot").StrictObjectSchema<{
372
1044
  readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
373
1045
  readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
1046
+ }, undefined>, import("valibot").StrictObjectSchema<{
1047
+ readonly match: import("valibot").SchemaWithPipe<readonly [import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").StrictObjectSchema<{
1048
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.String, undefined>, import("valibot").DescriptionAction<MatcherType.String, "Matcher type that will be applied.">]>;
1049
+ }, undefined>, import("valibot").StrictObjectSchema<{
1050
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object key and matches the content for further processing in a group.">]>, undefined>;
1051
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectKey, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectKey, "Matcher type that will be applied.">]>;
1052
+ }, undefined>, import("valibot").StrictObjectSchema<{
1053
+ readonly path: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression that filters the object value and matches the content for further processing in a group.">]>, undefined>;
1054
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.ObjectValue, undefined>, import("valibot").DescriptionAction<MatcherType.ObjectValue, "Matcher type that will be applied.">]>;
1055
+ }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
1056
+ type: MatcherType.String;
1057
+ } | {
1058
+ path?: string | undefined;
1059
+ type: MatcherType.ObjectKey;
1060
+ } | {
1061
+ path?: string | undefined;
1062
+ type: MatcherType.ObjectValue;
1063
+ })[], "List of nested matchers that target the return value of anonymous functions.">]>;
1064
+ readonly type: import("valibot").SchemaWithPipe<readonly [import("valibot").LiteralSchema<MatcherType.AnonymousFunctionReturn, undefined>, import("valibot").DescriptionAction<MatcherType.AnonymousFunctionReturn, "Matcher type that will be applied.">]>;
374
1065
  }, undefined>], undefined>, undefined>, undefined>, import("valibot").DescriptionAction<({
375
1066
  type: MatcherType.String;
376
1067
  } | {
@@ -379,6 +1070,17 @@ export declare const SELECTORS_OPTION_SCHEMA: import("valibot").StrictObjectSche
379
1070
  } | {
380
1071
  path?: string | undefined;
381
1072
  type: MatcherType.ObjectValue;
1073
+ } | {
1074
+ match: ({
1075
+ type: MatcherType.String;
1076
+ } | {
1077
+ path?: string | undefined;
1078
+ type: MatcherType.ObjectKey;
1079
+ } | {
1080
+ path?: string | undefined;
1081
+ type: MatcherType.ObjectValue;
1082
+ })[];
1083
+ type: MatcherType.AnonymousFunctionReturn;
382
1084
  })[] | undefined, "Optional list of matchers that will be applied.">]>;
383
1085
  readonly name: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").DescriptionAction<string, "Regular expression for names that should be linted.">]>;
384
1086
  }, undefined>], undefined>, undefined>, import("valibot").DescriptionAction<({
@@ -392,9 +1094,22 @@ export declare const SELECTORS_OPTION_SCHEMA: import("valibot").StrictObjectSche
392
1094
  } | {
393
1095
  path?: string | undefined;
394
1096
  type: MatcherType.ObjectValue;
1097
+ } | {
1098
+ match: ({
1099
+ type: MatcherType.String;
1100
+ } | {
1101
+ path?: string | undefined;
1102
+ type: MatcherType.ObjectKey;
1103
+ } | {
1104
+ path?: string | undefined;
1105
+ type: MatcherType.ObjectValue;
1106
+ })[];
1107
+ type: MatcherType.AnonymousFunctionReturn;
395
1108
  })[] | undefined;
396
1109
  name: string;
397
1110
  path?: string | undefined;
1111
+ targetArgument?: number | "all" | "first" | "last" | undefined;
1112
+ targetCall?: number | "all" | "first" | "last" | undefined;
398
1113
  } | {
399
1114
  callTarget?: number | "all" | "first" | "last" | undefined;
400
1115
  kind: SelectorKind.Callee;
@@ -406,11 +1121,24 @@ export declare const SELECTORS_OPTION_SCHEMA: import("valibot").StrictObjectSche
406
1121
  } | {
407
1122
  path?: string | undefined;
408
1123
  type: MatcherType.ObjectValue;
1124
+ } | {
1125
+ match: ({
1126
+ type: MatcherType.String;
1127
+ } | {
1128
+ path?: string | undefined;
1129
+ type: MatcherType.ObjectKey;
1130
+ } | {
1131
+ path?: string | undefined;
1132
+ type: MatcherType.ObjectValue;
1133
+ })[];
1134
+ type: MatcherType.AnonymousFunctionReturn;
409
1135
  })[] | undefined;
410
1136
  name?: string | undefined;
411
1137
  path: string;
1138
+ targetArgument?: number | "all" | "first" | "last" | undefined;
1139
+ targetCall?: number | "all" | "first" | "last" | undefined;
412
1140
  } | {
413
- kind: SelectorKind.Attribute;
1141
+ kind: SelectorKind.Tag;
414
1142
  match?: ({
415
1143
  type: MatcherType.String;
416
1144
  } | {
@@ -419,8 +1147,20 @@ export declare const SELECTORS_OPTION_SCHEMA: import("valibot").StrictObjectSche
419
1147
  } | {
420
1148
  path?: string | undefined;
421
1149
  type: MatcherType.ObjectValue;
1150
+ } | {
1151
+ match: ({
1152
+ type: MatcherType.String;
1153
+ } | {
1154
+ path?: string | undefined;
1155
+ type: MatcherType.ObjectKey;
1156
+ } | {
1157
+ path?: string | undefined;
1158
+ type: MatcherType.ObjectValue;
1159
+ })[];
1160
+ type: MatcherType.AnonymousFunctionReturn;
422
1161
  })[] | undefined;
423
1162
  name: string;
1163
+ path?: string | undefined;
424
1164
  } | {
425
1165
  kind: SelectorKind.Tag;
426
1166
  match?: ({
@@ -431,6 +1171,41 @@ export declare const SELECTORS_OPTION_SCHEMA: import("valibot").StrictObjectSche
431
1171
  } | {
432
1172
  path?: string | undefined;
433
1173
  type: MatcherType.ObjectValue;
1174
+ } | {
1175
+ match: ({
1176
+ type: MatcherType.String;
1177
+ } | {
1178
+ path?: string | undefined;
1179
+ type: MatcherType.ObjectKey;
1180
+ } | {
1181
+ path?: string | undefined;
1182
+ type: MatcherType.ObjectValue;
1183
+ })[];
1184
+ type: MatcherType.AnonymousFunctionReturn;
1185
+ })[] | undefined;
1186
+ name?: string | undefined;
1187
+ path: string;
1188
+ } | {
1189
+ kind: SelectorKind.Attribute;
1190
+ match?: ({
1191
+ type: MatcherType.String;
1192
+ } | {
1193
+ path?: string | undefined;
1194
+ type: MatcherType.ObjectKey;
1195
+ } | {
1196
+ path?: string | undefined;
1197
+ type: MatcherType.ObjectValue;
1198
+ } | {
1199
+ match: ({
1200
+ type: MatcherType.String;
1201
+ } | {
1202
+ path?: string | undefined;
1203
+ type: MatcherType.ObjectKey;
1204
+ } | {
1205
+ path?: string | undefined;
1206
+ type: MatcherType.ObjectValue;
1207
+ })[];
1208
+ type: MatcherType.AnonymousFunctionReturn;
434
1209
  })[] | undefined;
435
1210
  name: string;
436
1211
  } | {
@@ -443,6 +1218,17 @@ export declare const SELECTORS_OPTION_SCHEMA: import("valibot").StrictObjectSche
443
1218
  } | {
444
1219
  path?: string | undefined;
445
1220
  type: MatcherType.ObjectValue;
1221
+ } | {
1222
+ match: ({
1223
+ type: MatcherType.String;
1224
+ } | {
1225
+ path?: string | undefined;
1226
+ type: MatcherType.ObjectKey;
1227
+ } | {
1228
+ path?: string | undefined;
1229
+ type: MatcherType.ObjectValue;
1230
+ })[];
1231
+ type: MatcherType.AnonymousFunctionReturn;
446
1232
  })[] | undefined;
447
1233
  name: string;
448
1234
  })[], "Flat list of selectors that should get linted.">]>, ({
@@ -464,6 +1250,21 @@ export declare const SELECTORS_OPTION_SCHEMA: import("valibot").StrictObjectSche
464
1250
  type: MatcherType.ObjectValue;
465
1251
  }[];
466
1252
  name: string;
1253
+ } | {
1254
+ kind: SelectorKind.Tag;
1255
+ path: string;
1256
+ } | {
1257
+ kind: SelectorKind.Callee;
1258
+ match: ({
1259
+ type: MatcherType.String;
1260
+ match?: never;
1261
+ } | {
1262
+ match: {
1263
+ type: MatcherType.String;
1264
+ }[];
1265
+ type: MatcherType.AnonymousFunctionReturn;
1266
+ })[];
1267
+ path: string;
467
1268
  } | {
468
1269
  kind: SelectorKind.Attribute;
469
1270
  name: string;