@quentinhsu/biome-config 0.3.3 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build.mjs +59 -59
- package/dist/index.jsonc +56 -56
- package/dist/index.mjs +59 -59
- package/dist/next.jsonc +60 -60
- package/dist/nuxt.jsonc +91 -91
- package/dist/react.jsonc +58 -58
- package/dist/types/src/constants/biome.d.ts +1 -1
- package/dist/types/src/generated/biome/index.d.ts +10 -9
- package/dist/types/src/generated/biome/linter-configuration.d.ts +181 -0
- package/dist/types/src/generated/biome/no-global-object-calls-options.d.ts +25 -24
- package/dist/types/src/generated/biome/{no-misrefactored-shorthand-assign-options.d.ts → no-label-var-options.d.ts} +55 -95
- package/dist/types/src/generated/biome/{no-non-null-assertion-options.d.ts → no-magic-numbers-options.d.ts} +17 -17
- package/dist/types/src/generated/biome/{rule-with-no-document-import-in-page-options.d.ts → rule-with-no-confusing-labels-options.d.ts} +175 -87
- package/dist/types/src/generated/biome/{rule-with-no-implicit-coercions-options.d.ts → rule-with-no-excessive-nested-test-suites-options.d.ts} +182 -182
- package/dist/types/src/generated/biome/{use-consistent-arrow-return-options.d.ts → rule-with-no-unused-expressions-options.d.ts} +202 -206
- package/dist/types/src/generated/biome/schema.d.ts +11 -11
- package/dist/types/src/generated/biome/{nursery.d.ts → use-consistent-object-definitions-configuration.d.ts} +473 -192
- package/dist/types/src/generated/biome/{use-semantic-elements-configuration.d.ts → use-focusable-interactive-configuration.d.ts} +16 -16
- package/dist/types/src/generated/biome/{no-empty-source-configuration.d.ts → use-qwik-classlist-configuration.d.ts} +26 -26
- package/dist/types/src/generated/biome/{no-assign-in-expressions-configuration.d.ts → use-shorthand-assign-configuration.d.ts} +19 -450
- package/dist/types/src/index.d.ts +2 -2
- package/dist/vue.jsonc +60 -60
- package/package.json +34 -34
|
@@ -1,6 +1,102 @@
|
|
|
1
1
|
import type { AttributePosition, Bool, BracketSameLine, BracketSpacing, Expand, FixKind, IndentStyle, IndentWidth, JsxRuntime, LineEnding, LineWidth, MaxSize, NegatablePredefinedSourceMatcher, RuleAssistPlainConfiguration, RulePlainConfiguration } from './schema.ts';
|
|
2
|
-
import type { NoDocumentImportInPageOptions, NoDoubleEqualsOptions, NoDuplicateAtImportRulesOptions, NoDuplicateCaseOptions, NoDuplicateClassMembersOptions, NoDuplicateCustomPropertiesOptions, NoDuplicateElseIfOptions, NoDuplicateFieldsOptions, NoDuplicateFontNamesOptions, NoDuplicateJsxPropsOptions, NoDuplicateObjectKeysOptions, NoDuplicateParametersOptions, NoDuplicatePropertiesOptions, NoDuplicateSelectorsKeyframeBlockOptions, NoDuplicateTestHooksOptions, NoEmptyBlockOptions, NoEmptyBlockStatementsOptions, NoEmptyInterfaceOptions, NoEvolvingTypesOptions, NoExplicitAnyOptions, NoExportsInTestOptions, NoExtraNonNullAssertionOptions, NoFallthroughSwitchClauseOptions, NoFocusedTestsOptions, NoFunctionAssignOptions, NoGlobalAssignOptions, NoGlobalIsFiniteOptions, NoGlobalIsNanOptions, NoHeadImportInDocumentOptions, NoImplicitAnyLetOptions, NoImportAssignOptions, NoImportantInKeyframeOptions, NoIrregularWhitespaceOptions
|
|
3
|
-
import type { CssAssistConfiguration, CssFormatterConfiguration, CssLinterConfiguration, CssParserConfiguration, GraphqlAssistConfiguration, GraphqlFormatterConfiguration, GraphqlLinterConfiguration, GritAssistConfiguration, GritFormatterConfiguration, GritLinterConfiguration, HtmlAssistConfiguration, HtmlFormatterConfiguration, HtmlLinterConfiguration, HtmlParserConfiguration, ImportSourceGlob, JsAssistConfiguration, JsFormatterConfiguration, JsLinterConfiguration, JsParserConfiguration, JsonAssistConfiguration, JsonFormatterConfiguration, JsonLinterConfiguration, JsonParserConfiguration, NoMisrefactoredShorthandAssignOptions, NoNonNullAssertedOptionalChainOptions, NoOctalEscapeOptions, NoPrototypeBuiltinsOptions, NoQuickfixBiomeOptions, NoReactSpecificPropsOptions, NoRedeclareOptions, NoRedundantUseStrictOptions, NoSelfCompareOptions, NoShadowRestrictedNamesOptions, NoShorthandPropertyOverridesOptions, NoSkippedTestsOptions, NoSparseArrayOptions, NoSuspiciousSemicolonInJsxOptions, NoTemplateCurlyInStringOptions, NoThenPropertyOptions, NoTsIgnoreOptions, NoUnassignedVariablesOptions, NoUnknownAtRulesOptions, NoUnsafeDeclarationMergingOptions, NoUnsafeNegationOptions, NoUselessEscapeInStringOptions, NoUselessRegexBackrefsOptions, NoVarOptions, NoWithOptions, NormalizedGlob, PluginConfiguration, RuleAssistWithOptionsFor_UseSortedPropertiesOptions, RuleWithNoAccessKeyOptions, RuleWithNoAriaHiddenOnFocusableOptions, RuleWithNoAriaUnsupportedElementsOptions, RuleWithNoAutofocusOptions, RuleWithNoDistractingElementsOptions, RuleWithNoHeaderScopeOptions, RuleWithNoInteractiveElementToNoninteractiveRoleOptions, RuleWithNoLabelWithoutControlOptions, RuleWithNoNoninteractiveElementInteractionsOptions, RuleWithNoNoninteractiveElementToInteractiveRoleOptions, RuleWithNoNoninteractiveTabindexOptions, RuleWithNoPositiveTabindexOptions, RuleWithNoRedundantAltOptions, RuleWithNoRedundantRolesOptions, RuleWithNoStaticElementInteractionsOptions, RuleWithNoSvgWithoutTitleOptions, RuleWithUseAltTextOptions, RuleWithUseAnchorContentOptions, RuleWithUseAriaActivedescendantWithTabindexOptions, RuleWithUseAriaPropsForRoleOptions, RuleWithUseAriaPropsSupportedByRoleOptions, RuleWithUseButtonTypeOptions,
|
|
2
|
+
import type { NoConfusingLabelsOptions, NoConfusingVoidTypeOptions, NoConsoleOptions, NoConstEnumOptions, NoConstantBinaryExpressionsOptions, NoControlCharactersInRegexOptions, NoDebuggerOptions, NoDocumentCookieOptions, NoDocumentImportInPageOptions, NoDoubleEqualsOptions, NoDuplicateAtImportRulesOptions, NoDuplicateCaseOptions, NoDuplicateClassMembersOptions, NoDuplicateCustomPropertiesOptions, NoDuplicateElseIfOptions, NoDuplicateFieldsOptions, NoDuplicateFontNamesOptions, NoDuplicateJsxPropsOptions, NoDuplicateObjectKeysOptions, NoDuplicateParametersOptions, NoDuplicatePropertiesOptions, NoDuplicateSelectorsKeyframeBlockOptions, NoDuplicateTestHooksOptions, NoEmptyBlockOptions, NoEmptyBlockStatementsOptions, NoEmptyInterfaceOptions, NoEvolvingTypesOptions, NoExplicitAnyOptions, NoExportsInTestOptions, NoExtraNonNullAssertionOptions, NoFallthroughSwitchClauseOptions, NoFocusedTestsOptions, NoFunctionAssignOptions, NoGlobalAssignOptions, NoGlobalIsFiniteOptions, NoGlobalIsNanOptions, NoHeadImportInDocumentOptions, NoImplicitAnyLetOptions, NoImportAssignOptions, NoImportantInKeyframeOptions, NoIrregularWhitespaceOptions } from './no-magic-numbers-options.ts';
|
|
3
|
+
import type { CssAssistConfiguration, CssFormatterConfiguration, CssLinterConfiguration, CssParserConfiguration, GraphqlAssistConfiguration, GraphqlFormatterConfiguration, GraphqlLinterConfiguration, GritAssistConfiguration, GritFormatterConfiguration, GritLinterConfiguration, HtmlAssistConfiguration, HtmlFormatterConfiguration, HtmlLinterConfiguration, HtmlParserConfiguration, ImportSourceGlob, JsAssistConfiguration, JsFormatterConfiguration, JsLinterConfiguration, JsParserConfiguration, JsonAssistConfiguration, JsonFormatterConfiguration, JsonLinterConfiguration, JsonParserConfiguration, NoLabelVarOptions, NoMisleadingCharacterClassOptions, NoMisleadingInstantiatorOptions, NoMisplacedAssertionOptions, NoMisrefactoredShorthandAssignOptions, NoNonNullAssertedOptionalChainOptions, NoOctalEscapeOptions, NoPrototypeBuiltinsOptions, NoQuickfixBiomeOptions, NoReactSpecificPropsOptions, NoRedeclareOptions, NoRedundantUseStrictOptions, NoSelfCompareOptions, NoShadowRestrictedNamesOptions, NoShorthandPropertyOverridesOptions, NoSkippedTestsOptions, NoSparseArrayOptions, NoSuspiciousSemicolonInJsxOptions, NoTemplateCurlyInStringOptions, NoThenPropertyOptions, NoTsIgnoreOptions, NoUnassignedVariablesOptions, NoUnknownAtRulesOptions, NoUnsafeDeclarationMergingOptions, NoUnsafeNegationOptions, NoUselessEscapeInStringOptions, NoUselessRegexBackrefsOptions, NoVarOptions, NoWithOptions, NormalizedGlob, PluginConfiguration, RuleAssistWithOptionsFor_UseSortedPropertiesOptions, RuleWithNoAccessKeyOptions, RuleWithNoAriaHiddenOnFocusableOptions, RuleWithNoAriaUnsupportedElementsOptions, RuleWithNoAutofocusOptions, RuleWithNoDistractingElementsOptions, RuleWithNoHeaderScopeOptions, RuleWithNoInteractiveElementToNoninteractiveRoleOptions, RuleWithNoLabelWithoutControlOptions, RuleWithNoNoninteractiveElementInteractionsOptions, RuleWithNoNoninteractiveElementToInteractiveRoleOptions, RuleWithNoNoninteractiveTabindexOptions, RuleWithNoPositiveTabindexOptions, RuleWithNoRedundantAltOptions, RuleWithNoRedundantRolesOptions, RuleWithNoStaticElementInteractionsOptions, RuleWithNoSvgWithoutTitleOptions, RuleWithUseAltTextOptions, RuleWithUseAnchorContentOptions, RuleWithUseAriaActivedescendantWithTabindexOptions, RuleWithUseAriaPropsForRoleOptions, RuleWithUseAriaPropsSupportedByRoleOptions, RuleWithUseButtonTypeOptions, UseAdjacentOverloadSignaturesOptions, UseAwaitOptions, UseBiomeIgnoreFolderOptions, UseDefaultSwitchClauseLastOptions, UseErrorMessageOptions, UseGetterReturnOptions, UseGoogleFontDisplayOptions, UseGuardForInOptions, UseIsArrayOptions, UseIterableCallbackReturnOptions, UseNamespaceKeywordOptions, UseNumberToFixedDigitsArgumentOptions, UseSortedAttributesOptions, UseSortedKeysOptions, UseStaticResponseMethodsOptions, UseStrictModeOptions, VcsClientKind } from './no-label-var-options.ts';
|
|
4
|
+
export interface RuleWithNoConfusingLabelsOptions {
|
|
5
|
+
/**
|
|
6
|
+
* The severity of the emitted diagnostics by the rule
|
|
7
|
+
*/
|
|
8
|
+
level: RulePlainConfiguration;
|
|
9
|
+
/**
|
|
10
|
+
* Rule's options
|
|
11
|
+
*/
|
|
12
|
+
options?: NoConfusingLabelsOptions;
|
|
13
|
+
}
|
|
14
|
+
export interface RuleWithNoConfusingVoidTypeOptions {
|
|
15
|
+
/**
|
|
16
|
+
* The kind of the code actions emitted by the rule
|
|
17
|
+
*/
|
|
18
|
+
fix?: FixKind | null;
|
|
19
|
+
/**
|
|
20
|
+
* The severity of the emitted diagnostics by the rule
|
|
21
|
+
*/
|
|
22
|
+
level: RulePlainConfiguration;
|
|
23
|
+
/**
|
|
24
|
+
* Rule's options
|
|
25
|
+
*/
|
|
26
|
+
options?: NoConfusingVoidTypeOptions;
|
|
27
|
+
}
|
|
28
|
+
export interface RuleWithNoConsoleOptions {
|
|
29
|
+
/**
|
|
30
|
+
* The kind of the code actions emitted by the rule
|
|
31
|
+
*/
|
|
32
|
+
fix?: FixKind | null;
|
|
33
|
+
/**
|
|
34
|
+
* The severity of the emitted diagnostics by the rule
|
|
35
|
+
*/
|
|
36
|
+
level: RulePlainConfiguration;
|
|
37
|
+
/**
|
|
38
|
+
* Rule's options
|
|
39
|
+
*/
|
|
40
|
+
options?: NoConsoleOptions;
|
|
41
|
+
}
|
|
42
|
+
export interface RuleWithNoConstEnumOptions {
|
|
43
|
+
/**
|
|
44
|
+
* The kind of the code actions emitted by the rule
|
|
45
|
+
*/
|
|
46
|
+
fix?: FixKind | null;
|
|
47
|
+
/**
|
|
48
|
+
* The severity of the emitted diagnostics by the rule
|
|
49
|
+
*/
|
|
50
|
+
level: RulePlainConfiguration;
|
|
51
|
+
/**
|
|
52
|
+
* Rule's options
|
|
53
|
+
*/
|
|
54
|
+
options?: NoConstEnumOptions;
|
|
55
|
+
}
|
|
56
|
+
export interface RuleWithNoConstantBinaryExpressionsOptions {
|
|
57
|
+
/**
|
|
58
|
+
* The severity of the emitted diagnostics by the rule
|
|
59
|
+
*/
|
|
60
|
+
level: RulePlainConfiguration;
|
|
61
|
+
/**
|
|
62
|
+
* Rule's options
|
|
63
|
+
*/
|
|
64
|
+
options?: NoConstantBinaryExpressionsOptions;
|
|
65
|
+
}
|
|
66
|
+
export interface RuleWithNoControlCharactersInRegexOptions {
|
|
67
|
+
/**
|
|
68
|
+
* The severity of the emitted diagnostics by the rule
|
|
69
|
+
*/
|
|
70
|
+
level: RulePlainConfiguration;
|
|
71
|
+
/**
|
|
72
|
+
* Rule's options
|
|
73
|
+
*/
|
|
74
|
+
options?: NoControlCharactersInRegexOptions;
|
|
75
|
+
}
|
|
76
|
+
export interface RuleWithNoDebuggerOptions {
|
|
77
|
+
/**
|
|
78
|
+
* The kind of the code actions emitted by the rule
|
|
79
|
+
*/
|
|
80
|
+
fix?: FixKind | null;
|
|
81
|
+
/**
|
|
82
|
+
* The severity of the emitted diagnostics by the rule
|
|
83
|
+
*/
|
|
84
|
+
level: RulePlainConfiguration;
|
|
85
|
+
/**
|
|
86
|
+
* Rule's options
|
|
87
|
+
*/
|
|
88
|
+
options?: NoDebuggerOptions;
|
|
89
|
+
}
|
|
90
|
+
export interface RuleWithNoDocumentCookieOptions {
|
|
91
|
+
/**
|
|
92
|
+
* The severity of the emitted diagnostics by the rule
|
|
93
|
+
*/
|
|
94
|
+
level: RulePlainConfiguration;
|
|
95
|
+
/**
|
|
96
|
+
* Rule's options
|
|
97
|
+
*/
|
|
98
|
+
options?: NoDocumentCookieOptions;
|
|
99
|
+
}
|
|
4
100
|
export interface RuleWithNoDocumentImportInPageOptions {
|
|
5
101
|
/**
|
|
6
102
|
* The severity of the emitted diagnostics by the rule
|
|
@@ -9,7 +105,7 @@ export interface RuleWithNoDocumentImportInPageOptions {
|
|
|
9
105
|
/**
|
|
10
106
|
* Rule's options
|
|
11
107
|
*/
|
|
12
|
-
options
|
|
108
|
+
options?: NoDocumentImportInPageOptions;
|
|
13
109
|
}
|
|
14
110
|
export interface RuleWithNoDoubleEqualsOptions {
|
|
15
111
|
/**
|
|
@@ -23,7 +119,7 @@ export interface RuleWithNoDoubleEqualsOptions {
|
|
|
23
119
|
/**
|
|
24
120
|
* Rule's options
|
|
25
121
|
*/
|
|
26
|
-
options
|
|
122
|
+
options?: NoDoubleEqualsOptions;
|
|
27
123
|
}
|
|
28
124
|
export interface RuleWithNoDuplicateAtImportRulesOptions {
|
|
29
125
|
/**
|
|
@@ -33,7 +129,7 @@ export interface RuleWithNoDuplicateAtImportRulesOptions {
|
|
|
33
129
|
/**
|
|
34
130
|
* Rule's options
|
|
35
131
|
*/
|
|
36
|
-
options
|
|
132
|
+
options?: NoDuplicateAtImportRulesOptions;
|
|
37
133
|
}
|
|
38
134
|
export interface RuleWithNoDuplicateCaseOptions {
|
|
39
135
|
/**
|
|
@@ -43,7 +139,7 @@ export interface RuleWithNoDuplicateCaseOptions {
|
|
|
43
139
|
/**
|
|
44
140
|
* Rule's options
|
|
45
141
|
*/
|
|
46
|
-
options
|
|
142
|
+
options?: NoDuplicateCaseOptions;
|
|
47
143
|
}
|
|
48
144
|
export interface RuleWithNoDuplicateClassMembersOptions {
|
|
49
145
|
/**
|
|
@@ -53,7 +149,7 @@ export interface RuleWithNoDuplicateClassMembersOptions {
|
|
|
53
149
|
/**
|
|
54
150
|
* Rule's options
|
|
55
151
|
*/
|
|
56
|
-
options
|
|
152
|
+
options?: NoDuplicateClassMembersOptions;
|
|
57
153
|
}
|
|
58
154
|
export interface RuleWithNoDuplicateCustomPropertiesOptions {
|
|
59
155
|
/**
|
|
@@ -63,7 +159,7 @@ export interface RuleWithNoDuplicateCustomPropertiesOptions {
|
|
|
63
159
|
/**
|
|
64
160
|
* Rule's options
|
|
65
161
|
*/
|
|
66
|
-
options
|
|
162
|
+
options?: NoDuplicateCustomPropertiesOptions;
|
|
67
163
|
}
|
|
68
164
|
export interface RuleWithNoDuplicateElseIfOptions {
|
|
69
165
|
/**
|
|
@@ -73,7 +169,7 @@ export interface RuleWithNoDuplicateElseIfOptions {
|
|
|
73
169
|
/**
|
|
74
170
|
* Rule's options
|
|
75
171
|
*/
|
|
76
|
-
options
|
|
172
|
+
options?: NoDuplicateElseIfOptions;
|
|
77
173
|
}
|
|
78
174
|
export interface RuleWithNoDuplicateFieldsOptions {
|
|
79
175
|
/**
|
|
@@ -83,7 +179,7 @@ export interface RuleWithNoDuplicateFieldsOptions {
|
|
|
83
179
|
/**
|
|
84
180
|
* Rule's options
|
|
85
181
|
*/
|
|
86
|
-
options
|
|
182
|
+
options?: NoDuplicateFieldsOptions;
|
|
87
183
|
}
|
|
88
184
|
export interface RuleWithNoDuplicateFontNamesOptions {
|
|
89
185
|
/**
|
|
@@ -93,7 +189,7 @@ export interface RuleWithNoDuplicateFontNamesOptions {
|
|
|
93
189
|
/**
|
|
94
190
|
* Rule's options
|
|
95
191
|
*/
|
|
96
|
-
options
|
|
192
|
+
options?: NoDuplicateFontNamesOptions;
|
|
97
193
|
}
|
|
98
194
|
export interface RuleWithNoDuplicateJsxPropsOptions {
|
|
99
195
|
/**
|
|
@@ -103,7 +199,7 @@ export interface RuleWithNoDuplicateJsxPropsOptions {
|
|
|
103
199
|
/**
|
|
104
200
|
* Rule's options
|
|
105
201
|
*/
|
|
106
|
-
options
|
|
202
|
+
options?: NoDuplicateJsxPropsOptions;
|
|
107
203
|
}
|
|
108
204
|
export interface RuleWithNoDuplicateObjectKeysOptions {
|
|
109
205
|
/**
|
|
@@ -113,7 +209,7 @@ export interface RuleWithNoDuplicateObjectKeysOptions {
|
|
|
113
209
|
/**
|
|
114
210
|
* Rule's options
|
|
115
211
|
*/
|
|
116
|
-
options
|
|
212
|
+
options?: NoDuplicateObjectKeysOptions;
|
|
117
213
|
}
|
|
118
214
|
export interface RuleWithNoDuplicateParametersOptions {
|
|
119
215
|
/**
|
|
@@ -123,7 +219,7 @@ export interface RuleWithNoDuplicateParametersOptions {
|
|
|
123
219
|
/**
|
|
124
220
|
* Rule's options
|
|
125
221
|
*/
|
|
126
|
-
options
|
|
222
|
+
options?: NoDuplicateParametersOptions;
|
|
127
223
|
}
|
|
128
224
|
export interface RuleWithNoDuplicatePropertiesOptions {
|
|
129
225
|
/**
|
|
@@ -133,7 +229,7 @@ export interface RuleWithNoDuplicatePropertiesOptions {
|
|
|
133
229
|
/**
|
|
134
230
|
* Rule's options
|
|
135
231
|
*/
|
|
136
|
-
options
|
|
232
|
+
options?: NoDuplicatePropertiesOptions;
|
|
137
233
|
}
|
|
138
234
|
export interface RuleWithNoDuplicateSelectorsKeyframeBlockOptions {
|
|
139
235
|
/**
|
|
@@ -143,7 +239,7 @@ export interface RuleWithNoDuplicateSelectorsKeyframeBlockOptions {
|
|
|
143
239
|
/**
|
|
144
240
|
* Rule's options
|
|
145
241
|
*/
|
|
146
|
-
options
|
|
242
|
+
options?: NoDuplicateSelectorsKeyframeBlockOptions;
|
|
147
243
|
}
|
|
148
244
|
export interface RuleWithNoDuplicateTestHooksOptions {
|
|
149
245
|
/**
|
|
@@ -153,7 +249,7 @@ export interface RuleWithNoDuplicateTestHooksOptions {
|
|
|
153
249
|
/**
|
|
154
250
|
* Rule's options
|
|
155
251
|
*/
|
|
156
|
-
options
|
|
252
|
+
options?: NoDuplicateTestHooksOptions;
|
|
157
253
|
}
|
|
158
254
|
export interface RuleWithNoEmptyBlockOptions {
|
|
159
255
|
/**
|
|
@@ -163,7 +259,7 @@ export interface RuleWithNoEmptyBlockOptions {
|
|
|
163
259
|
/**
|
|
164
260
|
* Rule's options
|
|
165
261
|
*/
|
|
166
|
-
options
|
|
262
|
+
options?: NoEmptyBlockOptions;
|
|
167
263
|
}
|
|
168
264
|
export interface RuleWithNoEmptyBlockStatementsOptions {
|
|
169
265
|
/**
|
|
@@ -173,7 +269,7 @@ export interface RuleWithNoEmptyBlockStatementsOptions {
|
|
|
173
269
|
/**
|
|
174
270
|
* Rule's options
|
|
175
271
|
*/
|
|
176
|
-
options
|
|
272
|
+
options?: NoEmptyBlockStatementsOptions;
|
|
177
273
|
}
|
|
178
274
|
export interface RuleWithNoEmptyInterfaceOptions {
|
|
179
275
|
/**
|
|
@@ -187,7 +283,7 @@ export interface RuleWithNoEmptyInterfaceOptions {
|
|
|
187
283
|
/**
|
|
188
284
|
* Rule's options
|
|
189
285
|
*/
|
|
190
|
-
options
|
|
286
|
+
options?: NoEmptyInterfaceOptions;
|
|
191
287
|
}
|
|
192
288
|
export interface RuleWithNoEvolvingTypesOptions {
|
|
193
289
|
/**
|
|
@@ -197,7 +293,7 @@ export interface RuleWithNoEvolvingTypesOptions {
|
|
|
197
293
|
/**
|
|
198
294
|
* Rule's options
|
|
199
295
|
*/
|
|
200
|
-
options
|
|
296
|
+
options?: NoEvolvingTypesOptions;
|
|
201
297
|
}
|
|
202
298
|
export interface RuleWithNoExplicitAnyOptions {
|
|
203
299
|
/**
|
|
@@ -207,7 +303,7 @@ export interface RuleWithNoExplicitAnyOptions {
|
|
|
207
303
|
/**
|
|
208
304
|
* Rule's options
|
|
209
305
|
*/
|
|
210
|
-
options
|
|
306
|
+
options?: NoExplicitAnyOptions;
|
|
211
307
|
}
|
|
212
308
|
export interface RuleWithNoExportsInTestOptions {
|
|
213
309
|
/**
|
|
@@ -217,7 +313,7 @@ export interface RuleWithNoExportsInTestOptions {
|
|
|
217
313
|
/**
|
|
218
314
|
* Rule's options
|
|
219
315
|
*/
|
|
220
|
-
options
|
|
316
|
+
options?: NoExportsInTestOptions;
|
|
221
317
|
}
|
|
222
318
|
export interface RuleWithNoExtraNonNullAssertionOptions {
|
|
223
319
|
/**
|
|
@@ -231,7 +327,7 @@ export interface RuleWithNoExtraNonNullAssertionOptions {
|
|
|
231
327
|
/**
|
|
232
328
|
* Rule's options
|
|
233
329
|
*/
|
|
234
|
-
options
|
|
330
|
+
options?: NoExtraNonNullAssertionOptions;
|
|
235
331
|
}
|
|
236
332
|
export interface RuleWithNoFallthroughSwitchClauseOptions {
|
|
237
333
|
/**
|
|
@@ -241,7 +337,7 @@ export interface RuleWithNoFallthroughSwitchClauseOptions {
|
|
|
241
337
|
/**
|
|
242
338
|
* Rule's options
|
|
243
339
|
*/
|
|
244
|
-
options
|
|
340
|
+
options?: NoFallthroughSwitchClauseOptions;
|
|
245
341
|
}
|
|
246
342
|
export interface RuleWithNoFocusedTestsOptions {
|
|
247
343
|
/**
|
|
@@ -255,7 +351,7 @@ export interface RuleWithNoFocusedTestsOptions {
|
|
|
255
351
|
/**
|
|
256
352
|
* Rule's options
|
|
257
353
|
*/
|
|
258
|
-
options
|
|
354
|
+
options?: NoFocusedTestsOptions;
|
|
259
355
|
}
|
|
260
356
|
export interface RuleWithNoFunctionAssignOptions {
|
|
261
357
|
/**
|
|
@@ -265,7 +361,7 @@ export interface RuleWithNoFunctionAssignOptions {
|
|
|
265
361
|
/**
|
|
266
362
|
* Rule's options
|
|
267
363
|
*/
|
|
268
|
-
options
|
|
364
|
+
options?: NoFunctionAssignOptions;
|
|
269
365
|
}
|
|
270
366
|
export interface RuleWithNoGlobalAssignOptions {
|
|
271
367
|
/**
|
|
@@ -275,7 +371,7 @@ export interface RuleWithNoGlobalAssignOptions {
|
|
|
275
371
|
/**
|
|
276
372
|
* Rule's options
|
|
277
373
|
*/
|
|
278
|
-
options
|
|
374
|
+
options?: NoGlobalAssignOptions;
|
|
279
375
|
}
|
|
280
376
|
export interface RuleWithNoGlobalIsFiniteOptions {
|
|
281
377
|
/**
|
|
@@ -289,7 +385,7 @@ export interface RuleWithNoGlobalIsFiniteOptions {
|
|
|
289
385
|
/**
|
|
290
386
|
* Rule's options
|
|
291
387
|
*/
|
|
292
|
-
options
|
|
388
|
+
options?: NoGlobalIsFiniteOptions;
|
|
293
389
|
}
|
|
294
390
|
export interface RuleWithNoGlobalIsNanOptions {
|
|
295
391
|
/**
|
|
@@ -303,7 +399,7 @@ export interface RuleWithNoGlobalIsNanOptions {
|
|
|
303
399
|
/**
|
|
304
400
|
* Rule's options
|
|
305
401
|
*/
|
|
306
|
-
options
|
|
402
|
+
options?: NoGlobalIsNanOptions;
|
|
307
403
|
}
|
|
308
404
|
export interface RuleWithNoHeadImportInDocumentOptions {
|
|
309
405
|
/**
|
|
@@ -313,7 +409,7 @@ export interface RuleWithNoHeadImportInDocumentOptions {
|
|
|
313
409
|
/**
|
|
314
410
|
* Rule's options
|
|
315
411
|
*/
|
|
316
|
-
options
|
|
412
|
+
options?: NoHeadImportInDocumentOptions;
|
|
317
413
|
}
|
|
318
414
|
export interface RuleWithNoImplicitAnyLetOptions {
|
|
319
415
|
/**
|
|
@@ -323,7 +419,7 @@ export interface RuleWithNoImplicitAnyLetOptions {
|
|
|
323
419
|
/**
|
|
324
420
|
* Rule's options
|
|
325
421
|
*/
|
|
326
|
-
options
|
|
422
|
+
options?: NoImplicitAnyLetOptions;
|
|
327
423
|
}
|
|
328
424
|
export interface RuleWithNoImportAssignOptions {
|
|
329
425
|
/**
|
|
@@ -333,7 +429,7 @@ export interface RuleWithNoImportAssignOptions {
|
|
|
333
429
|
/**
|
|
334
430
|
* Rule's options
|
|
335
431
|
*/
|
|
336
|
-
options
|
|
432
|
+
options?: NoImportAssignOptions;
|
|
337
433
|
}
|
|
338
434
|
export interface RuleWithNoImportantInKeyframeOptions {
|
|
339
435
|
/**
|
|
@@ -343,7 +439,7 @@ export interface RuleWithNoImportantInKeyframeOptions {
|
|
|
343
439
|
/**
|
|
344
440
|
* Rule's options
|
|
345
441
|
*/
|
|
346
|
-
options
|
|
442
|
+
options?: NoImportantInKeyframeOptions;
|
|
347
443
|
}
|
|
348
444
|
export interface RuleWithNoIrregularWhitespaceOptions {
|
|
349
445
|
/**
|
|
@@ -353,7 +449,7 @@ export interface RuleWithNoIrregularWhitespaceOptions {
|
|
|
353
449
|
/**
|
|
354
450
|
* Rule's options
|
|
355
451
|
*/
|
|
356
|
-
options
|
|
452
|
+
options?: NoIrregularWhitespaceOptions;
|
|
357
453
|
}
|
|
358
454
|
export interface RuleWithNoLabelVarOptions {
|
|
359
455
|
/**
|
|
@@ -363,7 +459,7 @@ export interface RuleWithNoLabelVarOptions {
|
|
|
363
459
|
/**
|
|
364
460
|
* Rule's options
|
|
365
461
|
*/
|
|
366
|
-
options
|
|
462
|
+
options?: NoLabelVarOptions;
|
|
367
463
|
}
|
|
368
464
|
export interface RuleWithNoMisleadingCharacterClassOptions {
|
|
369
465
|
/**
|
|
@@ -377,7 +473,7 @@ export interface RuleWithNoMisleadingCharacterClassOptions {
|
|
|
377
473
|
/**
|
|
378
474
|
* Rule's options
|
|
379
475
|
*/
|
|
380
|
-
options
|
|
476
|
+
options?: NoMisleadingCharacterClassOptions;
|
|
381
477
|
}
|
|
382
478
|
export interface RuleWithNoMisleadingInstantiatorOptions {
|
|
383
479
|
/**
|
|
@@ -387,7 +483,7 @@ export interface RuleWithNoMisleadingInstantiatorOptions {
|
|
|
387
483
|
/**
|
|
388
484
|
* Rule's options
|
|
389
485
|
*/
|
|
390
|
-
options
|
|
486
|
+
options?: NoMisleadingInstantiatorOptions;
|
|
391
487
|
}
|
|
392
488
|
export interface RuleWithNoMisplacedAssertionOptions {
|
|
393
489
|
/**
|
|
@@ -397,7 +493,7 @@ export interface RuleWithNoMisplacedAssertionOptions {
|
|
|
397
493
|
/**
|
|
398
494
|
* Rule's options
|
|
399
495
|
*/
|
|
400
|
-
options
|
|
496
|
+
options?: NoMisplacedAssertionOptions;
|
|
401
497
|
}
|
|
402
498
|
export interface RuleWithNoMisrefactoredShorthandAssignOptions {
|
|
403
499
|
/**
|
|
@@ -411,7 +507,7 @@ export interface RuleWithNoMisrefactoredShorthandAssignOptions {
|
|
|
411
507
|
/**
|
|
412
508
|
* Rule's options
|
|
413
509
|
*/
|
|
414
|
-
options
|
|
510
|
+
options?: NoMisrefactoredShorthandAssignOptions;
|
|
415
511
|
}
|
|
416
512
|
export interface RuleWithNoNonNullAssertedOptionalChainOptions {
|
|
417
513
|
/**
|
|
@@ -421,7 +517,7 @@ export interface RuleWithNoNonNullAssertedOptionalChainOptions {
|
|
|
421
517
|
/**
|
|
422
518
|
* Rule's options
|
|
423
519
|
*/
|
|
424
|
-
options
|
|
520
|
+
options?: NoNonNullAssertedOptionalChainOptions;
|
|
425
521
|
}
|
|
426
522
|
export interface RuleWithNoOctalEscapeOptions {
|
|
427
523
|
/**
|
|
@@ -435,7 +531,7 @@ export interface RuleWithNoOctalEscapeOptions {
|
|
|
435
531
|
/**
|
|
436
532
|
* Rule's options
|
|
437
533
|
*/
|
|
438
|
-
options
|
|
534
|
+
options?: NoOctalEscapeOptions;
|
|
439
535
|
}
|
|
440
536
|
export interface RuleWithNoPrototypeBuiltinsOptions {
|
|
441
537
|
/**
|
|
@@ -449,7 +545,7 @@ export interface RuleWithNoPrototypeBuiltinsOptions {
|
|
|
449
545
|
/**
|
|
450
546
|
* Rule's options
|
|
451
547
|
*/
|
|
452
|
-
options
|
|
548
|
+
options?: NoPrototypeBuiltinsOptions;
|
|
453
549
|
}
|
|
454
550
|
export interface RuleWithNoQuickfixBiomeOptions {
|
|
455
551
|
/**
|
|
@@ -463,7 +559,7 @@ export interface RuleWithNoQuickfixBiomeOptions {
|
|
|
463
559
|
/**
|
|
464
560
|
* Rule's options
|
|
465
561
|
*/
|
|
466
|
-
options
|
|
562
|
+
options?: NoQuickfixBiomeOptions;
|
|
467
563
|
}
|
|
468
564
|
export interface RuleWithNoReactSpecificPropsOptions {
|
|
469
565
|
/**
|
|
@@ -477,7 +573,7 @@ export interface RuleWithNoReactSpecificPropsOptions {
|
|
|
477
573
|
/**
|
|
478
574
|
* Rule's options
|
|
479
575
|
*/
|
|
480
|
-
options
|
|
576
|
+
options?: NoReactSpecificPropsOptions;
|
|
481
577
|
}
|
|
482
578
|
export interface RuleWithNoRedeclareOptions {
|
|
483
579
|
/**
|
|
@@ -487,7 +583,7 @@ export interface RuleWithNoRedeclareOptions {
|
|
|
487
583
|
/**
|
|
488
584
|
* Rule's options
|
|
489
585
|
*/
|
|
490
|
-
options
|
|
586
|
+
options?: NoRedeclareOptions;
|
|
491
587
|
}
|
|
492
588
|
export interface RuleWithNoRedundantUseStrictOptions {
|
|
493
589
|
/**
|
|
@@ -501,7 +597,7 @@ export interface RuleWithNoRedundantUseStrictOptions {
|
|
|
501
597
|
/**
|
|
502
598
|
* Rule's options
|
|
503
599
|
*/
|
|
504
|
-
options
|
|
600
|
+
options?: NoRedundantUseStrictOptions;
|
|
505
601
|
}
|
|
506
602
|
export interface RuleWithNoSelfCompareOptions {
|
|
507
603
|
/**
|
|
@@ -511,7 +607,7 @@ export interface RuleWithNoSelfCompareOptions {
|
|
|
511
607
|
/**
|
|
512
608
|
* Rule's options
|
|
513
609
|
*/
|
|
514
|
-
options
|
|
610
|
+
options?: NoSelfCompareOptions;
|
|
515
611
|
}
|
|
516
612
|
export interface RuleWithNoShadowRestrictedNamesOptions {
|
|
517
613
|
/**
|
|
@@ -521,7 +617,7 @@ export interface RuleWithNoShadowRestrictedNamesOptions {
|
|
|
521
617
|
/**
|
|
522
618
|
* Rule's options
|
|
523
619
|
*/
|
|
524
|
-
options
|
|
620
|
+
options?: NoShadowRestrictedNamesOptions;
|
|
525
621
|
}
|
|
526
622
|
export interface RuleWithNoShorthandPropertyOverridesOptions {
|
|
527
623
|
/**
|
|
@@ -531,7 +627,7 @@ export interface RuleWithNoShorthandPropertyOverridesOptions {
|
|
|
531
627
|
/**
|
|
532
628
|
* Rule's options
|
|
533
629
|
*/
|
|
534
|
-
options
|
|
630
|
+
options?: NoShorthandPropertyOverridesOptions;
|
|
535
631
|
}
|
|
536
632
|
export interface RuleWithNoSkippedTestsOptions {
|
|
537
633
|
/**
|
|
@@ -545,7 +641,7 @@ export interface RuleWithNoSkippedTestsOptions {
|
|
|
545
641
|
/**
|
|
546
642
|
* Rule's options
|
|
547
643
|
*/
|
|
548
|
-
options
|
|
644
|
+
options?: NoSkippedTestsOptions;
|
|
549
645
|
}
|
|
550
646
|
export interface RuleWithNoSparseArrayOptions {
|
|
551
647
|
/**
|
|
@@ -559,7 +655,7 @@ export interface RuleWithNoSparseArrayOptions {
|
|
|
559
655
|
/**
|
|
560
656
|
* Rule's options
|
|
561
657
|
*/
|
|
562
|
-
options
|
|
658
|
+
options?: NoSparseArrayOptions;
|
|
563
659
|
}
|
|
564
660
|
export interface RuleWithNoSuspiciousSemicolonInJsxOptions {
|
|
565
661
|
/**
|
|
@@ -569,7 +665,7 @@ export interface RuleWithNoSuspiciousSemicolonInJsxOptions {
|
|
|
569
665
|
/**
|
|
570
666
|
* Rule's options
|
|
571
667
|
*/
|
|
572
|
-
options
|
|
668
|
+
options?: NoSuspiciousSemicolonInJsxOptions;
|
|
573
669
|
}
|
|
574
670
|
export interface RuleWithNoTemplateCurlyInStringOptions {
|
|
575
671
|
/**
|
|
@@ -579,7 +675,7 @@ export interface RuleWithNoTemplateCurlyInStringOptions {
|
|
|
579
675
|
/**
|
|
580
676
|
* Rule's options
|
|
581
677
|
*/
|
|
582
|
-
options
|
|
678
|
+
options?: NoTemplateCurlyInStringOptions;
|
|
583
679
|
}
|
|
584
680
|
export interface RuleWithNoThenPropertyOptions {
|
|
585
681
|
/**
|
|
@@ -589,7 +685,7 @@ export interface RuleWithNoThenPropertyOptions {
|
|
|
589
685
|
/**
|
|
590
686
|
* Rule's options
|
|
591
687
|
*/
|
|
592
|
-
options
|
|
688
|
+
options?: NoThenPropertyOptions;
|
|
593
689
|
}
|
|
594
690
|
export interface RuleWithNoTsIgnoreOptions {
|
|
595
691
|
/**
|
|
@@ -603,7 +699,7 @@ export interface RuleWithNoTsIgnoreOptions {
|
|
|
603
699
|
/**
|
|
604
700
|
* Rule's options
|
|
605
701
|
*/
|
|
606
|
-
options
|
|
702
|
+
options?: NoTsIgnoreOptions;
|
|
607
703
|
}
|
|
608
704
|
export interface RuleWithNoUnassignedVariablesOptions {
|
|
609
705
|
/**
|
|
@@ -613,7 +709,7 @@ export interface RuleWithNoUnassignedVariablesOptions {
|
|
|
613
709
|
/**
|
|
614
710
|
* Rule's options
|
|
615
711
|
*/
|
|
616
|
-
options
|
|
712
|
+
options?: NoUnassignedVariablesOptions;
|
|
617
713
|
}
|
|
618
714
|
export interface RuleWithNoUnknownAtRulesOptions {
|
|
619
715
|
/**
|
|
@@ -623,7 +719,7 @@ export interface RuleWithNoUnknownAtRulesOptions {
|
|
|
623
719
|
/**
|
|
624
720
|
* Rule's options
|
|
625
721
|
*/
|
|
626
|
-
options
|
|
722
|
+
options?: NoUnknownAtRulesOptions;
|
|
627
723
|
}
|
|
628
724
|
export interface RuleWithNoUnsafeDeclarationMergingOptions {
|
|
629
725
|
/**
|
|
@@ -633,7 +729,7 @@ export interface RuleWithNoUnsafeDeclarationMergingOptions {
|
|
|
633
729
|
/**
|
|
634
730
|
* Rule's options
|
|
635
731
|
*/
|
|
636
|
-
options
|
|
732
|
+
options?: NoUnsafeDeclarationMergingOptions;
|
|
637
733
|
}
|
|
638
734
|
export interface RuleWithNoUnsafeNegationOptions {
|
|
639
735
|
/**
|
|
@@ -647,7 +743,7 @@ export interface RuleWithNoUnsafeNegationOptions {
|
|
|
647
743
|
/**
|
|
648
744
|
* Rule's options
|
|
649
745
|
*/
|
|
650
|
-
options
|
|
746
|
+
options?: NoUnsafeNegationOptions;
|
|
651
747
|
}
|
|
652
748
|
export interface RuleWithNoUselessEscapeInStringOptions {
|
|
653
749
|
/**
|
|
@@ -661,7 +757,7 @@ export interface RuleWithNoUselessEscapeInStringOptions {
|
|
|
661
757
|
/**
|
|
662
758
|
* Rule's options
|
|
663
759
|
*/
|
|
664
|
-
options
|
|
760
|
+
options?: NoUselessEscapeInStringOptions;
|
|
665
761
|
}
|
|
666
762
|
export interface RuleWithNoUselessRegexBackrefsOptions {
|
|
667
763
|
/**
|
|
@@ -671,7 +767,7 @@ export interface RuleWithNoUselessRegexBackrefsOptions {
|
|
|
671
767
|
/**
|
|
672
768
|
* Rule's options
|
|
673
769
|
*/
|
|
674
|
-
options
|
|
770
|
+
options?: NoUselessRegexBackrefsOptions;
|
|
675
771
|
}
|
|
676
772
|
export interface RuleWithNoVarOptions {
|
|
677
773
|
/**
|
|
@@ -685,7 +781,7 @@ export interface RuleWithNoVarOptions {
|
|
|
685
781
|
/**
|
|
686
782
|
* Rule's options
|
|
687
783
|
*/
|
|
688
|
-
options
|
|
784
|
+
options?: NoVarOptions;
|
|
689
785
|
}
|
|
690
786
|
export interface RuleWithNoWithOptions {
|
|
691
787
|
/**
|
|
@@ -695,7 +791,7 @@ export interface RuleWithNoWithOptions {
|
|
|
695
791
|
/**
|
|
696
792
|
* Rule's options
|
|
697
793
|
*/
|
|
698
|
-
options
|
|
794
|
+
options?: NoWithOptions;
|
|
699
795
|
}
|
|
700
796
|
export interface RuleWithUseAdjacentOverloadSignaturesOptions {
|
|
701
797
|
/**
|
|
@@ -705,7 +801,7 @@ export interface RuleWithUseAdjacentOverloadSignaturesOptions {
|
|
|
705
801
|
/**
|
|
706
802
|
* Rule's options
|
|
707
803
|
*/
|
|
708
|
-
options
|
|
804
|
+
options?: UseAdjacentOverloadSignaturesOptions;
|
|
709
805
|
}
|
|
710
806
|
export interface RuleWithUseAwaitOptions {
|
|
711
807
|
/**
|
|
@@ -715,7 +811,7 @@ export interface RuleWithUseAwaitOptions {
|
|
|
715
811
|
/**
|
|
716
812
|
* Rule's options
|
|
717
813
|
*/
|
|
718
|
-
options
|
|
814
|
+
options?: UseAwaitOptions;
|
|
719
815
|
}
|
|
720
816
|
export interface RuleWithUseBiomeIgnoreFolderOptions {
|
|
721
817
|
/**
|
|
@@ -729,7 +825,7 @@ export interface RuleWithUseBiomeIgnoreFolderOptions {
|
|
|
729
825
|
/**
|
|
730
826
|
* Rule's options
|
|
731
827
|
*/
|
|
732
|
-
options
|
|
828
|
+
options?: UseBiomeIgnoreFolderOptions;
|
|
733
829
|
}
|
|
734
830
|
export interface RuleWithUseDefaultSwitchClauseLastOptions {
|
|
735
831
|
/**
|
|
@@ -739,7 +835,7 @@ export interface RuleWithUseDefaultSwitchClauseLastOptions {
|
|
|
739
835
|
/**
|
|
740
836
|
* Rule's options
|
|
741
837
|
*/
|
|
742
|
-
options
|
|
838
|
+
options?: UseDefaultSwitchClauseLastOptions;
|
|
743
839
|
}
|
|
744
840
|
export interface RuleWithUseErrorMessageOptions {
|
|
745
841
|
/**
|
|
@@ -749,7 +845,7 @@ export interface RuleWithUseErrorMessageOptions {
|
|
|
749
845
|
/**
|
|
750
846
|
* Rule's options
|
|
751
847
|
*/
|
|
752
|
-
options
|
|
848
|
+
options?: UseErrorMessageOptions;
|
|
753
849
|
}
|
|
754
850
|
export interface RuleWithUseGetterReturnOptions {
|
|
755
851
|
/**
|
|
@@ -759,7 +855,7 @@ export interface RuleWithUseGetterReturnOptions {
|
|
|
759
855
|
/**
|
|
760
856
|
* Rule's options
|
|
761
857
|
*/
|
|
762
|
-
options
|
|
858
|
+
options?: UseGetterReturnOptions;
|
|
763
859
|
}
|
|
764
860
|
export interface RuleWithUseGoogleFontDisplayOptions {
|
|
765
861
|
/**
|
|
@@ -769,7 +865,7 @@ export interface RuleWithUseGoogleFontDisplayOptions {
|
|
|
769
865
|
/**
|
|
770
866
|
* Rule's options
|
|
771
867
|
*/
|
|
772
|
-
options
|
|
868
|
+
options?: UseGoogleFontDisplayOptions;
|
|
773
869
|
}
|
|
774
870
|
export interface RuleWithUseGuardForInOptions {
|
|
775
871
|
/**
|
|
@@ -779,7 +875,7 @@ export interface RuleWithUseGuardForInOptions {
|
|
|
779
875
|
/**
|
|
780
876
|
* Rule's options
|
|
781
877
|
*/
|
|
782
|
-
options
|
|
878
|
+
options?: UseGuardForInOptions;
|
|
783
879
|
}
|
|
784
880
|
export interface RuleWithUseIsArrayOptions {
|
|
785
881
|
/**
|
|
@@ -793,7 +889,7 @@ export interface RuleWithUseIsArrayOptions {
|
|
|
793
889
|
/**
|
|
794
890
|
* Rule's options
|
|
795
891
|
*/
|
|
796
|
-
options
|
|
892
|
+
options?: UseIsArrayOptions;
|
|
797
893
|
}
|
|
798
894
|
export interface RuleWithUseIterableCallbackReturnOptions {
|
|
799
895
|
/**
|
|
@@ -803,7 +899,7 @@ export interface RuleWithUseIterableCallbackReturnOptions {
|
|
|
803
899
|
/**
|
|
804
900
|
* Rule's options
|
|
805
901
|
*/
|
|
806
|
-
options
|
|
902
|
+
options?: UseIterableCallbackReturnOptions;
|
|
807
903
|
}
|
|
808
904
|
export interface RuleWithUseNamespaceKeywordOptions {
|
|
809
905
|
/**
|
|
@@ -817,7 +913,7 @@ export interface RuleWithUseNamespaceKeywordOptions {
|
|
|
817
913
|
/**
|
|
818
914
|
* Rule's options
|
|
819
915
|
*/
|
|
820
|
-
options
|
|
916
|
+
options?: UseNamespaceKeywordOptions;
|
|
821
917
|
}
|
|
822
918
|
export interface RuleWithUseNumberToFixedDigitsArgumentOptions {
|
|
823
919
|
/**
|
|
@@ -831,7 +927,7 @@ export interface RuleWithUseNumberToFixedDigitsArgumentOptions {
|
|
|
831
927
|
/**
|
|
832
928
|
* Rule's options
|
|
833
929
|
*/
|
|
834
|
-
options
|
|
930
|
+
options?: UseNumberToFixedDigitsArgumentOptions;
|
|
835
931
|
}
|
|
836
932
|
export interface RuleWithUseStaticResponseMethodsOptions {
|
|
837
933
|
/**
|
|
@@ -845,7 +941,7 @@ export interface RuleWithUseStaticResponseMethodsOptions {
|
|
|
845
941
|
/**
|
|
846
942
|
* Rule's options
|
|
847
943
|
*/
|
|
848
|
-
options
|
|
944
|
+
options?: UseStaticResponseMethodsOptions;
|
|
849
945
|
}
|
|
850
946
|
export interface RuleWithUseStrictModeOptions {
|
|
851
947
|
/**
|
|
@@ -859,7 +955,7 @@ export interface RuleWithUseStrictModeOptions {
|
|
|
859
955
|
/**
|
|
860
956
|
* Rule's options
|
|
861
957
|
*/
|
|
862
|
-
options
|
|
958
|
+
options?: UseStrictModeOptions;
|
|
863
959
|
}
|
|
864
960
|
export type Plugins = PluginConfiguration[];
|
|
865
961
|
/**
|
|
@@ -895,7 +991,7 @@ export type SourceMatcher = NegatablePredefinedSourceMatcher | ImportSourceGlob;
|
|
|
895
991
|
*/
|
|
896
992
|
export interface FilesConfiguration {
|
|
897
993
|
/**
|
|
898
|
-
* **Deprecated:** Please use _force-ignore syntax_ in `files.includes` instead: https://biomejs.dev/reference/configuration/#filesincludes
|
|
994
|
+
* **Deprecated:** Please use _force-ignore syntax_ in `files.includes` instead: <https://biomejs.dev/reference/configuration/#filesincludes>
|
|
899
995
|
*
|
|
900
996
|
* Set of file and folder names that should be unconditionally ignored by Biome's scanner.
|
|
901
997
|
*/
|
|
@@ -1138,11 +1234,3 @@ export type UseAriaActivedescendantWithTabindexConfiguration = RulePlainConfigur
|
|
|
1138
1234
|
export type UseAriaPropsForRoleConfiguration = RulePlainConfiguration | RuleWithUseAriaPropsForRoleOptions;
|
|
1139
1235
|
export type UseAriaPropsSupportedByRoleConfiguration = RulePlainConfiguration | RuleWithUseAriaPropsSupportedByRoleOptions;
|
|
1140
1236
|
export type UseButtonTypeConfiguration = RulePlainConfiguration | RuleWithUseButtonTypeOptions;
|
|
1141
|
-
export type UseFocusableInteractiveConfiguration = RulePlainConfiguration | RuleWithUseFocusableInteractiveOptions;
|
|
1142
|
-
export type UseGenericFontNamesConfiguration = RulePlainConfiguration | RuleWithUseGenericFontNamesOptions;
|
|
1143
|
-
export type UseHeadingContentConfiguration = RulePlainConfiguration | RuleWithUseHeadingContentOptions;
|
|
1144
|
-
export type UseHtmlLangConfiguration = RulePlainConfiguration | RuleWithUseHtmlLangOptions;
|
|
1145
|
-
export type UseIframeTitleConfiguration = RulePlainConfiguration | RuleWithUseIframeTitleOptions;
|
|
1146
|
-
export type UseKeyWithClickEventsConfiguration = RulePlainConfiguration | RuleWithUseKeyWithClickEventsOptions;
|
|
1147
|
-
export type UseKeyWithMouseEventsConfiguration = RulePlainConfiguration | RuleWithUseKeyWithMouseEventsOptions;
|
|
1148
|
-
export type UseMediaCaptionConfiguration = RulePlainConfiguration | RuleWithUseMediaCaptionOptions;
|