eslint-plugin-better-tailwindcss 4.2.0 → 4.3.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 (155) hide show
  1. package/README.md +1 -1
  2. package/lib/api/defaults.d.ts +84 -14
  3. package/lib/api/defaults.d.ts.map +1 -1
  4. package/lib/api/defaults.js +25 -5
  5. package/lib/api/defaults.js.map +1 -1
  6. package/lib/api/types.d.ts +2 -2
  7. package/lib/api/types.d.ts.map +1 -1
  8. package/lib/api/types.js +1 -1
  9. package/lib/api/types.js.map +1 -1
  10. package/lib/configs/config.d.ts +1754 -194
  11. package/lib/configs/config.d.ts.map +1 -1
  12. package/lib/options/callees/cc.d.ts +28 -12
  13. package/lib/options/callees/cc.d.ts.map +1 -1
  14. package/lib/options/callees/cc.js +15 -13
  15. package/lib/options/callees/cc.js.map +1 -1
  16. package/lib/options/callees/clb.d.ts +33 -17
  17. package/lib/options/callees/clb.d.ts.map +1 -1
  18. package/lib/options/callees/clb.js +25 -22
  19. package/lib/options/callees/clb.js.map +1 -1
  20. package/lib/options/callees/clsx.d.ts +28 -12
  21. package/lib/options/callees/clsx.d.ts.map +1 -1
  22. package/lib/options/callees/clsx.js +15 -13
  23. package/lib/options/callees/clsx.js.map +1 -1
  24. package/lib/options/callees/cn.d.ts +28 -12
  25. package/lib/options/callees/cn.d.ts.map +1 -1
  26. package/lib/options/callees/cn.js +15 -13
  27. package/lib/options/callees/cn.js.map +1 -1
  28. package/lib/options/callees/cnb.d.ts +28 -12
  29. package/lib/options/callees/cnb.d.ts.map +1 -1
  30. package/lib/options/callees/cnb.js +15 -13
  31. package/lib/options/callees/cnb.js.map +1 -1
  32. package/lib/options/callees/ctl.d.ts +15 -7
  33. package/lib/options/callees/ctl.d.ts.map +1 -1
  34. package/lib/options/callees/ctl.js +8 -7
  35. package/lib/options/callees/ctl.js.map +1 -1
  36. package/lib/options/callees/cva.d.ts +38 -18
  37. package/lib/options/callees/cva.d.ts.map +1 -1
  38. package/lib/options/callees/cva.js +24 -21
  39. package/lib/options/callees/cva.js.map +1 -1
  40. package/lib/options/callees/cx.d.ts +28 -12
  41. package/lib/options/callees/cx.d.ts.map +1 -1
  42. package/lib/options/callees/cx.js +15 -13
  43. package/lib/options/callees/cx.js.map +1 -1
  44. package/lib/options/callees/dcnb.d.ts +28 -12
  45. package/lib/options/callees/dcnb.d.ts.map +1 -1
  46. package/lib/options/callees/dcnb.js +15 -13
  47. package/lib/options/callees/dcnb.js.map +1 -1
  48. package/lib/options/callees/objstr.d.ts +22 -10
  49. package/lib/options/callees/objstr.d.ts.map +1 -1
  50. package/lib/options/callees/objstr.js +15 -13
  51. package/lib/options/callees/objstr.js.map +1 -1
  52. package/lib/options/callees/tv.d.ts +62 -30
  53. package/lib/options/callees/tv.d.ts.map +1 -1
  54. package/lib/options/callees/tv.js +48 -42
  55. package/lib/options/callees/tv.js.map +1 -1
  56. package/lib/options/callees/twJoin.d.ts +15 -7
  57. package/lib/options/callees/twJoin.d.ts.map +1 -1
  58. package/lib/options/callees/twJoin.js +8 -7
  59. package/lib/options/callees/twJoin.js.map +1 -1
  60. package/lib/options/callees/twMerge.d.ts +15 -7
  61. package/lib/options/callees/twMerge.d.ts.map +1 -1
  62. package/lib/options/callees/twMerge.js +8 -7
  63. package/lib/options/callees/twMerge.js.map +1 -1
  64. package/lib/options/default-options.d.ts +78 -13
  65. package/lib/options/default-options.d.ts.map +1 -1
  66. package/lib/options/default-options.js +97 -50
  67. package/lib/options/default-options.js.map +1 -1
  68. package/lib/options/descriptions.d.ts +210 -17
  69. package/lib/options/descriptions.d.ts.map +1 -1
  70. package/lib/options/descriptions.js +2 -0
  71. package/lib/options/descriptions.js.map +1 -1
  72. package/lib/options/migrate.d.ts +16 -0
  73. package/lib/options/migrate.d.ts.map +1 -0
  74. package/lib/options/migrate.js +115 -0
  75. package/lib/options/migrate.js.map +1 -0
  76. package/lib/options/schemas/attributes.d.ts +1 -5
  77. package/lib/options/schemas/attributes.d.ts.map +1 -1
  78. package/lib/options/schemas/attributes.js +1 -2
  79. package/lib/options/schemas/attributes.js.map +1 -1
  80. package/lib/options/schemas/callees.d.ts +1 -8
  81. package/lib/options/schemas/callees.d.ts.map +1 -1
  82. package/lib/options/schemas/callees.js +1 -2
  83. package/lib/options/schemas/callees.js.map +1 -1
  84. package/lib/options/schemas/selectors.d.ts +488 -0
  85. package/lib/options/schemas/selectors.d.ts.map +1 -0
  86. package/lib/options/schemas/selectors.js +69 -0
  87. package/lib/options/schemas/selectors.js.map +1 -0
  88. package/lib/options/schemas/tags.d.ts +1 -1
  89. package/lib/options/schemas/tags.d.ts.map +1 -1
  90. package/lib/options/schemas/tags.js +1 -2
  91. package/lib/options/schemas/tags.js.map +1 -1
  92. package/lib/options/schemas/variables.d.ts +1 -3
  93. package/lib/options/schemas/variables.d.ts.map +1 -1
  94. package/lib/options/schemas/variables.js +1 -2
  95. package/lib/options/schemas/variables.js.map +1 -1
  96. package/lib/parsers/angular.d.ts +2 -2
  97. package/lib/parsers/angular.d.ts.map +1 -1
  98. package/lib/parsers/angular.js +21 -25
  99. package/lib/parsers/angular.js.map +1 -1
  100. package/lib/parsers/es.d.ts +5 -8
  101. package/lib/parsers/es.d.ts.map +1 -1
  102. package/lib/parsers/es.js +109 -47
  103. package/lib/parsers/es.js.map +1 -1
  104. package/lib/parsers/html.d.ts +2 -2
  105. package/lib/parsers/html.d.ts.map +1 -1
  106. package/lib/parsers/html.js +7 -10
  107. package/lib/parsers/html.js.map +1 -1
  108. package/lib/parsers/jsx.d.ts +2 -2
  109. package/lib/parsers/jsx.d.ts.map +1 -1
  110. package/lib/parsers/jsx.js +8 -13
  111. package/lib/parsers/jsx.js.map +1 -1
  112. package/lib/parsers/svelte.d.ts +3 -3
  113. package/lib/parsers/svelte.d.ts.map +1 -1
  114. package/lib/parsers/svelte.js +22 -25
  115. package/lib/parsers/svelte.js.map +1 -1
  116. package/lib/parsers/vue.d.ts +2 -2
  117. package/lib/parsers/vue.d.ts.map +1 -1
  118. package/lib/parsers/vue.js +14 -18
  119. package/lib/parsers/vue.js.map +1 -1
  120. package/lib/rules/enforce-canonical-classes.d.ts +146 -16
  121. package/lib/rules/enforce-canonical-classes.d.ts.map +1 -1
  122. package/lib/rules/enforce-consistent-class-order.d.ts +146 -16
  123. package/lib/rules/enforce-consistent-class-order.d.ts.map +1 -1
  124. package/lib/rules/enforce-consistent-important-position.d.ts +146 -16
  125. package/lib/rules/enforce-consistent-important-position.d.ts.map +1 -1
  126. package/lib/rules/enforce-consistent-line-wrapping.d.ts +146 -16
  127. package/lib/rules/enforce-consistent-line-wrapping.d.ts.map +1 -1
  128. package/lib/rules/enforce-consistent-variable-syntax.d.ts +148 -18
  129. package/lib/rules/enforce-consistent-variable-syntax.d.ts.map +1 -1
  130. package/lib/rules/enforce-shorthand-classes.d.ts +146 -16
  131. package/lib/rules/enforce-shorthand-classes.d.ts.map +1 -1
  132. package/lib/rules/no-conflicting-classes.d.ts +146 -16
  133. package/lib/rules/no-conflicting-classes.d.ts.map +1 -1
  134. package/lib/rules/no-deprecated-classes.d.ts +146 -16
  135. package/lib/rules/no-deprecated-classes.d.ts.map +1 -1
  136. package/lib/rules/no-duplicate-classes.d.ts +146 -16
  137. package/lib/rules/no-duplicate-classes.d.ts.map +1 -1
  138. package/lib/rules/no-restricted-classes.d.ts +146 -16
  139. package/lib/rules/no-restricted-classes.d.ts.map +1 -1
  140. package/lib/rules/no-unknown-classes.d.ts +146 -16
  141. package/lib/rules/no-unknown-classes.d.ts.map +1 -1
  142. package/lib/rules/no-unnecessary-whitespace.d.ts +146 -16
  143. package/lib/rules/no-unnecessary-whitespace.d.ts.map +1 -1
  144. package/lib/types/rule.d.ts +39 -0
  145. package/lib/types/rule.d.ts.map +1 -1
  146. package/lib/types/rule.js +7 -0
  147. package/lib/types/rule.js.map +1 -1
  148. package/lib/utils/rule.d.ts.map +1 -1
  149. package/lib/utils/rule.js +42 -2
  150. package/lib/utils/rule.js.map +1 -1
  151. package/lib/utils/selectors.d.ts +3 -0
  152. package/lib/utils/selectors.d.ts.map +1 -0
  153. package/lib/utils/selectors.js +4 -0
  154. package/lib/utils/selectors.js.map +1 -0
  155. package/package.json +1 -1
@@ -17,7 +17,7 @@ declare const rules: readonly [{
17
17
  tailwindConfig?: string | undefined;
18
18
  messageStyle: "visual" | "compact" | "raw";
19
19
  entryPoint?: string | undefined;
20
- tags: (string | [string, ({
20
+ tags?: (string | [string, ({
21
21
  match: import("../types/rule.js").MatcherType.String;
22
22
  } | {
23
23
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -25,8 +25,8 @@ declare const rules: readonly [{
25
25
  } | {
26
26
  match: import("../types/rule.js").MatcherType.ObjectValue;
27
27
  pathPattern?: string | undefined;
28
- })[]])[];
29
- variables: (string | [string, ({
28
+ })[]])[] | undefined;
29
+ variables?: (string | [string, ({
30
30
  match: import("../types/rule.js").MatcherType.String;
31
31
  } | {
32
32
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -34,8 +34,8 @@ declare const rules: readonly [{
34
34
  } | {
35
35
  match: import("../types/rule.js").MatcherType.ObjectValue;
36
36
  pathPattern?: string | undefined;
37
- })[]])[];
38
- attributes: (string | [string, ({
37
+ })[]])[] | undefined;
38
+ attributes?: (string | [string, ({
39
39
  match: import("../types/rule.js").MatcherType.String;
40
40
  } | {
41
41
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -43,8 +43,8 @@ declare const rules: readonly [{
43
43
  } | {
44
44
  match: import("../types/rule.js").MatcherType.ObjectValue;
45
45
  pathPattern?: string | undefined;
46
- })[]])[];
47
- callees: (string | [string, ({
46
+ })[]])[] | undefined;
47
+ callees?: (string | [string, ({
48
48
  match: import("../types/rule.js").MatcherType.String;
49
49
  } | {
50
50
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -52,7 +52,72 @@ declare const rules: readonly [{
52
52
  } | {
53
53
  match: import("../types/rule.js").MatcherType.ObjectValue;
54
54
  pathPattern?: string | undefined;
55
- })[]])[];
55
+ })[]])[] | undefined;
56
+ selectors: ({
57
+ callTarget?: number | "all" | "first" | "last" | undefined;
58
+ kind: import("../types/rule.js").SelectorKind.Callee;
59
+ match?: ({
60
+ type: import("../types/rule.js").MatcherType.String;
61
+ } | {
62
+ path?: string | undefined;
63
+ type: import("../types/rule.js").MatcherType.ObjectKey;
64
+ } | {
65
+ path?: string | undefined;
66
+ type: import("../types/rule.js").MatcherType.ObjectValue;
67
+ })[] | undefined;
68
+ name: string;
69
+ path?: string | undefined;
70
+ } | {
71
+ callTarget?: number | "all" | "first" | "last" | undefined;
72
+ kind: import("../types/rule.js").SelectorKind.Callee;
73
+ match?: ({
74
+ type: import("../types/rule.js").MatcherType.String;
75
+ } | {
76
+ path?: string | undefined;
77
+ type: import("../types/rule.js").MatcherType.ObjectKey;
78
+ } | {
79
+ path?: string | undefined;
80
+ type: import("../types/rule.js").MatcherType.ObjectValue;
81
+ })[] | undefined;
82
+ name?: string | undefined;
83
+ path: string;
84
+ } | {
85
+ kind: import("../types/rule.js").SelectorKind.Attribute;
86
+ match?: ({
87
+ type: import("../types/rule.js").MatcherType.String;
88
+ } | {
89
+ path?: string | undefined;
90
+ type: import("../types/rule.js").MatcherType.ObjectKey;
91
+ } | {
92
+ path?: string | undefined;
93
+ type: import("../types/rule.js").MatcherType.ObjectValue;
94
+ })[] | undefined;
95
+ name: string;
96
+ } | {
97
+ kind: import("../types/rule.js").SelectorKind.Tag;
98
+ match?: ({
99
+ type: import("../types/rule.js").MatcherType.String;
100
+ } | {
101
+ path?: string | undefined;
102
+ type: import("../types/rule.js").MatcherType.ObjectKey;
103
+ } | {
104
+ path?: string | undefined;
105
+ type: import("../types/rule.js").MatcherType.ObjectValue;
106
+ })[] | undefined;
107
+ name: string;
108
+ } | {
109
+ kind: import("../types/rule.js").SelectorKind.Variable;
110
+ match?: ({
111
+ type: import("../types/rule.js").MatcherType.String;
112
+ } | {
113
+ path?: string | undefined;
114
+ type: import("../types/rule.js").MatcherType.ObjectKey;
115
+ } | {
116
+ path?: string | undefined;
117
+ type: import("../types/rule.js").MatcherType.ObjectValue;
118
+ })[] | undefined;
119
+ name: string;
120
+ })[];
56
121
  } & {
57
122
  componentClassOrder: "asc" | "desc" | "preserve";
58
123
  componentClassPosition: "start" | "end";
@@ -72,7 +137,7 @@ declare const rules: readonly [{
72
137
  tailwindConfig?: string | undefined;
73
138
  messageStyle: "visual" | "compact" | "raw";
74
139
  entryPoint?: string | undefined;
75
- tags: (string | [string, ({
140
+ tags?: (string | [string, ({
76
141
  match: import("../types/rule.js").MatcherType.String;
77
142
  } | {
78
143
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -80,8 +145,8 @@ declare const rules: readonly [{
80
145
  } | {
81
146
  match: import("../types/rule.js").MatcherType.ObjectValue;
82
147
  pathPattern?: string | undefined;
83
- })[]])[];
84
- variables: (string | [string, ({
148
+ })[]])[] | undefined;
149
+ variables?: (string | [string, ({
85
150
  match: import("../types/rule.js").MatcherType.String;
86
151
  } | {
87
152
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -89,8 +154,8 @@ declare const rules: readonly [{
89
154
  } | {
90
155
  match: import("../types/rule.js").MatcherType.ObjectValue;
91
156
  pathPattern?: string | undefined;
92
- })[]])[];
93
- attributes: (string | [string, ({
157
+ })[]])[] | undefined;
158
+ attributes?: (string | [string, ({
94
159
  match: import("../types/rule.js").MatcherType.String;
95
160
  } | {
96
161
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -98,8 +163,8 @@ declare const rules: readonly [{
98
163
  } | {
99
164
  match: import("../types/rule.js").MatcherType.ObjectValue;
100
165
  pathPattern?: string | undefined;
101
- })[]])[];
102
- callees: (string | [string, ({
166
+ })[]])[] | undefined;
167
+ callees?: (string | [string, ({
103
168
  match: import("../types/rule.js").MatcherType.String;
104
169
  } | {
105
170
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -107,7 +172,72 @@ declare const rules: readonly [{
107
172
  } | {
108
173
  match: import("../types/rule.js").MatcherType.ObjectValue;
109
174
  pathPattern?: string | undefined;
110
- })[]])[];
175
+ })[]])[] | undefined;
176
+ selectors: ({
177
+ callTarget?: number | "all" | "first" | "last" | undefined;
178
+ kind: import("../types/rule.js").SelectorKind.Callee;
179
+ match?: ({
180
+ type: import("../types/rule.js").MatcherType.String;
181
+ } | {
182
+ path?: string | undefined;
183
+ type: import("../types/rule.js").MatcherType.ObjectKey;
184
+ } | {
185
+ path?: string | undefined;
186
+ type: import("../types/rule.js").MatcherType.ObjectValue;
187
+ })[] | undefined;
188
+ name: string;
189
+ path?: string | undefined;
190
+ } | {
191
+ callTarget?: number | "all" | "first" | "last" | undefined;
192
+ kind: import("../types/rule.js").SelectorKind.Callee;
193
+ match?: ({
194
+ type: import("../types/rule.js").MatcherType.String;
195
+ } | {
196
+ path?: string | undefined;
197
+ type: import("../types/rule.js").MatcherType.ObjectKey;
198
+ } | {
199
+ path?: string | undefined;
200
+ type: import("../types/rule.js").MatcherType.ObjectValue;
201
+ })[] | undefined;
202
+ name?: string | undefined;
203
+ path: string;
204
+ } | {
205
+ kind: import("../types/rule.js").SelectorKind.Attribute;
206
+ match?: ({
207
+ type: import("../types/rule.js").MatcherType.String;
208
+ } | {
209
+ path?: string | undefined;
210
+ type: import("../types/rule.js").MatcherType.ObjectKey;
211
+ } | {
212
+ path?: string | undefined;
213
+ type: import("../types/rule.js").MatcherType.ObjectValue;
214
+ })[] | undefined;
215
+ name: string;
216
+ } | {
217
+ kind: import("../types/rule.js").SelectorKind.Tag;
218
+ match?: ({
219
+ type: import("../types/rule.js").MatcherType.String;
220
+ } | {
221
+ path?: string | undefined;
222
+ type: import("../types/rule.js").MatcherType.ObjectKey;
223
+ } | {
224
+ path?: string | undefined;
225
+ type: import("../types/rule.js").MatcherType.ObjectValue;
226
+ })[] | undefined;
227
+ name: string;
228
+ } | {
229
+ kind: import("../types/rule.js").SelectorKind.Variable;
230
+ match?: ({
231
+ type: import("../types/rule.js").MatcherType.String;
232
+ } | {
233
+ path?: string | undefined;
234
+ type: import("../types/rule.js").MatcherType.ObjectKey;
235
+ } | {
236
+ path?: string | undefined;
237
+ type: import("../types/rule.js").MatcherType.ObjectValue;
238
+ })[] | undefined;
239
+ name: string;
240
+ })[];
111
241
  } & {
112
242
  componentClassOrder: "asc" | "desc" | "preserve";
113
243
  componentClassPosition: "start" | "end";
@@ -149,7 +279,7 @@ declare const rules: readonly [{
149
279
  tailwindConfig?: string | undefined;
150
280
  messageStyle: "visual" | "compact" | "raw";
151
281
  entryPoint?: string | undefined;
152
- tags: (string | [string, ({
282
+ tags?: (string | [string, ({
153
283
  match: import("../types/rule.js").MatcherType.String;
154
284
  } | {
155
285
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -157,8 +287,8 @@ declare const rules: readonly [{
157
287
  } | {
158
288
  match: import("../types/rule.js").MatcherType.ObjectValue;
159
289
  pathPattern?: string | undefined;
160
- })[]])[];
161
- variables: (string | [string, ({
290
+ })[]])[] | undefined;
291
+ variables?: (string | [string, ({
162
292
  match: import("../types/rule.js").MatcherType.String;
163
293
  } | {
164
294
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -166,8 +296,8 @@ declare const rules: readonly [{
166
296
  } | {
167
297
  match: import("../types/rule.js").MatcherType.ObjectValue;
168
298
  pathPattern?: string | undefined;
169
- })[]])[];
170
- attributes: (string | [string, ({
299
+ })[]])[] | undefined;
300
+ attributes?: (string | [string, ({
171
301
  match: import("../types/rule.js").MatcherType.String;
172
302
  } | {
173
303
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -175,8 +305,8 @@ declare const rules: readonly [{
175
305
  } | {
176
306
  match: import("../types/rule.js").MatcherType.ObjectValue;
177
307
  pathPattern?: string | undefined;
178
- })[]])[];
179
- callees: (string | [string, ({
308
+ })[]])[] | undefined;
309
+ callees?: (string | [string, ({
180
310
  match: import("../types/rule.js").MatcherType.String;
181
311
  } | {
182
312
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -184,7 +314,72 @@ declare const rules: readonly [{
184
314
  } | {
185
315
  match: import("../types/rule.js").MatcherType.ObjectValue;
186
316
  pathPattern?: string | undefined;
187
- })[]])[];
317
+ })[]])[] | undefined;
318
+ selectors: ({
319
+ callTarget?: number | "all" | "first" | "last" | undefined;
320
+ kind: import("../types/rule.js").SelectorKind.Callee;
321
+ match?: ({
322
+ type: import("../types/rule.js").MatcherType.String;
323
+ } | {
324
+ path?: string | undefined;
325
+ type: import("../types/rule.js").MatcherType.ObjectKey;
326
+ } | {
327
+ path?: string | undefined;
328
+ type: import("../types/rule.js").MatcherType.ObjectValue;
329
+ })[] | undefined;
330
+ name: string;
331
+ path?: string | undefined;
332
+ } | {
333
+ callTarget?: number | "all" | "first" | "last" | undefined;
334
+ kind: import("../types/rule.js").SelectorKind.Callee;
335
+ match?: ({
336
+ type: import("../types/rule.js").MatcherType.String;
337
+ } | {
338
+ path?: string | undefined;
339
+ type: import("../types/rule.js").MatcherType.ObjectKey;
340
+ } | {
341
+ path?: string | undefined;
342
+ type: import("../types/rule.js").MatcherType.ObjectValue;
343
+ })[] | undefined;
344
+ name?: string | undefined;
345
+ path: string;
346
+ } | {
347
+ kind: import("../types/rule.js").SelectorKind.Attribute;
348
+ match?: ({
349
+ type: import("../types/rule.js").MatcherType.String;
350
+ } | {
351
+ path?: string | undefined;
352
+ type: import("../types/rule.js").MatcherType.ObjectKey;
353
+ } | {
354
+ path?: string | undefined;
355
+ type: import("../types/rule.js").MatcherType.ObjectValue;
356
+ })[] | undefined;
357
+ name: string;
358
+ } | {
359
+ kind: import("../types/rule.js").SelectorKind.Tag;
360
+ match?: ({
361
+ type: import("../types/rule.js").MatcherType.String;
362
+ } | {
363
+ path?: string | undefined;
364
+ type: import("../types/rule.js").MatcherType.ObjectKey;
365
+ } | {
366
+ path?: string | undefined;
367
+ type: import("../types/rule.js").MatcherType.ObjectValue;
368
+ })[] | undefined;
369
+ name: string;
370
+ } | {
371
+ kind: import("../types/rule.js").SelectorKind.Variable;
372
+ match?: ({
373
+ type: import("../types/rule.js").MatcherType.String;
374
+ } | {
375
+ path?: string | undefined;
376
+ type: import("../types/rule.js").MatcherType.ObjectKey;
377
+ } | {
378
+ path?: string | undefined;
379
+ type: import("../types/rule.js").MatcherType.ObjectValue;
380
+ })[] | undefined;
381
+ name: string;
382
+ })[];
188
383
  } & {
189
384
  position?: "recommended" | "legacy" | undefined;
190
385
  };
@@ -200,7 +395,7 @@ declare const rules: readonly [{
200
395
  tailwindConfig?: string | undefined;
201
396
  messageStyle: "visual" | "compact" | "raw";
202
397
  entryPoint?: string | undefined;
203
- tags: (string | [string, ({
398
+ tags?: (string | [string, ({
204
399
  match: import("../types/rule.js").MatcherType.String;
205
400
  } | {
206
401
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -208,8 +403,8 @@ declare const rules: readonly [{
208
403
  } | {
209
404
  match: import("../types/rule.js").MatcherType.ObjectValue;
210
405
  pathPattern?: string | undefined;
211
- })[]])[];
212
- variables: (string | [string, ({
406
+ })[]])[] | undefined;
407
+ variables?: (string | [string, ({
213
408
  match: import("../types/rule.js").MatcherType.String;
214
409
  } | {
215
410
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -217,8 +412,8 @@ declare const rules: readonly [{
217
412
  } | {
218
413
  match: import("../types/rule.js").MatcherType.ObjectValue;
219
414
  pathPattern?: string | undefined;
220
- })[]])[];
221
- attributes: (string | [string, ({
415
+ })[]])[] | undefined;
416
+ attributes?: (string | [string, ({
222
417
  match: import("../types/rule.js").MatcherType.String;
223
418
  } | {
224
419
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -226,8 +421,8 @@ declare const rules: readonly [{
226
421
  } | {
227
422
  match: import("../types/rule.js").MatcherType.ObjectValue;
228
423
  pathPattern?: string | undefined;
229
- })[]])[];
230
- callees: (string | [string, ({
424
+ })[]])[] | undefined;
425
+ callees?: (string | [string, ({
231
426
  match: import("../types/rule.js").MatcherType.String;
232
427
  } | {
233
428
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -235,7 +430,72 @@ declare const rules: readonly [{
235
430
  } | {
236
431
  match: import("../types/rule.js").MatcherType.ObjectValue;
237
432
  pathPattern?: string | undefined;
238
- })[]])[];
433
+ })[]])[] | undefined;
434
+ selectors: ({
435
+ callTarget?: number | "all" | "first" | "last" | undefined;
436
+ kind: import("../types/rule.js").SelectorKind.Callee;
437
+ match?: ({
438
+ type: import("../types/rule.js").MatcherType.String;
439
+ } | {
440
+ path?: string | undefined;
441
+ type: import("../types/rule.js").MatcherType.ObjectKey;
442
+ } | {
443
+ path?: string | undefined;
444
+ type: import("../types/rule.js").MatcherType.ObjectValue;
445
+ })[] | undefined;
446
+ name: string;
447
+ path?: string | undefined;
448
+ } | {
449
+ callTarget?: number | "all" | "first" | "last" | undefined;
450
+ kind: import("../types/rule.js").SelectorKind.Callee;
451
+ match?: ({
452
+ type: import("../types/rule.js").MatcherType.String;
453
+ } | {
454
+ path?: string | undefined;
455
+ type: import("../types/rule.js").MatcherType.ObjectKey;
456
+ } | {
457
+ path?: string | undefined;
458
+ type: import("../types/rule.js").MatcherType.ObjectValue;
459
+ })[] | undefined;
460
+ name?: string | undefined;
461
+ path: string;
462
+ } | {
463
+ kind: import("../types/rule.js").SelectorKind.Attribute;
464
+ match?: ({
465
+ type: import("../types/rule.js").MatcherType.String;
466
+ } | {
467
+ path?: string | undefined;
468
+ type: import("../types/rule.js").MatcherType.ObjectKey;
469
+ } | {
470
+ path?: string | undefined;
471
+ type: import("../types/rule.js").MatcherType.ObjectValue;
472
+ })[] | undefined;
473
+ name: string;
474
+ } | {
475
+ kind: import("../types/rule.js").SelectorKind.Tag;
476
+ match?: ({
477
+ type: import("../types/rule.js").MatcherType.String;
478
+ } | {
479
+ path?: string | undefined;
480
+ type: import("../types/rule.js").MatcherType.ObjectKey;
481
+ } | {
482
+ path?: string | undefined;
483
+ type: import("../types/rule.js").MatcherType.ObjectValue;
484
+ })[] | undefined;
485
+ name: string;
486
+ } | {
487
+ kind: import("../types/rule.js").SelectorKind.Variable;
488
+ match?: ({
489
+ type: import("../types/rule.js").MatcherType.String;
490
+ } | {
491
+ path?: string | undefined;
492
+ type: import("../types/rule.js").MatcherType.ObjectKey;
493
+ } | {
494
+ path?: string | undefined;
495
+ type: import("../types/rule.js").MatcherType.ObjectValue;
496
+ })[] | undefined;
497
+ name: string;
498
+ })[];
239
499
  } & {
240
500
  position?: "recommended" | "legacy" | undefined;
241
501
  }>];
@@ -274,7 +534,7 @@ declare const rules: readonly [{
274
534
  tailwindConfig?: string | undefined;
275
535
  messageStyle: "visual" | "compact" | "raw";
276
536
  entryPoint?: string | undefined;
277
- tags: (string | [string, ({
537
+ tags?: (string | [string, ({
278
538
  match: import("../types/rule.js").MatcherType.String;
279
539
  } | {
280
540
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -282,8 +542,8 @@ declare const rules: readonly [{
282
542
  } | {
283
543
  match: import("../types/rule.js").MatcherType.ObjectValue;
284
544
  pathPattern?: string | undefined;
285
- })[]])[];
286
- variables: (string | [string, ({
545
+ })[]])[] | undefined;
546
+ variables?: (string | [string, ({
287
547
  match: import("../types/rule.js").MatcherType.String;
288
548
  } | {
289
549
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -291,8 +551,8 @@ declare const rules: readonly [{
291
551
  } | {
292
552
  match: import("../types/rule.js").MatcherType.ObjectValue;
293
553
  pathPattern?: string | undefined;
294
- })[]])[];
295
- attributes: (string | [string, ({
554
+ })[]])[] | undefined;
555
+ attributes?: (string | [string, ({
296
556
  match: import("../types/rule.js").MatcherType.String;
297
557
  } | {
298
558
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -300,8 +560,8 @@ declare const rules: readonly [{
300
560
  } | {
301
561
  match: import("../types/rule.js").MatcherType.ObjectValue;
302
562
  pathPattern?: string | undefined;
303
- })[]])[];
304
- callees: (string | [string, ({
563
+ })[]])[] | undefined;
564
+ callees?: (string | [string, ({
305
565
  match: import("../types/rule.js").MatcherType.String;
306
566
  } | {
307
567
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -309,7 +569,72 @@ declare const rules: readonly [{
309
569
  } | {
310
570
  match: import("../types/rule.js").MatcherType.ObjectValue;
311
571
  pathPattern?: string | undefined;
312
- })[]])[];
572
+ })[]])[] | undefined;
573
+ selectors: ({
574
+ callTarget?: number | "all" | "first" | "last" | undefined;
575
+ kind: import("../types/rule.js").SelectorKind.Callee;
576
+ match?: ({
577
+ type: import("../types/rule.js").MatcherType.String;
578
+ } | {
579
+ path?: string | undefined;
580
+ type: import("../types/rule.js").MatcherType.ObjectKey;
581
+ } | {
582
+ path?: string | undefined;
583
+ type: import("../types/rule.js").MatcherType.ObjectValue;
584
+ })[] | undefined;
585
+ name: string;
586
+ path?: string | undefined;
587
+ } | {
588
+ callTarget?: number | "all" | "first" | "last" | undefined;
589
+ kind: import("../types/rule.js").SelectorKind.Callee;
590
+ match?: ({
591
+ type: import("../types/rule.js").MatcherType.String;
592
+ } | {
593
+ path?: string | undefined;
594
+ type: import("../types/rule.js").MatcherType.ObjectKey;
595
+ } | {
596
+ path?: string | undefined;
597
+ type: import("../types/rule.js").MatcherType.ObjectValue;
598
+ })[] | undefined;
599
+ name?: string | undefined;
600
+ path: string;
601
+ } | {
602
+ kind: import("../types/rule.js").SelectorKind.Attribute;
603
+ match?: ({
604
+ type: import("../types/rule.js").MatcherType.String;
605
+ } | {
606
+ path?: string | undefined;
607
+ type: import("../types/rule.js").MatcherType.ObjectKey;
608
+ } | {
609
+ path?: string | undefined;
610
+ type: import("../types/rule.js").MatcherType.ObjectValue;
611
+ })[] | undefined;
612
+ name: string;
613
+ } | {
614
+ kind: import("../types/rule.js").SelectorKind.Tag;
615
+ match?: ({
616
+ type: import("../types/rule.js").MatcherType.String;
617
+ } | {
618
+ path?: string | undefined;
619
+ type: import("../types/rule.js").MatcherType.ObjectKey;
620
+ } | {
621
+ path?: string | undefined;
622
+ type: import("../types/rule.js").MatcherType.ObjectValue;
623
+ })[] | undefined;
624
+ name: string;
625
+ } | {
626
+ kind: import("../types/rule.js").SelectorKind.Variable;
627
+ match?: ({
628
+ type: import("../types/rule.js").MatcherType.String;
629
+ } | {
630
+ path?: string | undefined;
631
+ type: import("../types/rule.js").MatcherType.ObjectKey;
632
+ } | {
633
+ path?: string | undefined;
634
+ type: import("../types/rule.js").MatcherType.ObjectValue;
635
+ })[] | undefined;
636
+ name: string;
637
+ })[];
313
638
  } & {
314
639
  classesPerLine: number;
315
640
  group: "never" | "newLine" | "emptyLine";
@@ -331,7 +656,7 @@ declare const rules: readonly [{
331
656
  tailwindConfig?: string | undefined;
332
657
  messageStyle: "visual" | "compact" | "raw";
333
658
  entryPoint?: string | undefined;
334
- tags: (string | [string, ({
659
+ tags?: (string | [string, ({
335
660
  match: import("../types/rule.js").MatcherType.String;
336
661
  } | {
337
662
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -339,8 +664,8 @@ declare const rules: readonly [{
339
664
  } | {
340
665
  match: import("../types/rule.js").MatcherType.ObjectValue;
341
666
  pathPattern?: string | undefined;
342
- })[]])[];
343
- variables: (string | [string, ({
667
+ })[]])[] | undefined;
668
+ variables?: (string | [string, ({
344
669
  match: import("../types/rule.js").MatcherType.String;
345
670
  } | {
346
671
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -348,8 +673,8 @@ declare const rules: readonly [{
348
673
  } | {
349
674
  match: import("../types/rule.js").MatcherType.ObjectValue;
350
675
  pathPattern?: string | undefined;
351
- })[]])[];
352
- attributes: (string | [string, ({
676
+ })[]])[] | undefined;
677
+ attributes?: (string | [string, ({
353
678
  match: import("../types/rule.js").MatcherType.String;
354
679
  } | {
355
680
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -357,8 +682,8 @@ declare const rules: readonly [{
357
682
  } | {
358
683
  match: import("../types/rule.js").MatcherType.ObjectValue;
359
684
  pathPattern?: string | undefined;
360
- })[]])[];
361
- callees: (string | [string, ({
685
+ })[]])[] | undefined;
686
+ callees?: (string | [string, ({
362
687
  match: import("../types/rule.js").MatcherType.String;
363
688
  } | {
364
689
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -366,7 +691,72 @@ declare const rules: readonly [{
366
691
  } | {
367
692
  match: import("../types/rule.js").MatcherType.ObjectValue;
368
693
  pathPattern?: string | undefined;
369
- })[]])[];
694
+ })[]])[] | undefined;
695
+ selectors: ({
696
+ callTarget?: number | "all" | "first" | "last" | undefined;
697
+ kind: import("../types/rule.js").SelectorKind.Callee;
698
+ match?: ({
699
+ type: import("../types/rule.js").MatcherType.String;
700
+ } | {
701
+ path?: string | undefined;
702
+ type: import("../types/rule.js").MatcherType.ObjectKey;
703
+ } | {
704
+ path?: string | undefined;
705
+ type: import("../types/rule.js").MatcherType.ObjectValue;
706
+ })[] | undefined;
707
+ name: string;
708
+ path?: string | undefined;
709
+ } | {
710
+ callTarget?: number | "all" | "first" | "last" | undefined;
711
+ kind: import("../types/rule.js").SelectorKind.Callee;
712
+ match?: ({
713
+ type: import("../types/rule.js").MatcherType.String;
714
+ } | {
715
+ path?: string | undefined;
716
+ type: import("../types/rule.js").MatcherType.ObjectKey;
717
+ } | {
718
+ path?: string | undefined;
719
+ type: import("../types/rule.js").MatcherType.ObjectValue;
720
+ })[] | undefined;
721
+ name?: string | undefined;
722
+ path: string;
723
+ } | {
724
+ kind: import("../types/rule.js").SelectorKind.Attribute;
725
+ match?: ({
726
+ type: import("../types/rule.js").MatcherType.String;
727
+ } | {
728
+ path?: string | undefined;
729
+ type: import("../types/rule.js").MatcherType.ObjectKey;
730
+ } | {
731
+ path?: string | undefined;
732
+ type: import("../types/rule.js").MatcherType.ObjectValue;
733
+ })[] | undefined;
734
+ name: string;
735
+ } | {
736
+ kind: import("../types/rule.js").SelectorKind.Tag;
737
+ match?: ({
738
+ type: import("../types/rule.js").MatcherType.String;
739
+ } | {
740
+ path?: string | undefined;
741
+ type: import("../types/rule.js").MatcherType.ObjectKey;
742
+ } | {
743
+ path?: string | undefined;
744
+ type: import("../types/rule.js").MatcherType.ObjectValue;
745
+ })[] | undefined;
746
+ name: string;
747
+ } | {
748
+ kind: import("../types/rule.js").SelectorKind.Variable;
749
+ match?: ({
750
+ type: import("../types/rule.js").MatcherType.String;
751
+ } | {
752
+ path?: string | undefined;
753
+ type: import("../types/rule.js").MatcherType.ObjectKey;
754
+ } | {
755
+ path?: string | undefined;
756
+ type: import("../types/rule.js").MatcherType.ObjectValue;
757
+ })[] | undefined;
758
+ name: string;
759
+ })[];
370
760
  } & {
371
761
  classesPerLine: number;
372
762
  group: "never" | "newLine" | "emptyLine";
@@ -411,7 +801,7 @@ declare const rules: readonly [{
411
801
  tailwindConfig?: string | undefined;
412
802
  messageStyle: "visual" | "compact" | "raw";
413
803
  entryPoint?: string | undefined;
414
- tags: (string | [string, ({
804
+ tags?: (string | [string, ({
415
805
  match: import("../types/rule.js").MatcherType.String;
416
806
  } | {
417
807
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -419,8 +809,8 @@ declare const rules: readonly [{
419
809
  } | {
420
810
  match: import("../types/rule.js").MatcherType.ObjectValue;
421
811
  pathPattern?: string | undefined;
422
- })[]])[];
423
- variables: (string | [string, ({
812
+ })[]])[] | undefined;
813
+ variables?: (string | [string, ({
424
814
  match: import("../types/rule.js").MatcherType.String;
425
815
  } | {
426
816
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -428,8 +818,8 @@ declare const rules: readonly [{
428
818
  } | {
429
819
  match: import("../types/rule.js").MatcherType.ObjectValue;
430
820
  pathPattern?: string | undefined;
431
- })[]])[];
432
- attributes: (string | [string, ({
821
+ })[]])[] | undefined;
822
+ attributes?: (string | [string, ({
433
823
  match: import("../types/rule.js").MatcherType.String;
434
824
  } | {
435
825
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -437,8 +827,8 @@ declare const rules: readonly [{
437
827
  } | {
438
828
  match: import("../types/rule.js").MatcherType.ObjectValue;
439
829
  pathPattern?: string | undefined;
440
- })[]])[];
441
- callees: (string | [string, ({
830
+ })[]])[] | undefined;
831
+ callees?: (string | [string, ({
442
832
  match: import("../types/rule.js").MatcherType.String;
443
833
  } | {
444
834
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -446,9 +836,74 @@ declare const rules: readonly [{
446
836
  } | {
447
837
  match: import("../types/rule.js").MatcherType.ObjectValue;
448
838
  pathPattern?: string | undefined;
449
- })[]])[];
839
+ })[]])[] | undefined;
840
+ selectors: ({
841
+ callTarget?: number | "all" | "first" | "last" | undefined;
842
+ kind: import("../types/rule.js").SelectorKind.Callee;
843
+ match?: ({
844
+ type: import("../types/rule.js").MatcherType.String;
845
+ } | {
846
+ path?: string | undefined;
847
+ type: import("../types/rule.js").MatcherType.ObjectKey;
848
+ } | {
849
+ path?: string | undefined;
850
+ type: import("../types/rule.js").MatcherType.ObjectValue;
851
+ })[] | undefined;
852
+ name: string;
853
+ path?: string | undefined;
854
+ } | {
855
+ callTarget?: number | "all" | "first" | "last" | undefined;
856
+ kind: import("../types/rule.js").SelectorKind.Callee;
857
+ match?: ({
858
+ type: import("../types/rule.js").MatcherType.String;
859
+ } | {
860
+ path?: string | undefined;
861
+ type: import("../types/rule.js").MatcherType.ObjectKey;
862
+ } | {
863
+ path?: string | undefined;
864
+ type: import("../types/rule.js").MatcherType.ObjectValue;
865
+ })[] | undefined;
866
+ name?: string | undefined;
867
+ path: string;
868
+ } | {
869
+ kind: import("../types/rule.js").SelectorKind.Attribute;
870
+ match?: ({
871
+ type: import("../types/rule.js").MatcherType.String;
872
+ } | {
873
+ path?: string | undefined;
874
+ type: import("../types/rule.js").MatcherType.ObjectKey;
875
+ } | {
876
+ path?: string | undefined;
877
+ type: import("../types/rule.js").MatcherType.ObjectValue;
878
+ })[] | undefined;
879
+ name: string;
880
+ } | {
881
+ kind: import("../types/rule.js").SelectorKind.Tag;
882
+ match?: ({
883
+ type: import("../types/rule.js").MatcherType.String;
884
+ } | {
885
+ path?: string | undefined;
886
+ type: import("../types/rule.js").MatcherType.ObjectKey;
887
+ } | {
888
+ path?: string | undefined;
889
+ type: import("../types/rule.js").MatcherType.ObjectValue;
890
+ })[] | undefined;
891
+ name: string;
892
+ } | {
893
+ kind: import("../types/rule.js").SelectorKind.Variable;
894
+ match?: ({
895
+ type: import("../types/rule.js").MatcherType.String;
896
+ } | {
897
+ path?: string | undefined;
898
+ type: import("../types/rule.js").MatcherType.ObjectKey;
899
+ } | {
900
+ path?: string | undefined;
901
+ type: import("../types/rule.js").MatcherType.ObjectValue;
902
+ })[] | undefined;
903
+ name: string;
904
+ })[];
450
905
  } & {
451
- syntax: "shorthand" | "variable";
906
+ syntax: "variable" | "shorthand";
452
907
  };
453
908
  recommended: false;
454
909
  rule: {
@@ -462,7 +917,7 @@ declare const rules: readonly [{
462
917
  tailwindConfig?: string | undefined;
463
918
  messageStyle: "visual" | "compact" | "raw";
464
919
  entryPoint?: string | undefined;
465
- tags: (string | [string, ({
920
+ tags?: (string | [string, ({
466
921
  match: import("../types/rule.js").MatcherType.String;
467
922
  } | {
468
923
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -470,8 +925,8 @@ declare const rules: readonly [{
470
925
  } | {
471
926
  match: import("../types/rule.js").MatcherType.ObjectValue;
472
927
  pathPattern?: string | undefined;
473
- })[]])[];
474
- variables: (string | [string, ({
928
+ })[]])[] | undefined;
929
+ variables?: (string | [string, ({
475
930
  match: import("../types/rule.js").MatcherType.String;
476
931
  } | {
477
932
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -479,8 +934,8 @@ declare const rules: readonly [{
479
934
  } | {
480
935
  match: import("../types/rule.js").MatcherType.ObjectValue;
481
936
  pathPattern?: string | undefined;
482
- })[]])[];
483
- attributes: (string | [string, ({
937
+ })[]])[] | undefined;
938
+ attributes?: (string | [string, ({
484
939
  match: import("../types/rule.js").MatcherType.String;
485
940
  } | {
486
941
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -488,8 +943,8 @@ declare const rules: readonly [{
488
943
  } | {
489
944
  match: import("../types/rule.js").MatcherType.ObjectValue;
490
945
  pathPattern?: string | undefined;
491
- })[]])[];
492
- callees: (string | [string, ({
946
+ })[]])[] | undefined;
947
+ callees?: (string | [string, ({
493
948
  match: import("../types/rule.js").MatcherType.String;
494
949
  } | {
495
950
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -497,9 +952,74 @@ declare const rules: readonly [{
497
952
  } | {
498
953
  match: import("../types/rule.js").MatcherType.ObjectValue;
499
954
  pathPattern?: string | undefined;
500
- })[]])[];
955
+ })[]])[] | undefined;
956
+ selectors: ({
957
+ callTarget?: number | "all" | "first" | "last" | undefined;
958
+ kind: import("../types/rule.js").SelectorKind.Callee;
959
+ match?: ({
960
+ type: import("../types/rule.js").MatcherType.String;
961
+ } | {
962
+ path?: string | undefined;
963
+ type: import("../types/rule.js").MatcherType.ObjectKey;
964
+ } | {
965
+ path?: string | undefined;
966
+ type: import("../types/rule.js").MatcherType.ObjectValue;
967
+ })[] | undefined;
968
+ name: string;
969
+ path?: string | undefined;
970
+ } | {
971
+ callTarget?: number | "all" | "first" | "last" | undefined;
972
+ kind: import("../types/rule.js").SelectorKind.Callee;
973
+ match?: ({
974
+ type: import("../types/rule.js").MatcherType.String;
975
+ } | {
976
+ path?: string | undefined;
977
+ type: import("../types/rule.js").MatcherType.ObjectKey;
978
+ } | {
979
+ path?: string | undefined;
980
+ type: import("../types/rule.js").MatcherType.ObjectValue;
981
+ })[] | undefined;
982
+ name?: string | undefined;
983
+ path: string;
984
+ } | {
985
+ kind: import("../types/rule.js").SelectorKind.Attribute;
986
+ match?: ({
987
+ type: import("../types/rule.js").MatcherType.String;
988
+ } | {
989
+ path?: string | undefined;
990
+ type: import("../types/rule.js").MatcherType.ObjectKey;
991
+ } | {
992
+ path?: string | undefined;
993
+ type: import("../types/rule.js").MatcherType.ObjectValue;
994
+ })[] | undefined;
995
+ name: string;
996
+ } | {
997
+ kind: import("../types/rule.js").SelectorKind.Tag;
998
+ match?: ({
999
+ type: import("../types/rule.js").MatcherType.String;
1000
+ } | {
1001
+ path?: string | undefined;
1002
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1003
+ } | {
1004
+ path?: string | undefined;
1005
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1006
+ })[] | undefined;
1007
+ name: string;
1008
+ } | {
1009
+ kind: import("../types/rule.js").SelectorKind.Variable;
1010
+ match?: ({
1011
+ type: import("../types/rule.js").MatcherType.String;
1012
+ } | {
1013
+ path?: string | undefined;
1014
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1015
+ } | {
1016
+ path?: string | undefined;
1017
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1018
+ })[] | undefined;
1019
+ name: string;
1020
+ })[];
501
1021
  } & {
502
- syntax: "shorthand" | "variable";
1022
+ syntax: "variable" | "shorthand";
503
1023
  }>];
504
1024
  Node: import("eslint").JSSyntaxElement;
505
1025
  MessageIds: "incorrect";
@@ -536,7 +1056,7 @@ declare const rules: readonly [{
536
1056
  tailwindConfig?: string | undefined;
537
1057
  messageStyle: "visual" | "compact" | "raw";
538
1058
  entryPoint?: string | undefined;
539
- tags: (string | [string, ({
1059
+ tags?: (string | [string, ({
540
1060
  match: import("../types/rule.js").MatcherType.String;
541
1061
  } | {
542
1062
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -544,8 +1064,8 @@ declare const rules: readonly [{
544
1064
  } | {
545
1065
  match: import("../types/rule.js").MatcherType.ObjectValue;
546
1066
  pathPattern?: string | undefined;
547
- })[]])[];
548
- variables: (string | [string, ({
1067
+ })[]])[] | undefined;
1068
+ variables?: (string | [string, ({
549
1069
  match: import("../types/rule.js").MatcherType.String;
550
1070
  } | {
551
1071
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -553,8 +1073,8 @@ declare const rules: readonly [{
553
1073
  } | {
554
1074
  match: import("../types/rule.js").MatcherType.ObjectValue;
555
1075
  pathPattern?: string | undefined;
556
- })[]])[];
557
- attributes: (string | [string, ({
1076
+ })[]])[] | undefined;
1077
+ attributes?: (string | [string, ({
558
1078
  match: import("../types/rule.js").MatcherType.String;
559
1079
  } | {
560
1080
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -562,8 +1082,8 @@ declare const rules: readonly [{
562
1082
  } | {
563
1083
  match: import("../types/rule.js").MatcherType.ObjectValue;
564
1084
  pathPattern?: string | undefined;
565
- })[]])[];
566
- callees: (string | [string, ({
1085
+ })[]])[] | undefined;
1086
+ callees?: (string | [string, ({
567
1087
  match: import("../types/rule.js").MatcherType.String;
568
1088
  } | {
569
1089
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -571,7 +1091,72 @@ declare const rules: readonly [{
571
1091
  } | {
572
1092
  match: import("../types/rule.js").MatcherType.ObjectValue;
573
1093
  pathPattern?: string | undefined;
574
- })[]])[];
1094
+ })[]])[] | undefined;
1095
+ selectors: ({
1096
+ callTarget?: number | "all" | "first" | "last" | undefined;
1097
+ kind: import("../types/rule.js").SelectorKind.Callee;
1098
+ match?: ({
1099
+ type: import("../types/rule.js").MatcherType.String;
1100
+ } | {
1101
+ path?: string | undefined;
1102
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1103
+ } | {
1104
+ path?: string | undefined;
1105
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1106
+ })[] | undefined;
1107
+ name: string;
1108
+ path?: string | undefined;
1109
+ } | {
1110
+ callTarget?: number | "all" | "first" | "last" | undefined;
1111
+ kind: import("../types/rule.js").SelectorKind.Callee;
1112
+ match?: ({
1113
+ type: import("../types/rule.js").MatcherType.String;
1114
+ } | {
1115
+ path?: string | undefined;
1116
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1117
+ } | {
1118
+ path?: string | undefined;
1119
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1120
+ })[] | undefined;
1121
+ name?: string | undefined;
1122
+ path: string;
1123
+ } | {
1124
+ kind: import("../types/rule.js").SelectorKind.Attribute;
1125
+ match?: ({
1126
+ type: import("../types/rule.js").MatcherType.String;
1127
+ } | {
1128
+ path?: string | undefined;
1129
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1130
+ } | {
1131
+ path?: string | undefined;
1132
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1133
+ })[] | undefined;
1134
+ name: string;
1135
+ } | {
1136
+ kind: import("../types/rule.js").SelectorKind.Tag;
1137
+ match?: ({
1138
+ type: import("../types/rule.js").MatcherType.String;
1139
+ } | {
1140
+ path?: string | undefined;
1141
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1142
+ } | {
1143
+ path?: string | undefined;
1144
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1145
+ })[] | undefined;
1146
+ name: string;
1147
+ } | {
1148
+ kind: import("../types/rule.js").SelectorKind.Variable;
1149
+ match?: ({
1150
+ type: import("../types/rule.js").MatcherType.String;
1151
+ } | {
1152
+ path?: string | undefined;
1153
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1154
+ } | {
1155
+ path?: string | undefined;
1156
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1157
+ })[] | undefined;
1158
+ name: string;
1159
+ })[];
575
1160
  } & {
576
1161
  [x: string]: unknown;
577
1162
  };
@@ -587,7 +1172,7 @@ declare const rules: readonly [{
587
1172
  tailwindConfig?: string | undefined;
588
1173
  messageStyle: "visual" | "compact" | "raw";
589
1174
  entryPoint?: string | undefined;
590
- tags: (string | [string, ({
1175
+ tags?: (string | [string, ({
591
1176
  match: import("../types/rule.js").MatcherType.String;
592
1177
  } | {
593
1178
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -595,8 +1180,8 @@ declare const rules: readonly [{
595
1180
  } | {
596
1181
  match: import("../types/rule.js").MatcherType.ObjectValue;
597
1182
  pathPattern?: string | undefined;
598
- })[]])[];
599
- variables: (string | [string, ({
1183
+ })[]])[] | undefined;
1184
+ variables?: (string | [string, ({
600
1185
  match: import("../types/rule.js").MatcherType.String;
601
1186
  } | {
602
1187
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -604,8 +1189,8 @@ declare const rules: readonly [{
604
1189
  } | {
605
1190
  match: import("../types/rule.js").MatcherType.ObjectValue;
606
1191
  pathPattern?: string | undefined;
607
- })[]])[];
608
- attributes: (string | [string, ({
1192
+ })[]])[] | undefined;
1193
+ attributes?: (string | [string, ({
609
1194
  match: import("../types/rule.js").MatcherType.String;
610
1195
  } | {
611
1196
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -613,8 +1198,8 @@ declare const rules: readonly [{
613
1198
  } | {
614
1199
  match: import("../types/rule.js").MatcherType.ObjectValue;
615
1200
  pathPattern?: string | undefined;
616
- })[]])[];
617
- callees: (string | [string, ({
1201
+ })[]])[] | undefined;
1202
+ callees?: (string | [string, ({
618
1203
  match: import("../types/rule.js").MatcherType.String;
619
1204
  } | {
620
1205
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -622,7 +1207,72 @@ declare const rules: readonly [{
622
1207
  } | {
623
1208
  match: import("../types/rule.js").MatcherType.ObjectValue;
624
1209
  pathPattern?: string | undefined;
625
- })[]])[];
1210
+ })[]])[] | undefined;
1211
+ selectors: ({
1212
+ callTarget?: number | "all" | "first" | "last" | undefined;
1213
+ kind: import("../types/rule.js").SelectorKind.Callee;
1214
+ match?: ({
1215
+ type: import("../types/rule.js").MatcherType.String;
1216
+ } | {
1217
+ path?: string | undefined;
1218
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1219
+ } | {
1220
+ path?: string | undefined;
1221
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1222
+ })[] | undefined;
1223
+ name: string;
1224
+ path?: string | undefined;
1225
+ } | {
1226
+ callTarget?: number | "all" | "first" | "last" | undefined;
1227
+ kind: import("../types/rule.js").SelectorKind.Callee;
1228
+ match?: ({
1229
+ type: import("../types/rule.js").MatcherType.String;
1230
+ } | {
1231
+ path?: string | undefined;
1232
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1233
+ } | {
1234
+ path?: string | undefined;
1235
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1236
+ })[] | undefined;
1237
+ name?: string | undefined;
1238
+ path: string;
1239
+ } | {
1240
+ kind: import("../types/rule.js").SelectorKind.Attribute;
1241
+ match?: ({
1242
+ type: import("../types/rule.js").MatcherType.String;
1243
+ } | {
1244
+ path?: string | undefined;
1245
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1246
+ } | {
1247
+ path?: string | undefined;
1248
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1249
+ })[] | undefined;
1250
+ name: string;
1251
+ } | {
1252
+ kind: import("../types/rule.js").SelectorKind.Tag;
1253
+ match?: ({
1254
+ type: import("../types/rule.js").MatcherType.String;
1255
+ } | {
1256
+ path?: string | undefined;
1257
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1258
+ } | {
1259
+ path?: string | undefined;
1260
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1261
+ })[] | undefined;
1262
+ name: string;
1263
+ } | {
1264
+ kind: import("../types/rule.js").SelectorKind.Variable;
1265
+ match?: ({
1266
+ type: import("../types/rule.js").MatcherType.String;
1267
+ } | {
1268
+ path?: string | undefined;
1269
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1270
+ } | {
1271
+ path?: string | undefined;
1272
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1273
+ })[] | undefined;
1274
+ name: string;
1275
+ })[];
626
1276
  } & {
627
1277
  [x: string]: unknown;
628
1278
  }>];
@@ -661,7 +1311,7 @@ declare const rules: readonly [{
661
1311
  tailwindConfig?: string | undefined;
662
1312
  messageStyle: "visual" | "compact" | "raw";
663
1313
  entryPoint?: string | undefined;
664
- tags: (string | [string, ({
1314
+ tags?: (string | [string, ({
665
1315
  match: import("../types/rule.js").MatcherType.String;
666
1316
  } | {
667
1317
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -669,8 +1319,8 @@ declare const rules: readonly [{
669
1319
  } | {
670
1320
  match: import("../types/rule.js").MatcherType.ObjectValue;
671
1321
  pathPattern?: string | undefined;
672
- })[]])[];
673
- variables: (string | [string, ({
1322
+ })[]])[] | undefined;
1323
+ variables?: (string | [string, ({
674
1324
  match: import("../types/rule.js").MatcherType.String;
675
1325
  } | {
676
1326
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -678,8 +1328,8 @@ declare const rules: readonly [{
678
1328
  } | {
679
1329
  match: import("../types/rule.js").MatcherType.ObjectValue;
680
1330
  pathPattern?: string | undefined;
681
- })[]])[];
682
- attributes: (string | [string, ({
1331
+ })[]])[] | undefined;
1332
+ attributes?: (string | [string, ({
683
1333
  match: import("../types/rule.js").MatcherType.String;
684
1334
  } | {
685
1335
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -687,8 +1337,8 @@ declare const rules: readonly [{
687
1337
  } | {
688
1338
  match: import("../types/rule.js").MatcherType.ObjectValue;
689
1339
  pathPattern?: string | undefined;
690
- })[]])[];
691
- callees: (string | [string, ({
1340
+ })[]])[] | undefined;
1341
+ callees?: (string | [string, ({
692
1342
  match: import("../types/rule.js").MatcherType.String;
693
1343
  } | {
694
1344
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -696,7 +1346,72 @@ declare const rules: readonly [{
696
1346
  } | {
697
1347
  match: import("../types/rule.js").MatcherType.ObjectValue;
698
1348
  pathPattern?: string | undefined;
699
- })[]])[];
1349
+ })[]])[] | undefined;
1350
+ selectors: ({
1351
+ callTarget?: number | "all" | "first" | "last" | undefined;
1352
+ kind: import("../types/rule.js").SelectorKind.Callee;
1353
+ match?: ({
1354
+ type: import("../types/rule.js").MatcherType.String;
1355
+ } | {
1356
+ path?: string | undefined;
1357
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1358
+ } | {
1359
+ path?: string | undefined;
1360
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1361
+ })[] | undefined;
1362
+ name: string;
1363
+ path?: string | undefined;
1364
+ } | {
1365
+ callTarget?: number | "all" | "first" | "last" | undefined;
1366
+ kind: import("../types/rule.js").SelectorKind.Callee;
1367
+ match?: ({
1368
+ type: import("../types/rule.js").MatcherType.String;
1369
+ } | {
1370
+ path?: string | undefined;
1371
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1372
+ } | {
1373
+ path?: string | undefined;
1374
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1375
+ })[] | undefined;
1376
+ name?: string | undefined;
1377
+ path: string;
1378
+ } | {
1379
+ kind: import("../types/rule.js").SelectorKind.Attribute;
1380
+ match?: ({
1381
+ type: import("../types/rule.js").MatcherType.String;
1382
+ } | {
1383
+ path?: string | undefined;
1384
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1385
+ } | {
1386
+ path?: string | undefined;
1387
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1388
+ })[] | undefined;
1389
+ name: string;
1390
+ } | {
1391
+ kind: import("../types/rule.js").SelectorKind.Tag;
1392
+ match?: ({
1393
+ type: import("../types/rule.js").MatcherType.String;
1394
+ } | {
1395
+ path?: string | undefined;
1396
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1397
+ } | {
1398
+ path?: string | undefined;
1399
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1400
+ })[] | undefined;
1401
+ name: string;
1402
+ } | {
1403
+ kind: import("../types/rule.js").SelectorKind.Variable;
1404
+ match?: ({
1405
+ type: import("../types/rule.js").MatcherType.String;
1406
+ } | {
1407
+ path?: string | undefined;
1408
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1409
+ } | {
1410
+ path?: string | undefined;
1411
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1412
+ })[] | undefined;
1413
+ name: string;
1414
+ })[];
700
1415
  } & {
701
1416
  [x: string]: unknown;
702
1417
  };
@@ -712,7 +1427,7 @@ declare const rules: readonly [{
712
1427
  tailwindConfig?: string | undefined;
713
1428
  messageStyle: "visual" | "compact" | "raw";
714
1429
  entryPoint?: string | undefined;
715
- tags: (string | [string, ({
1430
+ tags?: (string | [string, ({
716
1431
  match: import("../types/rule.js").MatcherType.String;
717
1432
  } | {
718
1433
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -720,8 +1435,8 @@ declare const rules: readonly [{
720
1435
  } | {
721
1436
  match: import("../types/rule.js").MatcherType.ObjectValue;
722
1437
  pathPattern?: string | undefined;
723
- })[]])[];
724
- variables: (string | [string, ({
1438
+ })[]])[] | undefined;
1439
+ variables?: (string | [string, ({
725
1440
  match: import("../types/rule.js").MatcherType.String;
726
1441
  } | {
727
1442
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -729,8 +1444,8 @@ declare const rules: readonly [{
729
1444
  } | {
730
1445
  match: import("../types/rule.js").MatcherType.ObjectValue;
731
1446
  pathPattern?: string | undefined;
732
- })[]])[];
733
- attributes: (string | [string, ({
1447
+ })[]])[] | undefined;
1448
+ attributes?: (string | [string, ({
734
1449
  match: import("../types/rule.js").MatcherType.String;
735
1450
  } | {
736
1451
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -738,8 +1453,8 @@ declare const rules: readonly [{
738
1453
  } | {
739
1454
  match: import("../types/rule.js").MatcherType.ObjectValue;
740
1455
  pathPattern?: string | undefined;
741
- })[]])[];
742
- callees: (string | [string, ({
1456
+ })[]])[] | undefined;
1457
+ callees?: (string | [string, ({
743
1458
  match: import("../types/rule.js").MatcherType.String;
744
1459
  } | {
745
1460
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -747,7 +1462,72 @@ declare const rules: readonly [{
747
1462
  } | {
748
1463
  match: import("../types/rule.js").MatcherType.ObjectValue;
749
1464
  pathPattern?: string | undefined;
750
- })[]])[];
1465
+ })[]])[] | undefined;
1466
+ selectors: ({
1467
+ callTarget?: number | "all" | "first" | "last" | undefined;
1468
+ kind: import("../types/rule.js").SelectorKind.Callee;
1469
+ match?: ({
1470
+ type: import("../types/rule.js").MatcherType.String;
1471
+ } | {
1472
+ path?: string | undefined;
1473
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1474
+ } | {
1475
+ path?: string | undefined;
1476
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1477
+ })[] | undefined;
1478
+ name: string;
1479
+ path?: string | undefined;
1480
+ } | {
1481
+ callTarget?: number | "all" | "first" | "last" | undefined;
1482
+ kind: import("../types/rule.js").SelectorKind.Callee;
1483
+ match?: ({
1484
+ type: import("../types/rule.js").MatcherType.String;
1485
+ } | {
1486
+ path?: string | undefined;
1487
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1488
+ } | {
1489
+ path?: string | undefined;
1490
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1491
+ })[] | undefined;
1492
+ name?: string | undefined;
1493
+ path: string;
1494
+ } | {
1495
+ kind: import("../types/rule.js").SelectorKind.Attribute;
1496
+ match?: ({
1497
+ type: import("../types/rule.js").MatcherType.String;
1498
+ } | {
1499
+ path?: string | undefined;
1500
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1501
+ } | {
1502
+ path?: string | undefined;
1503
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1504
+ })[] | undefined;
1505
+ name: string;
1506
+ } | {
1507
+ kind: import("../types/rule.js").SelectorKind.Tag;
1508
+ match?: ({
1509
+ type: import("../types/rule.js").MatcherType.String;
1510
+ } | {
1511
+ path?: string | undefined;
1512
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1513
+ } | {
1514
+ path?: string | undefined;
1515
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1516
+ })[] | undefined;
1517
+ name: string;
1518
+ } | {
1519
+ kind: import("../types/rule.js").SelectorKind.Variable;
1520
+ match?: ({
1521
+ type: import("../types/rule.js").MatcherType.String;
1522
+ } | {
1523
+ path?: string | undefined;
1524
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1525
+ } | {
1526
+ path?: string | undefined;
1527
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1528
+ })[] | undefined;
1529
+ name: string;
1530
+ })[];
751
1531
  } & {
752
1532
  [x: string]: unknown;
753
1533
  }>];
@@ -786,7 +1566,7 @@ declare const rules: readonly [{
786
1566
  tailwindConfig?: string | undefined;
787
1567
  messageStyle: "visual" | "compact" | "raw";
788
1568
  entryPoint?: string | undefined;
789
- tags: (string | [string, ({
1569
+ tags?: (string | [string, ({
790
1570
  match: import("../types/rule.js").MatcherType.String;
791
1571
  } | {
792
1572
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -794,8 +1574,8 @@ declare const rules: readonly [{
794
1574
  } | {
795
1575
  match: import("../types/rule.js").MatcherType.ObjectValue;
796
1576
  pathPattern?: string | undefined;
797
- })[]])[];
798
- variables: (string | [string, ({
1577
+ })[]])[] | undefined;
1578
+ variables?: (string | [string, ({
799
1579
  match: import("../types/rule.js").MatcherType.String;
800
1580
  } | {
801
1581
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -803,8 +1583,8 @@ declare const rules: readonly [{
803
1583
  } | {
804
1584
  match: import("../types/rule.js").MatcherType.ObjectValue;
805
1585
  pathPattern?: string | undefined;
806
- })[]])[];
807
- attributes: (string | [string, ({
1586
+ })[]])[] | undefined;
1587
+ attributes?: (string | [string, ({
808
1588
  match: import("../types/rule.js").MatcherType.String;
809
1589
  } | {
810
1590
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -812,8 +1592,8 @@ declare const rules: readonly [{
812
1592
  } | {
813
1593
  match: import("../types/rule.js").MatcherType.ObjectValue;
814
1594
  pathPattern?: string | undefined;
815
- })[]])[];
816
- callees: (string | [string, ({
1595
+ })[]])[] | undefined;
1596
+ callees?: (string | [string, ({
817
1597
  match: import("../types/rule.js").MatcherType.String;
818
1598
  } | {
819
1599
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -821,7 +1601,72 @@ declare const rules: readonly [{
821
1601
  } | {
822
1602
  match: import("../types/rule.js").MatcherType.ObjectValue;
823
1603
  pathPattern?: string | undefined;
824
- })[]])[];
1604
+ })[]])[] | undefined;
1605
+ selectors: ({
1606
+ callTarget?: number | "all" | "first" | "last" | undefined;
1607
+ kind: import("../types/rule.js").SelectorKind.Callee;
1608
+ match?: ({
1609
+ type: import("../types/rule.js").MatcherType.String;
1610
+ } | {
1611
+ path?: string | undefined;
1612
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1613
+ } | {
1614
+ path?: string | undefined;
1615
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1616
+ })[] | undefined;
1617
+ name: string;
1618
+ path?: string | undefined;
1619
+ } | {
1620
+ callTarget?: number | "all" | "first" | "last" | undefined;
1621
+ kind: import("../types/rule.js").SelectorKind.Callee;
1622
+ match?: ({
1623
+ type: import("../types/rule.js").MatcherType.String;
1624
+ } | {
1625
+ path?: string | undefined;
1626
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1627
+ } | {
1628
+ path?: string | undefined;
1629
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1630
+ })[] | undefined;
1631
+ name?: string | undefined;
1632
+ path: string;
1633
+ } | {
1634
+ kind: import("../types/rule.js").SelectorKind.Attribute;
1635
+ match?: ({
1636
+ type: import("../types/rule.js").MatcherType.String;
1637
+ } | {
1638
+ path?: string | undefined;
1639
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1640
+ } | {
1641
+ path?: string | undefined;
1642
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1643
+ })[] | undefined;
1644
+ name: string;
1645
+ } | {
1646
+ kind: import("../types/rule.js").SelectorKind.Tag;
1647
+ match?: ({
1648
+ type: import("../types/rule.js").MatcherType.String;
1649
+ } | {
1650
+ path?: string | undefined;
1651
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1652
+ } | {
1653
+ path?: string | undefined;
1654
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1655
+ })[] | undefined;
1656
+ name: string;
1657
+ } | {
1658
+ kind: import("../types/rule.js").SelectorKind.Variable;
1659
+ match?: ({
1660
+ type: import("../types/rule.js").MatcherType.String;
1661
+ } | {
1662
+ path?: string | undefined;
1663
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1664
+ } | {
1665
+ path?: string | undefined;
1666
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1667
+ })[] | undefined;
1668
+ name: string;
1669
+ })[];
825
1670
  } & {
826
1671
  [x: string]: unknown;
827
1672
  };
@@ -837,7 +1682,7 @@ declare const rules: readonly [{
837
1682
  tailwindConfig?: string | undefined;
838
1683
  messageStyle: "visual" | "compact" | "raw";
839
1684
  entryPoint?: string | undefined;
840
- tags: (string | [string, ({
1685
+ tags?: (string | [string, ({
841
1686
  match: import("../types/rule.js").MatcherType.String;
842
1687
  } | {
843
1688
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -845,8 +1690,8 @@ declare const rules: readonly [{
845
1690
  } | {
846
1691
  match: import("../types/rule.js").MatcherType.ObjectValue;
847
1692
  pathPattern?: string | undefined;
848
- })[]])[];
849
- variables: (string | [string, ({
1693
+ })[]])[] | undefined;
1694
+ variables?: (string | [string, ({
850
1695
  match: import("../types/rule.js").MatcherType.String;
851
1696
  } | {
852
1697
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -854,8 +1699,8 @@ declare const rules: readonly [{
854
1699
  } | {
855
1700
  match: import("../types/rule.js").MatcherType.ObjectValue;
856
1701
  pathPattern?: string | undefined;
857
- })[]])[];
858
- attributes: (string | [string, ({
1702
+ })[]])[] | undefined;
1703
+ attributes?: (string | [string, ({
859
1704
  match: import("../types/rule.js").MatcherType.String;
860
1705
  } | {
861
1706
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -863,8 +1708,8 @@ declare const rules: readonly [{
863
1708
  } | {
864
1709
  match: import("../types/rule.js").MatcherType.ObjectValue;
865
1710
  pathPattern?: string | undefined;
866
- })[]])[];
867
- callees: (string | [string, ({
1711
+ })[]])[] | undefined;
1712
+ callees?: (string | [string, ({
868
1713
  match: import("../types/rule.js").MatcherType.String;
869
1714
  } | {
870
1715
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -872,7 +1717,72 @@ declare const rules: readonly [{
872
1717
  } | {
873
1718
  match: import("../types/rule.js").MatcherType.ObjectValue;
874
1719
  pathPattern?: string | undefined;
875
- })[]])[];
1720
+ })[]])[] | undefined;
1721
+ selectors: ({
1722
+ callTarget?: number | "all" | "first" | "last" | undefined;
1723
+ kind: import("../types/rule.js").SelectorKind.Callee;
1724
+ match?: ({
1725
+ type: import("../types/rule.js").MatcherType.String;
1726
+ } | {
1727
+ path?: string | undefined;
1728
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1729
+ } | {
1730
+ path?: string | undefined;
1731
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1732
+ })[] | undefined;
1733
+ name: string;
1734
+ path?: string | undefined;
1735
+ } | {
1736
+ callTarget?: number | "all" | "first" | "last" | undefined;
1737
+ kind: import("../types/rule.js").SelectorKind.Callee;
1738
+ match?: ({
1739
+ type: import("../types/rule.js").MatcherType.String;
1740
+ } | {
1741
+ path?: string | undefined;
1742
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1743
+ } | {
1744
+ path?: string | undefined;
1745
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1746
+ })[] | undefined;
1747
+ name?: string | undefined;
1748
+ path: string;
1749
+ } | {
1750
+ kind: import("../types/rule.js").SelectorKind.Attribute;
1751
+ match?: ({
1752
+ type: import("../types/rule.js").MatcherType.String;
1753
+ } | {
1754
+ path?: string | undefined;
1755
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1756
+ } | {
1757
+ path?: string | undefined;
1758
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1759
+ })[] | undefined;
1760
+ name: string;
1761
+ } | {
1762
+ kind: import("../types/rule.js").SelectorKind.Tag;
1763
+ match?: ({
1764
+ type: import("../types/rule.js").MatcherType.String;
1765
+ } | {
1766
+ path?: string | undefined;
1767
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1768
+ } | {
1769
+ path?: string | undefined;
1770
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1771
+ })[] | undefined;
1772
+ name: string;
1773
+ } | {
1774
+ kind: import("../types/rule.js").SelectorKind.Variable;
1775
+ match?: ({
1776
+ type: import("../types/rule.js").MatcherType.String;
1777
+ } | {
1778
+ path?: string | undefined;
1779
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1780
+ } | {
1781
+ path?: string | undefined;
1782
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1783
+ })[] | undefined;
1784
+ name: string;
1785
+ })[];
876
1786
  } & {
877
1787
  [x: string]: unknown;
878
1788
  }>];
@@ -911,7 +1821,7 @@ declare const rules: readonly [{
911
1821
  tailwindConfig?: string | undefined;
912
1822
  messageStyle: "visual" | "compact" | "raw";
913
1823
  entryPoint?: string | undefined;
914
- tags: (string | [string, ({
1824
+ tags?: (string | [string, ({
915
1825
  match: import("../types/rule.js").MatcherType.String;
916
1826
  } | {
917
1827
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -919,8 +1829,8 @@ declare const rules: readonly [{
919
1829
  } | {
920
1830
  match: import("../types/rule.js").MatcherType.ObjectValue;
921
1831
  pathPattern?: string | undefined;
922
- })[]])[];
923
- variables: (string | [string, ({
1832
+ })[]])[] | undefined;
1833
+ variables?: (string | [string, ({
924
1834
  match: import("../types/rule.js").MatcherType.String;
925
1835
  } | {
926
1836
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -928,8 +1838,8 @@ declare const rules: readonly [{
928
1838
  } | {
929
1839
  match: import("../types/rule.js").MatcherType.ObjectValue;
930
1840
  pathPattern?: string | undefined;
931
- })[]])[];
932
- attributes: (string | [string, ({
1841
+ })[]])[] | undefined;
1842
+ attributes?: (string | [string, ({
933
1843
  match: import("../types/rule.js").MatcherType.String;
934
1844
  } | {
935
1845
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -937,8 +1847,8 @@ declare const rules: readonly [{
937
1847
  } | {
938
1848
  match: import("../types/rule.js").MatcherType.ObjectValue;
939
1849
  pathPattern?: string | undefined;
940
- })[]])[];
941
- callees: (string | [string, ({
1850
+ })[]])[] | undefined;
1851
+ callees?: (string | [string, ({
942
1852
  match: import("../types/rule.js").MatcherType.String;
943
1853
  } | {
944
1854
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -946,7 +1856,72 @@ declare const rules: readonly [{
946
1856
  } | {
947
1857
  match: import("../types/rule.js").MatcherType.ObjectValue;
948
1858
  pathPattern?: string | undefined;
949
- })[]])[];
1859
+ })[]])[] | undefined;
1860
+ selectors: ({
1861
+ callTarget?: number | "all" | "first" | "last" | undefined;
1862
+ kind: import("../types/rule.js").SelectorKind.Callee;
1863
+ match?: ({
1864
+ type: import("../types/rule.js").MatcherType.String;
1865
+ } | {
1866
+ path?: string | undefined;
1867
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1868
+ } | {
1869
+ path?: string | undefined;
1870
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1871
+ })[] | undefined;
1872
+ name: string;
1873
+ path?: string | undefined;
1874
+ } | {
1875
+ callTarget?: number | "all" | "first" | "last" | undefined;
1876
+ kind: import("../types/rule.js").SelectorKind.Callee;
1877
+ match?: ({
1878
+ type: import("../types/rule.js").MatcherType.String;
1879
+ } | {
1880
+ path?: string | undefined;
1881
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1882
+ } | {
1883
+ path?: string | undefined;
1884
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1885
+ })[] | undefined;
1886
+ name?: string | undefined;
1887
+ path: string;
1888
+ } | {
1889
+ kind: import("../types/rule.js").SelectorKind.Attribute;
1890
+ match?: ({
1891
+ type: import("../types/rule.js").MatcherType.String;
1892
+ } | {
1893
+ path?: string | undefined;
1894
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1895
+ } | {
1896
+ path?: string | undefined;
1897
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1898
+ })[] | undefined;
1899
+ name: string;
1900
+ } | {
1901
+ kind: import("../types/rule.js").SelectorKind.Tag;
1902
+ match?: ({
1903
+ type: import("../types/rule.js").MatcherType.String;
1904
+ } | {
1905
+ path?: string | undefined;
1906
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1907
+ } | {
1908
+ path?: string | undefined;
1909
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1910
+ })[] | undefined;
1911
+ name: string;
1912
+ } | {
1913
+ kind: import("../types/rule.js").SelectorKind.Variable;
1914
+ match?: ({
1915
+ type: import("../types/rule.js").MatcherType.String;
1916
+ } | {
1917
+ path?: string | undefined;
1918
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1919
+ } | {
1920
+ path?: string | undefined;
1921
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1922
+ })[] | undefined;
1923
+ name: string;
1924
+ })[];
950
1925
  } & {
951
1926
  [x: string]: unknown;
952
1927
  };
@@ -962,7 +1937,7 @@ declare const rules: readonly [{
962
1937
  tailwindConfig?: string | undefined;
963
1938
  messageStyle: "visual" | "compact" | "raw";
964
1939
  entryPoint?: string | undefined;
965
- tags: (string | [string, ({
1940
+ tags?: (string | [string, ({
966
1941
  match: import("../types/rule.js").MatcherType.String;
967
1942
  } | {
968
1943
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -970,8 +1945,8 @@ declare const rules: readonly [{
970
1945
  } | {
971
1946
  match: import("../types/rule.js").MatcherType.ObjectValue;
972
1947
  pathPattern?: string | undefined;
973
- })[]])[];
974
- variables: (string | [string, ({
1948
+ })[]])[] | undefined;
1949
+ variables?: (string | [string, ({
975
1950
  match: import("../types/rule.js").MatcherType.String;
976
1951
  } | {
977
1952
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -979,8 +1954,8 @@ declare const rules: readonly [{
979
1954
  } | {
980
1955
  match: import("../types/rule.js").MatcherType.ObjectValue;
981
1956
  pathPattern?: string | undefined;
982
- })[]])[];
983
- attributes: (string | [string, ({
1957
+ })[]])[] | undefined;
1958
+ attributes?: (string | [string, ({
984
1959
  match: import("../types/rule.js").MatcherType.String;
985
1960
  } | {
986
1961
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -988,8 +1963,8 @@ declare const rules: readonly [{
988
1963
  } | {
989
1964
  match: import("../types/rule.js").MatcherType.ObjectValue;
990
1965
  pathPattern?: string | undefined;
991
- })[]])[];
992
- callees: (string | [string, ({
1966
+ })[]])[] | undefined;
1967
+ callees?: (string | [string, ({
993
1968
  match: import("../types/rule.js").MatcherType.String;
994
1969
  } | {
995
1970
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -997,7 +1972,72 @@ declare const rules: readonly [{
997
1972
  } | {
998
1973
  match: import("../types/rule.js").MatcherType.ObjectValue;
999
1974
  pathPattern?: string | undefined;
1000
- })[]])[];
1975
+ })[]])[] | undefined;
1976
+ selectors: ({
1977
+ callTarget?: number | "all" | "first" | "last" | undefined;
1978
+ kind: import("../types/rule.js").SelectorKind.Callee;
1979
+ match?: ({
1980
+ type: import("../types/rule.js").MatcherType.String;
1981
+ } | {
1982
+ path?: string | undefined;
1983
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1984
+ } | {
1985
+ path?: string | undefined;
1986
+ type: import("../types/rule.js").MatcherType.ObjectValue;
1987
+ })[] | undefined;
1988
+ name: string;
1989
+ path?: string | undefined;
1990
+ } | {
1991
+ callTarget?: number | "all" | "first" | "last" | undefined;
1992
+ kind: import("../types/rule.js").SelectorKind.Callee;
1993
+ match?: ({
1994
+ type: import("../types/rule.js").MatcherType.String;
1995
+ } | {
1996
+ path?: string | undefined;
1997
+ type: import("../types/rule.js").MatcherType.ObjectKey;
1998
+ } | {
1999
+ path?: string | undefined;
2000
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2001
+ })[] | undefined;
2002
+ name?: string | undefined;
2003
+ path: string;
2004
+ } | {
2005
+ kind: import("../types/rule.js").SelectorKind.Attribute;
2006
+ match?: ({
2007
+ type: import("../types/rule.js").MatcherType.String;
2008
+ } | {
2009
+ path?: string | undefined;
2010
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2011
+ } | {
2012
+ path?: string | undefined;
2013
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2014
+ })[] | undefined;
2015
+ name: string;
2016
+ } | {
2017
+ kind: import("../types/rule.js").SelectorKind.Tag;
2018
+ match?: ({
2019
+ type: import("../types/rule.js").MatcherType.String;
2020
+ } | {
2021
+ path?: string | undefined;
2022
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2023
+ } | {
2024
+ path?: string | undefined;
2025
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2026
+ })[] | undefined;
2027
+ name: string;
2028
+ } | {
2029
+ kind: import("../types/rule.js").SelectorKind.Variable;
2030
+ match?: ({
2031
+ type: import("../types/rule.js").MatcherType.String;
2032
+ } | {
2033
+ path?: string | undefined;
2034
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2035
+ } | {
2036
+ path?: string | undefined;
2037
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2038
+ })[] | undefined;
2039
+ name: string;
2040
+ })[];
1001
2041
  } & {
1002
2042
  [x: string]: unknown;
1003
2043
  }>];
@@ -1033,7 +2073,7 @@ declare const rules: readonly [{
1033
2073
  tailwindConfig?: string | undefined;
1034
2074
  messageStyle: "visual" | "compact" | "raw";
1035
2075
  entryPoint?: string | undefined;
1036
- tags: (string | [string, ({
2076
+ tags?: (string | [string, ({
1037
2077
  match: import("../types/rule.js").MatcherType.String;
1038
2078
  } | {
1039
2079
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1041,8 +2081,8 @@ declare const rules: readonly [{
1041
2081
  } | {
1042
2082
  match: import("../types/rule.js").MatcherType.ObjectValue;
1043
2083
  pathPattern?: string | undefined;
1044
- })[]])[];
1045
- variables: (string | [string, ({
2084
+ })[]])[] | undefined;
2085
+ variables?: (string | [string, ({
1046
2086
  match: import("../types/rule.js").MatcherType.String;
1047
2087
  } | {
1048
2088
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1050,8 +2090,8 @@ declare const rules: readonly [{
1050
2090
  } | {
1051
2091
  match: import("../types/rule.js").MatcherType.ObjectValue;
1052
2092
  pathPattern?: string | undefined;
1053
- })[]])[];
1054
- attributes: (string | [string, ({
2093
+ })[]])[] | undefined;
2094
+ attributes?: (string | [string, ({
1055
2095
  match: import("../types/rule.js").MatcherType.String;
1056
2096
  } | {
1057
2097
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1059,8 +2099,8 @@ declare const rules: readonly [{
1059
2099
  } | {
1060
2100
  match: import("../types/rule.js").MatcherType.ObjectValue;
1061
2101
  pathPattern?: string | undefined;
1062
- })[]])[];
1063
- callees: (string | [string, ({
2102
+ })[]])[] | undefined;
2103
+ callees?: (string | [string, ({
1064
2104
  match: import("../types/rule.js").MatcherType.String;
1065
2105
  } | {
1066
2106
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1068,7 +2108,72 @@ declare const rules: readonly [{
1068
2108
  } | {
1069
2109
  match: import("../types/rule.js").MatcherType.ObjectValue;
1070
2110
  pathPattern?: string | undefined;
1071
- })[]])[];
2111
+ })[]])[] | undefined;
2112
+ selectors: ({
2113
+ callTarget?: number | "all" | "first" | "last" | undefined;
2114
+ kind: import("../types/rule.js").SelectorKind.Callee;
2115
+ match?: ({
2116
+ type: import("../types/rule.js").MatcherType.String;
2117
+ } | {
2118
+ path?: string | undefined;
2119
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2120
+ } | {
2121
+ path?: string | undefined;
2122
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2123
+ })[] | undefined;
2124
+ name: string;
2125
+ path?: string | undefined;
2126
+ } | {
2127
+ callTarget?: number | "all" | "first" | "last" | undefined;
2128
+ kind: import("../types/rule.js").SelectorKind.Callee;
2129
+ match?: ({
2130
+ type: import("../types/rule.js").MatcherType.String;
2131
+ } | {
2132
+ path?: string | undefined;
2133
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2134
+ } | {
2135
+ path?: string | undefined;
2136
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2137
+ })[] | undefined;
2138
+ name?: string | undefined;
2139
+ path: string;
2140
+ } | {
2141
+ kind: import("../types/rule.js").SelectorKind.Attribute;
2142
+ match?: ({
2143
+ type: import("../types/rule.js").MatcherType.String;
2144
+ } | {
2145
+ path?: string | undefined;
2146
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2147
+ } | {
2148
+ path?: string | undefined;
2149
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2150
+ })[] | undefined;
2151
+ name: string;
2152
+ } | {
2153
+ kind: import("../types/rule.js").SelectorKind.Tag;
2154
+ match?: ({
2155
+ type: import("../types/rule.js").MatcherType.String;
2156
+ } | {
2157
+ path?: string | undefined;
2158
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2159
+ } | {
2160
+ path?: string | undefined;
2161
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2162
+ })[] | undefined;
2163
+ name: string;
2164
+ } | {
2165
+ kind: import("../types/rule.js").SelectorKind.Variable;
2166
+ match?: ({
2167
+ type: import("../types/rule.js").MatcherType.String;
2168
+ } | {
2169
+ path?: string | undefined;
2170
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2171
+ } | {
2172
+ path?: string | undefined;
2173
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2174
+ })[] | undefined;
2175
+ name: string;
2176
+ })[];
1072
2177
  } & {
1073
2178
  restrict: (string | {
1074
2179
  fix?: string | undefined;
@@ -1088,7 +2193,7 @@ declare const rules: readonly [{
1088
2193
  tailwindConfig?: string | undefined;
1089
2194
  messageStyle: "visual" | "compact" | "raw";
1090
2195
  entryPoint?: string | undefined;
1091
- tags: (string | [string, ({
2196
+ tags?: (string | [string, ({
1092
2197
  match: import("../types/rule.js").MatcherType.String;
1093
2198
  } | {
1094
2199
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1096,8 +2201,8 @@ declare const rules: readonly [{
1096
2201
  } | {
1097
2202
  match: import("../types/rule.js").MatcherType.ObjectValue;
1098
2203
  pathPattern?: string | undefined;
1099
- })[]])[];
1100
- variables: (string | [string, ({
2204
+ })[]])[] | undefined;
2205
+ variables?: (string | [string, ({
1101
2206
  match: import("../types/rule.js").MatcherType.String;
1102
2207
  } | {
1103
2208
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1105,8 +2210,8 @@ declare const rules: readonly [{
1105
2210
  } | {
1106
2211
  match: import("../types/rule.js").MatcherType.ObjectValue;
1107
2212
  pathPattern?: string | undefined;
1108
- })[]])[];
1109
- attributes: (string | [string, ({
2213
+ })[]])[] | undefined;
2214
+ attributes?: (string | [string, ({
1110
2215
  match: import("../types/rule.js").MatcherType.String;
1111
2216
  } | {
1112
2217
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1114,8 +2219,8 @@ declare const rules: readonly [{
1114
2219
  } | {
1115
2220
  match: import("../types/rule.js").MatcherType.ObjectValue;
1116
2221
  pathPattern?: string | undefined;
1117
- })[]])[];
1118
- callees: (string | [string, ({
2222
+ })[]])[] | undefined;
2223
+ callees?: (string | [string, ({
1119
2224
  match: import("../types/rule.js").MatcherType.String;
1120
2225
  } | {
1121
2226
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1123,7 +2228,72 @@ declare const rules: readonly [{
1123
2228
  } | {
1124
2229
  match: import("../types/rule.js").MatcherType.ObjectValue;
1125
2230
  pathPattern?: string | undefined;
1126
- })[]])[];
2231
+ })[]])[] | undefined;
2232
+ selectors: ({
2233
+ callTarget?: number | "all" | "first" | "last" | undefined;
2234
+ kind: import("../types/rule.js").SelectorKind.Callee;
2235
+ match?: ({
2236
+ type: import("../types/rule.js").MatcherType.String;
2237
+ } | {
2238
+ path?: string | undefined;
2239
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2240
+ } | {
2241
+ path?: string | undefined;
2242
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2243
+ })[] | undefined;
2244
+ name: string;
2245
+ path?: string | undefined;
2246
+ } | {
2247
+ callTarget?: number | "all" | "first" | "last" | undefined;
2248
+ kind: import("../types/rule.js").SelectorKind.Callee;
2249
+ match?: ({
2250
+ type: import("../types/rule.js").MatcherType.String;
2251
+ } | {
2252
+ path?: string | undefined;
2253
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2254
+ } | {
2255
+ path?: string | undefined;
2256
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2257
+ })[] | undefined;
2258
+ name?: string | undefined;
2259
+ path: string;
2260
+ } | {
2261
+ kind: import("../types/rule.js").SelectorKind.Attribute;
2262
+ match?: ({
2263
+ type: import("../types/rule.js").MatcherType.String;
2264
+ } | {
2265
+ path?: string | undefined;
2266
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2267
+ } | {
2268
+ path?: string | undefined;
2269
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2270
+ })[] | undefined;
2271
+ name: string;
2272
+ } | {
2273
+ kind: import("../types/rule.js").SelectorKind.Tag;
2274
+ match?: ({
2275
+ type: import("../types/rule.js").MatcherType.String;
2276
+ } | {
2277
+ path?: string | undefined;
2278
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2279
+ } | {
2280
+ path?: string | undefined;
2281
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2282
+ })[] | undefined;
2283
+ name: string;
2284
+ } | {
2285
+ kind: import("../types/rule.js").SelectorKind.Variable;
2286
+ match?: ({
2287
+ type: import("../types/rule.js").MatcherType.String;
2288
+ } | {
2289
+ path?: string | undefined;
2290
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2291
+ } | {
2292
+ path?: string | undefined;
2293
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2294
+ })[] | undefined;
2295
+ name: string;
2296
+ })[];
1127
2297
  } & {
1128
2298
  restrict: (string | {
1129
2299
  fix?: string | undefined;
@@ -1163,7 +2333,7 @@ declare const rules: readonly [{
1163
2333
  tailwindConfig?: string | undefined;
1164
2334
  messageStyle: "visual" | "compact" | "raw";
1165
2335
  entryPoint?: string | undefined;
1166
- tags: (string | [string, ({
2336
+ tags?: (string | [string, ({
1167
2337
  match: import("../types/rule.js").MatcherType.String;
1168
2338
  } | {
1169
2339
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1171,8 +2341,8 @@ declare const rules: readonly [{
1171
2341
  } | {
1172
2342
  match: import("../types/rule.js").MatcherType.ObjectValue;
1173
2343
  pathPattern?: string | undefined;
1174
- })[]])[];
1175
- variables: (string | [string, ({
2344
+ })[]])[] | undefined;
2345
+ variables?: (string | [string, ({
1176
2346
  match: import("../types/rule.js").MatcherType.String;
1177
2347
  } | {
1178
2348
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1180,8 +2350,8 @@ declare const rules: readonly [{
1180
2350
  } | {
1181
2351
  match: import("../types/rule.js").MatcherType.ObjectValue;
1182
2352
  pathPattern?: string | undefined;
1183
- })[]])[];
1184
- attributes: (string | [string, ({
2353
+ })[]])[] | undefined;
2354
+ attributes?: (string | [string, ({
1185
2355
  match: import("../types/rule.js").MatcherType.String;
1186
2356
  } | {
1187
2357
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1189,8 +2359,8 @@ declare const rules: readonly [{
1189
2359
  } | {
1190
2360
  match: import("../types/rule.js").MatcherType.ObjectValue;
1191
2361
  pathPattern?: string | undefined;
1192
- })[]])[];
1193
- callees: (string | [string, ({
2362
+ })[]])[] | undefined;
2363
+ callees?: (string | [string, ({
1194
2364
  match: import("../types/rule.js").MatcherType.String;
1195
2365
  } | {
1196
2366
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1198,7 +2368,72 @@ declare const rules: readonly [{
1198
2368
  } | {
1199
2369
  match: import("../types/rule.js").MatcherType.ObjectValue;
1200
2370
  pathPattern?: string | undefined;
1201
- })[]])[];
2371
+ })[]])[] | undefined;
2372
+ selectors: ({
2373
+ callTarget?: number | "all" | "first" | "last" | undefined;
2374
+ kind: import("../types/rule.js").SelectorKind.Callee;
2375
+ match?: ({
2376
+ type: import("../types/rule.js").MatcherType.String;
2377
+ } | {
2378
+ path?: string | undefined;
2379
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2380
+ } | {
2381
+ path?: string | undefined;
2382
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2383
+ })[] | undefined;
2384
+ name: string;
2385
+ path?: string | undefined;
2386
+ } | {
2387
+ callTarget?: number | "all" | "first" | "last" | undefined;
2388
+ kind: import("../types/rule.js").SelectorKind.Callee;
2389
+ match?: ({
2390
+ type: import("../types/rule.js").MatcherType.String;
2391
+ } | {
2392
+ path?: string | undefined;
2393
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2394
+ } | {
2395
+ path?: string | undefined;
2396
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2397
+ })[] | undefined;
2398
+ name?: string | undefined;
2399
+ path: string;
2400
+ } | {
2401
+ kind: import("../types/rule.js").SelectorKind.Attribute;
2402
+ match?: ({
2403
+ type: import("../types/rule.js").MatcherType.String;
2404
+ } | {
2405
+ path?: string | undefined;
2406
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2407
+ } | {
2408
+ path?: string | undefined;
2409
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2410
+ })[] | undefined;
2411
+ name: string;
2412
+ } | {
2413
+ kind: import("../types/rule.js").SelectorKind.Tag;
2414
+ match?: ({
2415
+ type: import("../types/rule.js").MatcherType.String;
2416
+ } | {
2417
+ path?: string | undefined;
2418
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2419
+ } | {
2420
+ path?: string | undefined;
2421
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2422
+ })[] | undefined;
2423
+ name: string;
2424
+ } | {
2425
+ kind: import("../types/rule.js").SelectorKind.Variable;
2426
+ match?: ({
2427
+ type: import("../types/rule.js").MatcherType.String;
2428
+ } | {
2429
+ path?: string | undefined;
2430
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2431
+ } | {
2432
+ path?: string | undefined;
2433
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2434
+ })[] | undefined;
2435
+ name: string;
2436
+ })[];
1202
2437
  } & {
1203
2438
  allowMultiline: boolean;
1204
2439
  };
@@ -1214,7 +2449,7 @@ declare const rules: readonly [{
1214
2449
  tailwindConfig?: string | undefined;
1215
2450
  messageStyle: "visual" | "compact" | "raw";
1216
2451
  entryPoint?: string | undefined;
1217
- tags: (string | [string, ({
2452
+ tags?: (string | [string, ({
1218
2453
  match: import("../types/rule.js").MatcherType.String;
1219
2454
  } | {
1220
2455
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1222,8 +2457,8 @@ declare const rules: readonly [{
1222
2457
  } | {
1223
2458
  match: import("../types/rule.js").MatcherType.ObjectValue;
1224
2459
  pathPattern?: string | undefined;
1225
- })[]])[];
1226
- variables: (string | [string, ({
2460
+ })[]])[] | undefined;
2461
+ variables?: (string | [string, ({
1227
2462
  match: import("../types/rule.js").MatcherType.String;
1228
2463
  } | {
1229
2464
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1231,8 +2466,8 @@ declare const rules: readonly [{
1231
2466
  } | {
1232
2467
  match: import("../types/rule.js").MatcherType.ObjectValue;
1233
2468
  pathPattern?: string | undefined;
1234
- })[]])[];
1235
- attributes: (string | [string, ({
2469
+ })[]])[] | undefined;
2470
+ attributes?: (string | [string, ({
1236
2471
  match: import("../types/rule.js").MatcherType.String;
1237
2472
  } | {
1238
2473
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1240,8 +2475,8 @@ declare const rules: readonly [{
1240
2475
  } | {
1241
2476
  match: import("../types/rule.js").MatcherType.ObjectValue;
1242
2477
  pathPattern?: string | undefined;
1243
- })[]])[];
1244
- callees: (string | [string, ({
2478
+ })[]])[] | undefined;
2479
+ callees?: (string | [string, ({
1245
2480
  match: import("../types/rule.js").MatcherType.String;
1246
2481
  } | {
1247
2482
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1249,7 +2484,72 @@ declare const rules: readonly [{
1249
2484
  } | {
1250
2485
  match: import("../types/rule.js").MatcherType.ObjectValue;
1251
2486
  pathPattern?: string | undefined;
1252
- })[]])[];
2487
+ })[]])[] | undefined;
2488
+ selectors: ({
2489
+ callTarget?: number | "all" | "first" | "last" | undefined;
2490
+ kind: import("../types/rule.js").SelectorKind.Callee;
2491
+ match?: ({
2492
+ type: import("../types/rule.js").MatcherType.String;
2493
+ } | {
2494
+ path?: string | undefined;
2495
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2496
+ } | {
2497
+ path?: string | undefined;
2498
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2499
+ })[] | undefined;
2500
+ name: string;
2501
+ path?: string | undefined;
2502
+ } | {
2503
+ callTarget?: number | "all" | "first" | "last" | undefined;
2504
+ kind: import("../types/rule.js").SelectorKind.Callee;
2505
+ match?: ({
2506
+ type: import("../types/rule.js").MatcherType.String;
2507
+ } | {
2508
+ path?: string | undefined;
2509
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2510
+ } | {
2511
+ path?: string | undefined;
2512
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2513
+ })[] | undefined;
2514
+ name?: string | undefined;
2515
+ path: string;
2516
+ } | {
2517
+ kind: import("../types/rule.js").SelectorKind.Attribute;
2518
+ match?: ({
2519
+ type: import("../types/rule.js").MatcherType.String;
2520
+ } | {
2521
+ path?: string | undefined;
2522
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2523
+ } | {
2524
+ path?: string | undefined;
2525
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2526
+ })[] | undefined;
2527
+ name: string;
2528
+ } | {
2529
+ kind: import("../types/rule.js").SelectorKind.Tag;
2530
+ match?: ({
2531
+ type: import("../types/rule.js").MatcherType.String;
2532
+ } | {
2533
+ path?: string | undefined;
2534
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2535
+ } | {
2536
+ path?: string | undefined;
2537
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2538
+ })[] | undefined;
2539
+ name: string;
2540
+ } | {
2541
+ kind: import("../types/rule.js").SelectorKind.Variable;
2542
+ match?: ({
2543
+ type: import("../types/rule.js").MatcherType.String;
2544
+ } | {
2545
+ path?: string | undefined;
2546
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2547
+ } | {
2548
+ path?: string | undefined;
2549
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2550
+ })[] | undefined;
2551
+ name: string;
2552
+ })[];
1253
2553
  } & {
1254
2554
  allowMultiline: boolean;
1255
2555
  }>];
@@ -1287,7 +2587,7 @@ declare const rules: readonly [{
1287
2587
  tailwindConfig?: string | undefined;
1288
2588
  messageStyle: "visual" | "compact" | "raw";
1289
2589
  entryPoint?: string | undefined;
1290
- tags: (string | [string, ({
2590
+ tags?: (string | [string, ({
1291
2591
  match: import("../types/rule.js").MatcherType.String;
1292
2592
  } | {
1293
2593
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1295,8 +2595,8 @@ declare const rules: readonly [{
1295
2595
  } | {
1296
2596
  match: import("../types/rule.js").MatcherType.ObjectValue;
1297
2597
  pathPattern?: string | undefined;
1298
- })[]])[];
1299
- variables: (string | [string, ({
2598
+ })[]])[] | undefined;
2599
+ variables?: (string | [string, ({
1300
2600
  match: import("../types/rule.js").MatcherType.String;
1301
2601
  } | {
1302
2602
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1304,8 +2604,8 @@ declare const rules: readonly [{
1304
2604
  } | {
1305
2605
  match: import("../types/rule.js").MatcherType.ObjectValue;
1306
2606
  pathPattern?: string | undefined;
1307
- })[]])[];
1308
- attributes: (string | [string, ({
2607
+ })[]])[] | undefined;
2608
+ attributes?: (string | [string, ({
1309
2609
  match: import("../types/rule.js").MatcherType.String;
1310
2610
  } | {
1311
2611
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1313,8 +2613,8 @@ declare const rules: readonly [{
1313
2613
  } | {
1314
2614
  match: import("../types/rule.js").MatcherType.ObjectValue;
1315
2615
  pathPattern?: string | undefined;
1316
- })[]])[];
1317
- callees: (string | [string, ({
2616
+ })[]])[] | undefined;
2617
+ callees?: (string | [string, ({
1318
2618
  match: import("../types/rule.js").MatcherType.String;
1319
2619
  } | {
1320
2620
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1322,7 +2622,72 @@ declare const rules: readonly [{
1322
2622
  } | {
1323
2623
  match: import("../types/rule.js").MatcherType.ObjectValue;
1324
2624
  pathPattern?: string | undefined;
1325
- })[]])[];
2625
+ })[]])[] | undefined;
2626
+ selectors: ({
2627
+ callTarget?: number | "all" | "first" | "last" | undefined;
2628
+ kind: import("../types/rule.js").SelectorKind.Callee;
2629
+ match?: ({
2630
+ type: import("../types/rule.js").MatcherType.String;
2631
+ } | {
2632
+ path?: string | undefined;
2633
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2634
+ } | {
2635
+ path?: string | undefined;
2636
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2637
+ })[] | undefined;
2638
+ name: string;
2639
+ path?: string | undefined;
2640
+ } | {
2641
+ callTarget?: number | "all" | "first" | "last" | undefined;
2642
+ kind: import("../types/rule.js").SelectorKind.Callee;
2643
+ match?: ({
2644
+ type: import("../types/rule.js").MatcherType.String;
2645
+ } | {
2646
+ path?: string | undefined;
2647
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2648
+ } | {
2649
+ path?: string | undefined;
2650
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2651
+ })[] | undefined;
2652
+ name?: string | undefined;
2653
+ path: string;
2654
+ } | {
2655
+ kind: import("../types/rule.js").SelectorKind.Attribute;
2656
+ match?: ({
2657
+ type: import("../types/rule.js").MatcherType.String;
2658
+ } | {
2659
+ path?: string | undefined;
2660
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2661
+ } | {
2662
+ path?: string | undefined;
2663
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2664
+ })[] | undefined;
2665
+ name: string;
2666
+ } | {
2667
+ kind: import("../types/rule.js").SelectorKind.Tag;
2668
+ match?: ({
2669
+ type: import("../types/rule.js").MatcherType.String;
2670
+ } | {
2671
+ path?: string | undefined;
2672
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2673
+ } | {
2674
+ path?: string | undefined;
2675
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2676
+ })[] | undefined;
2677
+ name: string;
2678
+ } | {
2679
+ kind: import("../types/rule.js").SelectorKind.Variable;
2680
+ match?: ({
2681
+ type: import("../types/rule.js").MatcherType.String;
2682
+ } | {
2683
+ path?: string | undefined;
2684
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2685
+ } | {
2686
+ path?: string | undefined;
2687
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2688
+ })[] | undefined;
2689
+ name: string;
2690
+ })[];
1326
2691
  } & {
1327
2692
  ignore: string[];
1328
2693
  };
@@ -1338,7 +2703,7 @@ declare const rules: readonly [{
1338
2703
  tailwindConfig?: string | undefined;
1339
2704
  messageStyle: "visual" | "compact" | "raw";
1340
2705
  entryPoint?: string | undefined;
1341
- tags: (string | [string, ({
2706
+ tags?: (string | [string, ({
1342
2707
  match: import("../types/rule.js").MatcherType.String;
1343
2708
  } | {
1344
2709
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1346,8 +2711,8 @@ declare const rules: readonly [{
1346
2711
  } | {
1347
2712
  match: import("../types/rule.js").MatcherType.ObjectValue;
1348
2713
  pathPattern?: string | undefined;
1349
- })[]])[];
1350
- variables: (string | [string, ({
2714
+ })[]])[] | undefined;
2715
+ variables?: (string | [string, ({
1351
2716
  match: import("../types/rule.js").MatcherType.String;
1352
2717
  } | {
1353
2718
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1355,8 +2720,8 @@ declare const rules: readonly [{
1355
2720
  } | {
1356
2721
  match: import("../types/rule.js").MatcherType.ObjectValue;
1357
2722
  pathPattern?: string | undefined;
1358
- })[]])[];
1359
- attributes: (string | [string, ({
2723
+ })[]])[] | undefined;
2724
+ attributes?: (string | [string, ({
1360
2725
  match: import("../types/rule.js").MatcherType.String;
1361
2726
  } | {
1362
2727
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1364,8 +2729,8 @@ declare const rules: readonly [{
1364
2729
  } | {
1365
2730
  match: import("../types/rule.js").MatcherType.ObjectValue;
1366
2731
  pathPattern?: string | undefined;
1367
- })[]])[];
1368
- callees: (string | [string, ({
2732
+ })[]])[] | undefined;
2733
+ callees?: (string | [string, ({
1369
2734
  match: import("../types/rule.js").MatcherType.String;
1370
2735
  } | {
1371
2736
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1373,7 +2738,72 @@ declare const rules: readonly [{
1373
2738
  } | {
1374
2739
  match: import("../types/rule.js").MatcherType.ObjectValue;
1375
2740
  pathPattern?: string | undefined;
1376
- })[]])[];
2741
+ })[]])[] | undefined;
2742
+ selectors: ({
2743
+ callTarget?: number | "all" | "first" | "last" | undefined;
2744
+ kind: import("../types/rule.js").SelectorKind.Callee;
2745
+ match?: ({
2746
+ type: import("../types/rule.js").MatcherType.String;
2747
+ } | {
2748
+ path?: string | undefined;
2749
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2750
+ } | {
2751
+ path?: string | undefined;
2752
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2753
+ })[] | undefined;
2754
+ name: string;
2755
+ path?: string | undefined;
2756
+ } | {
2757
+ callTarget?: number | "all" | "first" | "last" | undefined;
2758
+ kind: import("../types/rule.js").SelectorKind.Callee;
2759
+ match?: ({
2760
+ type: import("../types/rule.js").MatcherType.String;
2761
+ } | {
2762
+ path?: string | undefined;
2763
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2764
+ } | {
2765
+ path?: string | undefined;
2766
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2767
+ })[] | undefined;
2768
+ name?: string | undefined;
2769
+ path: string;
2770
+ } | {
2771
+ kind: import("../types/rule.js").SelectorKind.Attribute;
2772
+ match?: ({
2773
+ type: import("../types/rule.js").MatcherType.String;
2774
+ } | {
2775
+ path?: string | undefined;
2776
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2777
+ } | {
2778
+ path?: string | undefined;
2779
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2780
+ })[] | undefined;
2781
+ name: string;
2782
+ } | {
2783
+ kind: import("../types/rule.js").SelectorKind.Tag;
2784
+ match?: ({
2785
+ type: import("../types/rule.js").MatcherType.String;
2786
+ } | {
2787
+ path?: string | undefined;
2788
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2789
+ } | {
2790
+ path?: string | undefined;
2791
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2792
+ })[] | undefined;
2793
+ name: string;
2794
+ } | {
2795
+ kind: import("../types/rule.js").SelectorKind.Variable;
2796
+ match?: ({
2797
+ type: import("../types/rule.js").MatcherType.String;
2798
+ } | {
2799
+ path?: string | undefined;
2800
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2801
+ } | {
2802
+ path?: string | undefined;
2803
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2804
+ })[] | undefined;
2805
+ name: string;
2806
+ })[];
1377
2807
  } & {
1378
2808
  ignore: string[];
1379
2809
  }>];
@@ -1412,7 +2842,7 @@ declare const rules: readonly [{
1412
2842
  tailwindConfig?: string | undefined;
1413
2843
  messageStyle: "visual" | "compact" | "raw";
1414
2844
  entryPoint?: string | undefined;
1415
- tags: (string | [string, ({
2845
+ tags?: (string | [string, ({
1416
2846
  match: import("../types/rule.js").MatcherType.String;
1417
2847
  } | {
1418
2848
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1420,8 +2850,8 @@ declare const rules: readonly [{
1420
2850
  } | {
1421
2851
  match: import("../types/rule.js").MatcherType.ObjectValue;
1422
2852
  pathPattern?: string | undefined;
1423
- })[]])[];
1424
- variables: (string | [string, ({
2853
+ })[]])[] | undefined;
2854
+ variables?: (string | [string, ({
1425
2855
  match: import("../types/rule.js").MatcherType.String;
1426
2856
  } | {
1427
2857
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1429,8 +2859,8 @@ declare const rules: readonly [{
1429
2859
  } | {
1430
2860
  match: import("../types/rule.js").MatcherType.ObjectValue;
1431
2861
  pathPattern?: string | undefined;
1432
- })[]])[];
1433
- attributes: (string | [string, ({
2862
+ })[]])[] | undefined;
2863
+ attributes?: (string | [string, ({
1434
2864
  match: import("../types/rule.js").MatcherType.String;
1435
2865
  } | {
1436
2866
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1438,8 +2868,8 @@ declare const rules: readonly [{
1438
2868
  } | {
1439
2869
  match: import("../types/rule.js").MatcherType.ObjectValue;
1440
2870
  pathPattern?: string | undefined;
1441
- })[]])[];
1442
- callees: (string | [string, ({
2871
+ })[]])[] | undefined;
2872
+ callees?: (string | [string, ({
1443
2873
  match: import("../types/rule.js").MatcherType.String;
1444
2874
  } | {
1445
2875
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1447,7 +2877,72 @@ declare const rules: readonly [{
1447
2877
  } | {
1448
2878
  match: import("../types/rule.js").MatcherType.ObjectValue;
1449
2879
  pathPattern?: string | undefined;
1450
- })[]])[];
2880
+ })[]])[] | undefined;
2881
+ selectors: ({
2882
+ callTarget?: number | "all" | "first" | "last" | undefined;
2883
+ kind: import("../types/rule.js").SelectorKind.Callee;
2884
+ match?: ({
2885
+ type: import("../types/rule.js").MatcherType.String;
2886
+ } | {
2887
+ path?: string | undefined;
2888
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2889
+ } | {
2890
+ path?: string | undefined;
2891
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2892
+ })[] | undefined;
2893
+ name: string;
2894
+ path?: string | undefined;
2895
+ } | {
2896
+ callTarget?: number | "all" | "first" | "last" | undefined;
2897
+ kind: import("../types/rule.js").SelectorKind.Callee;
2898
+ match?: ({
2899
+ type: import("../types/rule.js").MatcherType.String;
2900
+ } | {
2901
+ path?: string | undefined;
2902
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2903
+ } | {
2904
+ path?: string | undefined;
2905
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2906
+ })[] | undefined;
2907
+ name?: string | undefined;
2908
+ path: string;
2909
+ } | {
2910
+ kind: import("../types/rule.js").SelectorKind.Attribute;
2911
+ match?: ({
2912
+ type: import("../types/rule.js").MatcherType.String;
2913
+ } | {
2914
+ path?: string | undefined;
2915
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2916
+ } | {
2917
+ path?: string | undefined;
2918
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2919
+ })[] | undefined;
2920
+ name: string;
2921
+ } | {
2922
+ kind: import("../types/rule.js").SelectorKind.Tag;
2923
+ match?: ({
2924
+ type: import("../types/rule.js").MatcherType.String;
2925
+ } | {
2926
+ path?: string | undefined;
2927
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2928
+ } | {
2929
+ path?: string | undefined;
2930
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2931
+ })[] | undefined;
2932
+ name: string;
2933
+ } | {
2934
+ kind: import("../types/rule.js").SelectorKind.Variable;
2935
+ match?: ({
2936
+ type: import("../types/rule.js").MatcherType.String;
2937
+ } | {
2938
+ path?: string | undefined;
2939
+ type: import("../types/rule.js").MatcherType.ObjectKey;
2940
+ } | {
2941
+ path?: string | undefined;
2942
+ type: import("../types/rule.js").MatcherType.ObjectValue;
2943
+ })[] | undefined;
2944
+ name: string;
2945
+ })[];
1451
2946
  } & {
1452
2947
  collapse: boolean;
1453
2948
  logical: boolean;
@@ -1464,7 +2959,7 @@ declare const rules: readonly [{
1464
2959
  tailwindConfig?: string | undefined;
1465
2960
  messageStyle: "visual" | "compact" | "raw";
1466
2961
  entryPoint?: string | undefined;
1467
- tags: (string | [string, ({
2962
+ tags?: (string | [string, ({
1468
2963
  match: import("../types/rule.js").MatcherType.String;
1469
2964
  } | {
1470
2965
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1472,8 +2967,8 @@ declare const rules: readonly [{
1472
2967
  } | {
1473
2968
  match: import("../types/rule.js").MatcherType.ObjectValue;
1474
2969
  pathPattern?: string | undefined;
1475
- })[]])[];
1476
- variables: (string | [string, ({
2970
+ })[]])[] | undefined;
2971
+ variables?: (string | [string, ({
1477
2972
  match: import("../types/rule.js").MatcherType.String;
1478
2973
  } | {
1479
2974
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1481,8 +2976,8 @@ declare const rules: readonly [{
1481
2976
  } | {
1482
2977
  match: import("../types/rule.js").MatcherType.ObjectValue;
1483
2978
  pathPattern?: string | undefined;
1484
- })[]])[];
1485
- attributes: (string | [string, ({
2979
+ })[]])[] | undefined;
2980
+ attributes?: (string | [string, ({
1486
2981
  match: import("../types/rule.js").MatcherType.String;
1487
2982
  } | {
1488
2983
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1490,8 +2985,8 @@ declare const rules: readonly [{
1490
2985
  } | {
1491
2986
  match: import("../types/rule.js").MatcherType.ObjectValue;
1492
2987
  pathPattern?: string | undefined;
1493
- })[]])[];
1494
- callees: (string | [string, ({
2988
+ })[]])[] | undefined;
2989
+ callees?: (string | [string, ({
1495
2990
  match: import("../types/rule.js").MatcherType.String;
1496
2991
  } | {
1497
2992
  match: import("../types/rule.js").MatcherType.ObjectKey;
@@ -1499,7 +2994,72 @@ declare const rules: readonly [{
1499
2994
  } | {
1500
2995
  match: import("../types/rule.js").MatcherType.ObjectValue;
1501
2996
  pathPattern?: string | undefined;
1502
- })[]])[];
2997
+ })[]])[] | undefined;
2998
+ selectors: ({
2999
+ callTarget?: number | "all" | "first" | "last" | undefined;
3000
+ kind: import("../types/rule.js").SelectorKind.Callee;
3001
+ match?: ({
3002
+ type: import("../types/rule.js").MatcherType.String;
3003
+ } | {
3004
+ path?: string | undefined;
3005
+ type: import("../types/rule.js").MatcherType.ObjectKey;
3006
+ } | {
3007
+ path?: string | undefined;
3008
+ type: import("../types/rule.js").MatcherType.ObjectValue;
3009
+ })[] | undefined;
3010
+ name: string;
3011
+ path?: string | undefined;
3012
+ } | {
3013
+ callTarget?: number | "all" | "first" | "last" | undefined;
3014
+ kind: import("../types/rule.js").SelectorKind.Callee;
3015
+ match?: ({
3016
+ type: import("../types/rule.js").MatcherType.String;
3017
+ } | {
3018
+ path?: string | undefined;
3019
+ type: import("../types/rule.js").MatcherType.ObjectKey;
3020
+ } | {
3021
+ path?: string | undefined;
3022
+ type: import("../types/rule.js").MatcherType.ObjectValue;
3023
+ })[] | undefined;
3024
+ name?: string | undefined;
3025
+ path: string;
3026
+ } | {
3027
+ kind: import("../types/rule.js").SelectorKind.Attribute;
3028
+ match?: ({
3029
+ type: import("../types/rule.js").MatcherType.String;
3030
+ } | {
3031
+ path?: string | undefined;
3032
+ type: import("../types/rule.js").MatcherType.ObjectKey;
3033
+ } | {
3034
+ path?: string | undefined;
3035
+ type: import("../types/rule.js").MatcherType.ObjectValue;
3036
+ })[] | undefined;
3037
+ name: string;
3038
+ } | {
3039
+ kind: import("../types/rule.js").SelectorKind.Tag;
3040
+ match?: ({
3041
+ type: import("../types/rule.js").MatcherType.String;
3042
+ } | {
3043
+ path?: string | undefined;
3044
+ type: import("../types/rule.js").MatcherType.ObjectKey;
3045
+ } | {
3046
+ path?: string | undefined;
3047
+ type: import("../types/rule.js").MatcherType.ObjectValue;
3048
+ })[] | undefined;
3049
+ name: string;
3050
+ } | {
3051
+ kind: import("../types/rule.js").SelectorKind.Variable;
3052
+ match?: ({
3053
+ type: import("../types/rule.js").MatcherType.String;
3054
+ } | {
3055
+ path?: string | undefined;
3056
+ type: import("../types/rule.js").MatcherType.ObjectKey;
3057
+ } | {
3058
+ path?: string | undefined;
3059
+ type: import("../types/rule.js").MatcherType.ObjectValue;
3060
+ })[] | undefined;
3061
+ name: string;
3062
+ })[];
1503
3063
  } & {
1504
3064
  collapse: boolean;
1505
3065
  logical: boolean;