@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.
Files changed (23) hide show
  1. package/dist/build.mjs +59 -59
  2. package/dist/index.jsonc +56 -56
  3. package/dist/index.mjs +59 -59
  4. package/dist/next.jsonc +60 -60
  5. package/dist/nuxt.jsonc +91 -91
  6. package/dist/react.jsonc +58 -58
  7. package/dist/types/src/constants/biome.d.ts +1 -1
  8. package/dist/types/src/generated/biome/index.d.ts +10 -9
  9. package/dist/types/src/generated/biome/linter-configuration.d.ts +181 -0
  10. package/dist/types/src/generated/biome/no-global-object-calls-options.d.ts +25 -24
  11. package/dist/types/src/generated/biome/{no-misrefactored-shorthand-assign-options.d.ts → no-label-var-options.d.ts} +55 -95
  12. package/dist/types/src/generated/biome/{no-non-null-assertion-options.d.ts → no-magic-numbers-options.d.ts} +17 -17
  13. 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
  14. 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
  15. package/dist/types/src/generated/biome/{use-consistent-arrow-return-options.d.ts → rule-with-no-unused-expressions-options.d.ts} +202 -206
  16. package/dist/types/src/generated/biome/schema.d.ts +11 -11
  17. package/dist/types/src/generated/biome/{nursery.d.ts → use-consistent-object-definitions-configuration.d.ts} +473 -192
  18. package/dist/types/src/generated/biome/{use-semantic-elements-configuration.d.ts → use-focusable-interactive-configuration.d.ts} +16 -16
  19. package/dist/types/src/generated/biome/{no-empty-source-configuration.d.ts → use-qwik-classlist-configuration.d.ts} +26 -26
  20. package/dist/types/src/generated/biome/{no-assign-in-expressions-configuration.d.ts → use-shorthand-assign-configuration.d.ts} +19 -450
  21. package/dist/types/src/index.d.ts +2 -2
  22. package/dist/vue.jsonc +60 -60
  23. package/package.json +34 -34
@@ -1,6 +1,98 @@
1
1
  import type { FixKind, RulePlainConfiguration } from './schema.ts';
2
- import type { NoAccumulatingSpreadOptions, NoAwaitInLoopsOptions, NoBarrelFileOptions, NoBlankTargetOptions, NoCommonJsOptions, NoDangerouslySetInnerHtmlOptions, NoDangerouslySetInnerHtmlWithChildrenOptions, NoDefaultExportOptions, NoDeleteOptions, NoDescendingSpecificityOptions, NoDoneCallbackOptions, NoDynamicNamespaceImportAccessOptions, NoEnumOptions, NoExportedImportsOptions, NoGlobalEvalOptions, NoHeadElementOptions, NoImgElementOptions, NoImplicitBooleanOptions, NoInferrableTypesOptions, NoMagicNumbersOptions, NoNamespaceImportOptions, NoNamespaceOptions, NoNegationElseOptions, NoNestedTernaryOptions, NoReExportAllOptions, NoSecretsOptions, NoUnwantedPolyfillioOptions, UseConsistentArrowReturnStyle, UseDeprecatedDateOptions, UseExhaustiveSwitchCasesOptions, UseExplicitTypeOptions, UseGoogleFontPreconnectOptions, UseMaxParamsOptions, UseQwikMethodUsageOptions, UseQwikValidLexicalScopeOptions, UseSolidForComponentOptions, UseSortedClassesOptions, UseTopLevelRegexOptions, UseVueDefineMacrosOrderOptions, UseVueMultiWordComponentNamesOptions } from './no-global-object-calls-options.ts';
3
- import type { Accessibility, ConsistentArrayType, ConsistentTypeDefinition, CustomRestrictedTypeOptions, FilenameCase, Format, NoAlertOptions, NoApproximativeNumericConstantOptions, NoArrayIndexKeyOptions, NoAssignInExpressionsOptions, NoAsyncPromiseExecutorOptions, NoBiomeFirstExceptionOptions, NoBitwiseOperatorsOptions, NoCatchAssignOptions, NoClassAssignOptions, NoCommentTextOptions, NoCompareNegZeroOptions, NoConfusingLabelsOptions, NoConfusingVoidTypeOptions, NoConsoleOptions, NoConstEnumOptions, NoConstantBinaryExpressionsOptions, NoControlCharactersInRegexOptions, NoDebuggerOptions, NoDocumentCookieOptions, NoNonNullAssertionOptions, NoParameterPropertiesOptions, NoProcessEnvOptions, NoRestrictedGlobalsOptions, NoShoutyConstantsOptions, NoSubstrOptions, NoUnusedTemplateLiteralOptions, NoUselessElseOptions, NoValueAtRuleOptions, NoYodaExpressionOptions, ObjectPropertySyntax, PathOptions, PropertyAssignmentMode, RestrictedModifier, Style2, UseArrayLiteralsOptions, UseAsConstAssertionOptions, UseAtIndexOptions, UseBlockStatementsOptions, UseCollapsedElseIfOptions, UseCollapsedIfOptions, UseComponentExportOnlyModulesOptions, UseConsistentBuiltinInstantiationOptions, UseConsistentCurlyBracesOptions, UseConstOptions, UseDefaultParameterLastOptions, UseDefaultSwitchClauseOptions, UseDeprecatedReasonOptions, UseEnumInitializersOptions, UseExplicitLengthCheckOptions, UseExponentiationOperatorOptions, UseExportTypeOptions, UseExportsLastOptions, UseForOfOptions, UseFragmentSyntaxOptions, UseGraphqlNamingConventionOptions, UseGroupedAccessorPairsOptions, UseLiteralEnumMembersOptions, UseNodeAssertStrictOptions, UseNodejsImportProtocolOptions, UseNumberNamespaceOptions, UseNumericSeparatorsOptions, UseObjectSpreadOptions, UseReactFunctionComponentsOptions, UseReadonlyClassPropertiesOptions, UseSelfClosingElementsOptions, UseShorthandAssignOptions, UseShorthandFunctionTypeOptions, UseSingleVarDeclaratorOptions, UseSymbolDescriptionOptions, UseTemplateOptions, UseThrowNewErrorOptions, UseThrowOnlyErrorOptions, UseTrimStartEndOptions, UseUnifiedTypeSignaturesOptions } from './no-non-null-assertion-options.ts';
2
+ import type { NoAccumulatingSpreadOptions, NoAwaitInLoopsOptions, NoBarrelFileOptions, NoBlankTargetOptions, NoCommonJsOptions, NoDangerouslySetInnerHtmlOptions, NoDangerouslySetInnerHtmlWithChildrenOptions, NoDefaultExportOptions, NoDeleteOptions, NoDescendingSpecificityOptions, NoDoneCallbackOptions, NoDynamicNamespaceImportAccessOptions, NoEnumOptions, NoExportedImportsOptions, NoGlobalEvalOptions, NoHeadElementOptions, NoImgElementOptions, NoImplicitBooleanOptions, NoInferrableTypesOptions, NoNamespaceImportOptions, NoReExportAllOptions, NoSecretsOptions, NoUnusedExpressionsOptions, NoUnwantedPolyfillioOptions, NoUselessCatchBindingOptions, NoUselessUndefinedOptions, NoVueDataObjectDeclarationOptions, NoVueDuplicateKeysOptions, NoVueReservedKeysOptions, NoVueReservedPropsOptions, UseArraySortCompareOptions, UseConsistentArrowReturnStyle, UseDeprecatedDateOptions, UseExhaustiveSwitchCasesOptions, UseExplicitTypeOptions, UseGoogleFontPreconnectOptions, UseMaxParamsOptions, UseQwikMethodUsageOptions, UseQwikValidLexicalScopeOptions, UseSolidForComponentOptions, UseSortedClassesOptions, UseTopLevelRegexOptions, UseVueDefineMacrosOrderOptions, UseVueMultiWordComponentNamesOptions } from './no-global-object-calls-options.ts';
3
+ import type { Accessibility, ConsistentArrayType, ConsistentTypeDefinition, CustomRestrictedTypeOptions, FilenameCase, Format, NoAlertOptions, NoApproximativeNumericConstantOptions, NoArrayIndexKeyOptions, NoAssignInExpressionsOptions, NoAsyncPromiseExecutorOptions, NoBiomeFirstExceptionOptions, NoBitwiseOperatorsOptions, NoCatchAssignOptions, NoClassAssignOptions, NoCommentTextOptions, NoCompareNegZeroOptions, NoMagicNumbersOptions, NoNamespaceOptions, NoNegationElseOptions, NoNestedTernaryOptions, NoNonNullAssertionOptions, NoParameterPropertiesOptions, NoProcessEnvOptions, NoRestrictedGlobalsOptions, NoShoutyConstantsOptions, NoSubstrOptions, NoUnusedTemplateLiteralOptions, NoUselessElseOptions, NoValueAtRuleOptions, NoYodaExpressionOptions, ObjectPropertySyntax, PathOptions, PropertyAssignmentMode, RestrictedModifier, Style2, UseArrayLiteralsOptions, UseAsConstAssertionOptions, UseAtIndexOptions, UseBlockStatementsOptions, UseCollapsedElseIfOptions, UseCollapsedIfOptions, UseComponentExportOnlyModulesOptions, UseConsistentBuiltinInstantiationOptions, UseConsistentCurlyBracesOptions, UseConstOptions, UseDefaultParameterLastOptions, UseDefaultSwitchClauseOptions, UseDeprecatedReasonOptions, UseEnumInitializersOptions, UseExplicitLengthCheckOptions, UseExponentiationOperatorOptions, UseExportTypeOptions, UseExportsLastOptions, UseForOfOptions, UseFragmentSyntaxOptions, UseGraphqlNamingConventionOptions, UseGroupedAccessorPairsOptions, UseLiteralEnumMembersOptions, UseNodeAssertStrictOptions, UseNodejsImportProtocolOptions, UseNumberNamespaceOptions, UseNumericSeparatorsOptions, UseObjectSpreadOptions, UseReactFunctionComponentsOptions, UseReadonlyClassPropertiesOptions, UseSelfClosingElementsOptions, UseShorthandAssignOptions, UseShorthandFunctionTypeOptions, UseSingleVarDeclaratorOptions, UseSymbolDescriptionOptions, UseTemplateOptions, UseThrowNewErrorOptions, UseThrowOnlyErrorOptions, UseTrimStartEndOptions, UseUnifiedTypeSignaturesOptions } from './no-magic-numbers-options.ts';
4
+ export interface RuleWithNoUnusedExpressionsOptions {
5
+ /**
6
+ * The severity of the emitted diagnostics by the rule
7
+ */
8
+ level: RulePlainConfiguration;
9
+ /**
10
+ * Rule's options
11
+ */
12
+ options?: NoUnusedExpressionsOptions;
13
+ }
14
+ export interface RuleWithNoUselessCatchBindingOptions {
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?: NoUselessCatchBindingOptions;
27
+ }
28
+ export interface RuleWithNoUselessUndefinedOptions {
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?: NoUselessUndefinedOptions;
41
+ }
42
+ export interface RuleWithNoVueDataObjectDeclarationOptions {
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?: NoVueDataObjectDeclarationOptions;
55
+ }
56
+ export interface RuleWithNoVueDuplicateKeysOptions {
57
+ /**
58
+ * The severity of the emitted diagnostics by the rule
59
+ */
60
+ level: RulePlainConfiguration;
61
+ /**
62
+ * Rule's options
63
+ */
64
+ options?: NoVueDuplicateKeysOptions;
65
+ }
66
+ export interface RuleWithNoVueReservedKeysOptions {
67
+ /**
68
+ * The severity of the emitted diagnostics by the rule
69
+ */
70
+ level: RulePlainConfiguration;
71
+ /**
72
+ * Rule's options
73
+ */
74
+ options?: NoVueReservedKeysOptions;
75
+ }
76
+ export interface RuleWithNoVueReservedPropsOptions {
77
+ /**
78
+ * The severity of the emitted diagnostics by the rule
79
+ */
80
+ level: RulePlainConfiguration;
81
+ /**
82
+ * Rule's options
83
+ */
84
+ options?: NoVueReservedPropsOptions;
85
+ }
86
+ export interface RuleWithUseArraySortCompareOptions {
87
+ /**
88
+ * The severity of the emitted diagnostics by the rule
89
+ */
90
+ level: RulePlainConfiguration;
91
+ /**
92
+ * Rule's options
93
+ */
94
+ options?: UseArraySortCompareOptions;
95
+ }
4
96
  /**
5
97
  * Options for the `useConsistentArrowReturn` rule.
6
98
  */
@@ -10,11 +102,11 @@ export interface UseConsistentArrowReturnOptions {
10
102
  *
11
103
  * This option is only applicable when used in conjunction with the `asNeeded` option.
12
104
  */
13
- requireForObjectLiteral?: boolean;
105
+ requireForObjectLiteral?: boolean | null;
14
106
  /**
15
107
  * The style to enforce for arrow function return statements.
16
108
  */
17
- style?: UseConsistentArrowReturnStyle & string;
109
+ style?: UseConsistentArrowReturnStyle | null;
18
110
  }
19
111
  export interface RuleWithUseDeprecatedDateOptions {
20
112
  /**
@@ -24,7 +116,7 @@ export interface RuleWithUseDeprecatedDateOptions {
24
116
  /**
25
117
  * Rule's options
26
118
  */
27
- options: UseDeprecatedDateOptions;
119
+ options?: UseDeprecatedDateOptions;
28
120
  }
29
121
  export interface RuleWithUseExhaustiveSwitchCasesOptions {
30
122
  /**
@@ -38,7 +130,7 @@ export interface RuleWithUseExhaustiveSwitchCasesOptions {
38
130
  /**
39
131
  * Rule's options
40
132
  */
41
- options: UseExhaustiveSwitchCasesOptions;
133
+ options?: UseExhaustiveSwitchCasesOptions;
42
134
  }
43
135
  export interface RuleWithUseExplicitTypeOptions {
44
136
  /**
@@ -48,7 +140,7 @@ export interface RuleWithUseExplicitTypeOptions {
48
140
  /**
49
141
  * Rule's options
50
142
  */
51
- options: UseExplicitTypeOptions;
143
+ options?: UseExplicitTypeOptions;
52
144
  }
53
145
  export interface RuleWithUseMaxParamsOptions {
54
146
  /**
@@ -58,7 +150,7 @@ export interface RuleWithUseMaxParamsOptions {
58
150
  /**
59
151
  * Rule's options
60
152
  */
61
- options: UseMaxParamsOptions;
153
+ options?: UseMaxParamsOptions;
62
154
  }
63
155
  export interface RuleWithUseQwikMethodUsageOptions {
64
156
  /**
@@ -68,7 +160,7 @@ export interface RuleWithUseQwikMethodUsageOptions {
68
160
  /**
69
161
  * Rule's options
70
162
  */
71
- options: UseQwikMethodUsageOptions;
163
+ options?: UseQwikMethodUsageOptions;
72
164
  }
73
165
  export interface RuleWithUseQwikValidLexicalScopeOptions {
74
166
  /**
@@ -78,7 +170,7 @@ export interface RuleWithUseQwikValidLexicalScopeOptions {
78
170
  /**
79
171
  * Rule's options
80
172
  */
81
- options: UseQwikValidLexicalScopeOptions;
173
+ options?: UseQwikValidLexicalScopeOptions;
82
174
  }
83
175
  export interface RuleWithUseSortedClassesOptions {
84
176
  /**
@@ -92,7 +184,7 @@ export interface RuleWithUseSortedClassesOptions {
92
184
  /**
93
185
  * Rule's options
94
186
  */
95
- options: UseSortedClassesOptions;
187
+ options?: UseSortedClassesOptions;
96
188
  }
97
189
  export interface RuleWithUseVueDefineMacrosOrderOptions {
98
190
  /**
@@ -106,7 +198,7 @@ export interface RuleWithUseVueDefineMacrosOrderOptions {
106
198
  /**
107
199
  * Rule's options
108
200
  */
109
- options: UseVueDefineMacrosOrderOptions;
201
+ options?: UseVueDefineMacrosOrderOptions;
110
202
  }
111
203
  export interface RuleWithUseVueMultiWordComponentNamesOptions {
112
204
  /**
@@ -116,7 +208,7 @@ export interface RuleWithUseVueMultiWordComponentNamesOptions {
116
208
  /**
117
209
  * Rule's options
118
210
  */
119
- options: UseVueMultiWordComponentNamesOptions;
211
+ options?: UseVueMultiWordComponentNamesOptions;
120
212
  }
121
213
  export interface RuleWithNoAccumulatingSpreadOptions {
122
214
  /**
@@ -126,7 +218,7 @@ export interface RuleWithNoAccumulatingSpreadOptions {
126
218
  /**
127
219
  * Rule's options
128
220
  */
129
- options: NoAccumulatingSpreadOptions;
221
+ options?: NoAccumulatingSpreadOptions;
130
222
  }
131
223
  export interface RuleWithNoAwaitInLoopsOptions {
132
224
  /**
@@ -136,7 +228,7 @@ export interface RuleWithNoAwaitInLoopsOptions {
136
228
  /**
137
229
  * Rule's options
138
230
  */
139
- options: NoAwaitInLoopsOptions;
231
+ options?: NoAwaitInLoopsOptions;
140
232
  }
141
233
  export interface RuleWithNoBarrelFileOptions {
142
234
  /**
@@ -146,7 +238,7 @@ export interface RuleWithNoBarrelFileOptions {
146
238
  /**
147
239
  * Rule's options
148
240
  */
149
- options: NoBarrelFileOptions;
241
+ options?: NoBarrelFileOptions;
150
242
  }
151
243
  export interface RuleWithNoDeleteOptions {
152
244
  /**
@@ -160,7 +252,7 @@ export interface RuleWithNoDeleteOptions {
160
252
  /**
161
253
  * Rule's options
162
254
  */
163
- options: NoDeleteOptions;
255
+ options?: NoDeleteOptions;
164
256
  }
165
257
  export interface RuleWithNoDynamicNamespaceImportAccessOptions {
166
258
  /**
@@ -170,7 +262,7 @@ export interface RuleWithNoDynamicNamespaceImportAccessOptions {
170
262
  /**
171
263
  * Rule's options
172
264
  */
173
- options: NoDynamicNamespaceImportAccessOptions;
265
+ options?: NoDynamicNamespaceImportAccessOptions;
174
266
  }
175
267
  export interface RuleWithNoImgElementOptions {
176
268
  /**
@@ -180,7 +272,7 @@ export interface RuleWithNoImgElementOptions {
180
272
  /**
181
273
  * Rule's options
182
274
  */
183
- options: NoImgElementOptions;
275
+ options?: NoImgElementOptions;
184
276
  }
185
277
  export interface RuleWithNoNamespaceImportOptions {
186
278
  /**
@@ -190,7 +282,7 @@ export interface RuleWithNoNamespaceImportOptions {
190
282
  /**
191
283
  * Rule's options
192
284
  */
193
- options: NoNamespaceImportOptions;
285
+ options?: NoNamespaceImportOptions;
194
286
  }
195
287
  export interface RuleWithNoReExportAllOptions {
196
288
  /**
@@ -200,7 +292,7 @@ export interface RuleWithNoReExportAllOptions {
200
292
  /**
201
293
  * Rule's options
202
294
  */
203
- options: NoReExportAllOptions;
295
+ options?: NoReExportAllOptions;
204
296
  }
205
297
  export interface RuleWithNoUnwantedPolyfillioOptions {
206
298
  /**
@@ -210,7 +302,7 @@ export interface RuleWithNoUnwantedPolyfillioOptions {
210
302
  /**
211
303
  * Rule's options
212
304
  */
213
- options: NoUnwantedPolyfillioOptions;
305
+ options?: NoUnwantedPolyfillioOptions;
214
306
  }
215
307
  export interface RuleWithUseGoogleFontPreconnectOptions {
216
308
  /**
@@ -224,7 +316,7 @@ export interface RuleWithUseGoogleFontPreconnectOptions {
224
316
  /**
225
317
  * Rule's options
226
318
  */
227
- options: UseGoogleFontPreconnectOptions;
319
+ options?: UseGoogleFontPreconnectOptions;
228
320
  }
229
321
  export interface RuleWithUseSolidForComponentOptions {
230
322
  /**
@@ -234,7 +326,7 @@ export interface RuleWithUseSolidForComponentOptions {
234
326
  /**
235
327
  * Rule's options
236
328
  */
237
- options: UseSolidForComponentOptions;
329
+ options?: UseSolidForComponentOptions;
238
330
  }
239
331
  export interface RuleWithUseTopLevelRegexOptions {
240
332
  /**
@@ -244,7 +336,7 @@ export interface RuleWithUseTopLevelRegexOptions {
244
336
  /**
245
337
  * Rule's options
246
338
  */
247
- options: UseTopLevelRegexOptions;
339
+ options?: UseTopLevelRegexOptions;
248
340
  }
249
341
  export interface RuleWithNoBlankTargetOptions {
250
342
  /**
@@ -258,7 +350,7 @@ export interface RuleWithNoBlankTargetOptions {
258
350
  /**
259
351
  * Rule's options
260
352
  */
261
- options: NoBlankTargetOptions;
353
+ options?: NoBlankTargetOptions;
262
354
  }
263
355
  export interface RuleWithNoDangerouslySetInnerHtmlOptions {
264
356
  /**
@@ -268,7 +360,7 @@ export interface RuleWithNoDangerouslySetInnerHtmlOptions {
268
360
  /**
269
361
  * Rule's options
270
362
  */
271
- options: NoDangerouslySetInnerHtmlOptions;
363
+ options?: NoDangerouslySetInnerHtmlOptions;
272
364
  }
273
365
  export interface RuleWithNoDangerouslySetInnerHtmlWithChildrenOptions {
274
366
  /**
@@ -278,7 +370,7 @@ export interface RuleWithNoDangerouslySetInnerHtmlWithChildrenOptions {
278
370
  /**
279
371
  * Rule's options
280
372
  */
281
- options: NoDangerouslySetInnerHtmlWithChildrenOptions;
373
+ options?: NoDangerouslySetInnerHtmlWithChildrenOptions;
282
374
  }
283
375
  export interface RuleWithNoGlobalEvalOptions {
284
376
  /**
@@ -288,7 +380,7 @@ export interface RuleWithNoGlobalEvalOptions {
288
380
  /**
289
381
  * Rule's options
290
382
  */
291
- options: NoGlobalEvalOptions;
383
+ options?: NoGlobalEvalOptions;
292
384
  }
293
385
  export interface RuleWithNoSecretsOptions {
294
386
  /**
@@ -298,7 +390,7 @@ export interface RuleWithNoSecretsOptions {
298
390
  /**
299
391
  * Rule's options
300
392
  */
301
- options: NoSecretsOptions;
393
+ options?: NoSecretsOptions;
302
394
  }
303
395
  export interface RuleWithNoCommonJsOptions {
304
396
  /**
@@ -308,7 +400,7 @@ export interface RuleWithNoCommonJsOptions {
308
400
  /**
309
401
  * Rule's options
310
402
  */
311
- options: NoCommonJsOptions;
403
+ options?: NoCommonJsOptions;
312
404
  }
313
405
  export interface RuleWithNoDefaultExportOptions {
314
406
  /**
@@ -318,7 +410,7 @@ export interface RuleWithNoDefaultExportOptions {
318
410
  /**
319
411
  * Rule's options
320
412
  */
321
- options: NoDefaultExportOptions;
413
+ options?: NoDefaultExportOptions;
322
414
  }
323
415
  export interface RuleWithNoDescendingSpecificityOptions {
324
416
  /**
@@ -328,7 +420,7 @@ export interface RuleWithNoDescendingSpecificityOptions {
328
420
  /**
329
421
  * Rule's options
330
422
  */
331
- options: NoDescendingSpecificityOptions;
423
+ options?: NoDescendingSpecificityOptions;
332
424
  }
333
425
  export interface RuleWithNoDoneCallbackOptions {
334
426
  /**
@@ -338,7 +430,7 @@ export interface RuleWithNoDoneCallbackOptions {
338
430
  /**
339
431
  * Rule's options
340
432
  */
341
- options: NoDoneCallbackOptions;
433
+ options?: NoDoneCallbackOptions;
342
434
  }
343
435
  export interface RuleWithNoEnumOptions {
344
436
  /**
@@ -348,7 +440,7 @@ export interface RuleWithNoEnumOptions {
348
440
  /**
349
441
  * Rule's options
350
442
  */
351
- options: NoEnumOptions;
443
+ options?: NoEnumOptions;
352
444
  }
353
445
  export interface RuleWithNoExportedImportsOptions {
354
446
  /**
@@ -358,7 +450,7 @@ export interface RuleWithNoExportedImportsOptions {
358
450
  /**
359
451
  * Rule's options
360
452
  */
361
- options: NoExportedImportsOptions;
453
+ options?: NoExportedImportsOptions;
362
454
  }
363
455
  export interface RuleWithNoHeadElementOptions {
364
456
  /**
@@ -368,7 +460,7 @@ export interface RuleWithNoHeadElementOptions {
368
460
  /**
369
461
  * Rule's options
370
462
  */
371
- options: NoHeadElementOptions;
463
+ options?: NoHeadElementOptions;
372
464
  }
373
465
  export interface RuleWithNoImplicitBooleanOptions {
374
466
  /**
@@ -382,7 +474,7 @@ export interface RuleWithNoImplicitBooleanOptions {
382
474
  /**
383
475
  * Rule's options
384
476
  */
385
- options: NoImplicitBooleanOptions;
477
+ options?: NoImplicitBooleanOptions;
386
478
  }
387
479
  export interface RuleWithNoInferrableTypesOptions {
388
480
  /**
@@ -396,7 +488,7 @@ export interface RuleWithNoInferrableTypesOptions {
396
488
  /**
397
489
  * Rule's options
398
490
  */
399
- options: NoInferrableTypesOptions;
491
+ options?: NoInferrableTypesOptions;
400
492
  }
401
493
  export interface RuleWithNoMagicNumbersOptions {
402
494
  /**
@@ -406,7 +498,7 @@ export interface RuleWithNoMagicNumbersOptions {
406
498
  /**
407
499
  * Rule's options
408
500
  */
409
- options: NoMagicNumbersOptions;
501
+ options?: NoMagicNumbersOptions;
410
502
  }
411
503
  export interface RuleWithNoNamespaceOptions {
412
504
  /**
@@ -416,7 +508,7 @@ export interface RuleWithNoNamespaceOptions {
416
508
  /**
417
509
  * Rule's options
418
510
  */
419
- options: NoNamespaceOptions;
511
+ options?: NoNamespaceOptions;
420
512
  }
421
513
  export interface RuleWithNoNegationElseOptions {
422
514
  /**
@@ -430,7 +522,7 @@ export interface RuleWithNoNegationElseOptions {
430
522
  /**
431
523
  * Rule's options
432
524
  */
433
- options: NoNegationElseOptions;
525
+ options?: NoNegationElseOptions;
434
526
  }
435
527
  export interface RuleWithNoNestedTernaryOptions {
436
528
  /**
@@ -440,7 +532,7 @@ export interface RuleWithNoNestedTernaryOptions {
440
532
  /**
441
533
  * Rule's options
442
534
  */
443
- options: NoNestedTernaryOptions;
535
+ options?: NoNestedTernaryOptions;
444
536
  }
445
537
  export interface RuleWithNoNonNullAssertionOptions {
446
538
  /**
@@ -454,13 +546,13 @@ export interface RuleWithNoNonNullAssertionOptions {
454
546
  /**
455
547
  * Rule's options
456
548
  */
457
- options: NoNonNullAssertionOptions;
549
+ options?: NoNonNullAssertionOptions;
458
550
  }
459
551
  export interface NoParameterAssignOptions {
460
552
  /**
461
553
  * Whether to report an error when a dependency is listed in the dependencies array but isn't used. Defaults to `allow`.
462
554
  */
463
- propertyAssignment?: PropertyAssignmentMode & string;
555
+ propertyAssignment?: PropertyAssignmentMode | null;
464
556
  }
465
557
  export interface RuleWithNoParameterPropertiesOptions {
466
558
  /**
@@ -470,7 +562,7 @@ export interface RuleWithNoParameterPropertiesOptions {
470
562
  /**
471
563
  * Rule's options
472
564
  */
473
- options: NoParameterPropertiesOptions;
565
+ options?: NoParameterPropertiesOptions;
474
566
  }
475
567
  export interface RuleWithNoProcessEnvOptions {
476
568
  /**
@@ -480,7 +572,7 @@ export interface RuleWithNoProcessEnvOptions {
480
572
  /**
481
573
  * Rule's options
482
574
  */
483
- options: NoProcessEnvOptions;
575
+ options?: NoProcessEnvOptions;
484
576
  }
485
577
  export interface RuleWithNoRestrictedGlobalsOptions {
486
578
  /**
@@ -490,7 +582,7 @@ export interface RuleWithNoRestrictedGlobalsOptions {
490
582
  /**
491
583
  * Rule's options
492
584
  */
493
- options: NoRestrictedGlobalsOptions;
585
+ options?: NoRestrictedGlobalsOptions;
494
586
  }
495
587
  export type Paths = string | PathOptions;
496
588
  export type CustomRestrictedType = string | CustomRestrictedTypeOptions;
@@ -506,7 +598,7 @@ export interface RuleWithNoShoutyConstantsOptions {
506
598
  /**
507
599
  * Rule's options
508
600
  */
509
- options: NoShoutyConstantsOptions;
601
+ options?: NoShoutyConstantsOptions;
510
602
  }
511
603
  export interface RuleWithNoSubstrOptions {
512
604
  /**
@@ -520,7 +612,7 @@ export interface RuleWithNoSubstrOptions {
520
612
  /**
521
613
  * Rule's options
522
614
  */
523
- options: NoSubstrOptions;
615
+ options?: NoSubstrOptions;
524
616
  }
525
617
  export interface RuleWithNoUnusedTemplateLiteralOptions {
526
618
  /**
@@ -534,7 +626,7 @@ export interface RuleWithNoUnusedTemplateLiteralOptions {
534
626
  /**
535
627
  * Rule's options
536
628
  */
537
- options: NoUnusedTemplateLiteralOptions;
629
+ options?: NoUnusedTemplateLiteralOptions;
538
630
  }
539
631
  export interface RuleWithNoUselessElseOptions {
540
632
  /**
@@ -548,7 +640,7 @@ export interface RuleWithNoUselessElseOptions {
548
640
  /**
549
641
  * Rule's options
550
642
  */
551
- options: NoUselessElseOptions;
643
+ options?: NoUselessElseOptions;
552
644
  }
553
645
  export interface RuleWithNoValueAtRuleOptions {
554
646
  /**
@@ -558,7 +650,7 @@ export interface RuleWithNoValueAtRuleOptions {
558
650
  /**
559
651
  * Rule's options
560
652
  */
561
- options: NoValueAtRuleOptions;
653
+ options?: NoValueAtRuleOptions;
562
654
  }
563
655
  export interface RuleWithNoYodaExpressionOptions {
564
656
  /**
@@ -572,7 +664,7 @@ export interface RuleWithNoYodaExpressionOptions {
572
664
  /**
573
665
  * Rule's options
574
666
  */
575
- options: NoYodaExpressionOptions;
667
+ options?: NoYodaExpressionOptions;
576
668
  }
577
669
  export interface RuleWithUseArrayLiteralsOptions {
578
670
  /**
@@ -586,7 +678,7 @@ export interface RuleWithUseArrayLiteralsOptions {
586
678
  /**
587
679
  * Rule's options
588
680
  */
589
- options: UseArrayLiteralsOptions;
681
+ options?: UseArrayLiteralsOptions;
590
682
  }
591
683
  export interface RuleWithUseAsConstAssertionOptions {
592
684
  /**
@@ -600,7 +692,7 @@ export interface RuleWithUseAsConstAssertionOptions {
600
692
  /**
601
693
  * Rule's options
602
694
  */
603
- options: UseAsConstAssertionOptions;
695
+ options?: UseAsConstAssertionOptions;
604
696
  }
605
697
  export interface RuleWithUseAtIndexOptions {
606
698
  /**
@@ -614,7 +706,7 @@ export interface RuleWithUseAtIndexOptions {
614
706
  /**
615
707
  * Rule's options
616
708
  */
617
- options: UseAtIndexOptions;
709
+ options?: UseAtIndexOptions;
618
710
  }
619
711
  export interface RuleWithUseBlockStatementsOptions {
620
712
  /**
@@ -628,7 +720,7 @@ export interface RuleWithUseBlockStatementsOptions {
628
720
  /**
629
721
  * Rule's options
630
722
  */
631
- options: UseBlockStatementsOptions;
723
+ options?: UseBlockStatementsOptions;
632
724
  }
633
725
  export interface RuleWithUseCollapsedElseIfOptions {
634
726
  /**
@@ -642,7 +734,7 @@ export interface RuleWithUseCollapsedElseIfOptions {
642
734
  /**
643
735
  * Rule's options
644
736
  */
645
- options: UseCollapsedElseIfOptions;
737
+ options?: UseCollapsedElseIfOptions;
646
738
  }
647
739
  export interface RuleWithUseCollapsedIfOptions {
648
740
  /**
@@ -656,7 +748,7 @@ export interface RuleWithUseCollapsedIfOptions {
656
748
  /**
657
749
  * Rule's options
658
750
  */
659
- options: UseCollapsedIfOptions;
751
+ options?: UseCollapsedIfOptions;
660
752
  }
661
753
  export interface RuleWithUseComponentExportOnlyModulesOptions {
662
754
  /**
@@ -666,10 +758,10 @@ export interface RuleWithUseComponentExportOnlyModulesOptions {
666
758
  /**
667
759
  * Rule's options
668
760
  */
669
- options: UseComponentExportOnlyModulesOptions;
761
+ options?: UseComponentExportOnlyModulesOptions;
670
762
  }
671
763
  export interface UseConsistentArrayTypeOptions {
672
- syntax?: ConsistentArrayType & string;
764
+ syntax?: ConsistentArrayType | null;
673
765
  }
674
766
  export interface RuleWithUseConsistentBuiltinInstantiationOptions {
675
767
  /**
@@ -683,7 +775,7 @@ export interface RuleWithUseConsistentBuiltinInstantiationOptions {
683
775
  /**
684
776
  * Rule's options
685
777
  */
686
- options: UseConsistentBuiltinInstantiationOptions;
778
+ options?: UseConsistentBuiltinInstantiationOptions;
687
779
  }
688
780
  export interface RuleWithUseConsistentCurlyBracesOptions {
689
781
  /**
@@ -697,22 +789,22 @@ export interface RuleWithUseConsistentCurlyBracesOptions {
697
789
  /**
698
790
  * Rule's options
699
791
  */
700
- options: UseConsistentCurlyBracesOptions;
792
+ options?: UseConsistentCurlyBracesOptions;
701
793
  }
702
794
  export interface UseConsistentMemberAccessibilityOptions {
703
795
  /**
704
796
  * The kind of accessibility you want to enforce. Default to "noPublic"
705
797
  */
706
- accessibility?: Accessibility & string;
798
+ accessibility?: Accessibility | null;
707
799
  }
708
800
  export interface UseConsistentObjectDefinitionsOptions {
709
801
  /**
710
802
  * The preferred syntax to enforce.
711
803
  */
712
- syntax?: ObjectPropertySyntax & string;
804
+ syntax?: ObjectPropertySyntax | null;
713
805
  }
714
806
  export interface UseConsistentTypeDefinitionsOptions {
715
- style?: ConsistentTypeDefinition & string;
807
+ style?: ConsistentTypeDefinition | null;
716
808
  }
717
809
  export interface RuleWithUseConstOptions {
718
810
  /**
@@ -726,7 +818,7 @@ export interface RuleWithUseConstOptions {
726
818
  /**
727
819
  * Rule's options
728
820
  */
729
- options: UseConstOptions;
821
+ options?: UseConstOptions;
730
822
  }
731
823
  export interface RuleWithUseDefaultParameterLastOptions {
732
824
  /**
@@ -740,7 +832,7 @@ export interface RuleWithUseDefaultParameterLastOptions {
740
832
  /**
741
833
  * Rule's options
742
834
  */
743
- options: UseDefaultParameterLastOptions;
835
+ options?: UseDefaultParameterLastOptions;
744
836
  }
745
837
  export interface RuleWithUseDefaultSwitchClauseOptions {
746
838
  /**
@@ -750,7 +842,7 @@ export interface RuleWithUseDefaultSwitchClauseOptions {
750
842
  /**
751
843
  * Rule's options
752
844
  */
753
- options: UseDefaultSwitchClauseOptions;
845
+ options?: UseDefaultSwitchClauseOptions;
754
846
  }
755
847
  export interface RuleWithUseDeprecatedReasonOptions {
756
848
  /**
@@ -760,7 +852,7 @@ export interface RuleWithUseDeprecatedReasonOptions {
760
852
  /**
761
853
  * Rule's options
762
854
  */
763
- options: UseDeprecatedReasonOptions;
855
+ options?: UseDeprecatedReasonOptions;
764
856
  }
765
857
  export interface RuleWithUseEnumInitializersOptions {
766
858
  /**
@@ -774,7 +866,7 @@ export interface RuleWithUseEnumInitializersOptions {
774
866
  /**
775
867
  * Rule's options
776
868
  */
777
- options: UseEnumInitializersOptions;
869
+ options?: UseEnumInitializersOptions;
778
870
  }
779
871
  export interface RuleWithUseExplicitLengthCheckOptions {
780
872
  /**
@@ -788,7 +880,7 @@ export interface RuleWithUseExplicitLengthCheckOptions {
788
880
  /**
789
881
  * Rule's options
790
882
  */
791
- options: UseExplicitLengthCheckOptions;
883
+ options?: UseExplicitLengthCheckOptions;
792
884
  }
793
885
  export interface RuleWithUseExponentiationOperatorOptions {
794
886
  /**
@@ -802,7 +894,7 @@ export interface RuleWithUseExponentiationOperatorOptions {
802
894
  /**
803
895
  * Rule's options
804
896
  */
805
- options: UseExponentiationOperatorOptions;
897
+ options?: UseExponentiationOperatorOptions;
806
898
  }
807
899
  export interface RuleWithUseExportTypeOptions {
808
900
  /**
@@ -816,7 +908,7 @@ export interface RuleWithUseExportTypeOptions {
816
908
  /**
817
909
  * Rule's options
818
910
  */
819
- options: UseExportTypeOptions;
911
+ options?: UseExportTypeOptions;
820
912
  }
821
913
  export interface RuleWithUseExportsLastOptions {
822
914
  /**
@@ -826,7 +918,7 @@ export interface RuleWithUseExportsLastOptions {
826
918
  /**
827
919
  * Rule's options
828
920
  */
829
- options: UseExportsLastOptions;
921
+ options?: UseExportsLastOptions;
830
922
  }
831
923
  export type FilenameCases = FilenameCase[];
832
924
  export interface RuleWithUseForOfOptions {
@@ -837,7 +929,7 @@ export interface RuleWithUseForOfOptions {
837
929
  /**
838
930
  * Rule's options
839
931
  */
840
- options: UseForOfOptions;
932
+ options?: UseForOfOptions;
841
933
  }
842
934
  export interface RuleWithUseFragmentSyntaxOptions {
843
935
  /**
@@ -851,7 +943,7 @@ export interface RuleWithUseFragmentSyntaxOptions {
851
943
  /**
852
944
  * Rule's options
853
945
  */
854
- options: UseFragmentSyntaxOptions;
946
+ options?: UseFragmentSyntaxOptions;
855
947
  }
856
948
  export interface RuleWithUseGraphqlNamingConventionOptions {
857
949
  /**
@@ -861,7 +953,7 @@ export interface RuleWithUseGraphqlNamingConventionOptions {
861
953
  /**
862
954
  * Rule's options
863
955
  */
864
- options: UseGraphqlNamingConventionOptions;
956
+ options?: UseGraphqlNamingConventionOptions;
865
957
  }
866
958
  export interface RuleWithUseGroupedAccessorPairsOptions {
867
959
  /**
@@ -871,13 +963,13 @@ export interface RuleWithUseGroupedAccessorPairsOptions {
871
963
  /**
872
964
  * Rule's options
873
965
  */
874
- options: UseGroupedAccessorPairsOptions;
966
+ options?: UseGroupedAccessorPairsOptions;
875
967
  }
876
968
  export interface UseImportTypeOptions {
877
969
  /**
878
970
  * The style to apply when import types. Default to "auto"
879
971
  */
880
- style?: Style2 & string;
972
+ style?: Style2 | null;
881
973
  }
882
974
  export interface RuleWithUseLiteralEnumMembersOptions {
883
975
  /**
@@ -887,7 +979,7 @@ export interface RuleWithUseLiteralEnumMembersOptions {
887
979
  /**
888
980
  * Rule's options
889
981
  */
890
- options: UseLiteralEnumMembersOptions;
982
+ options?: UseLiteralEnumMembersOptions;
891
983
  }
892
984
  export type Formats = Format[];
893
985
  export type Modifiers = RestrictedModifier[];
@@ -903,7 +995,7 @@ export interface RuleWithUseNodeAssertStrictOptions {
903
995
  /**
904
996
  * Rule's options
905
997
  */
906
- options: UseNodeAssertStrictOptions;
998
+ options?: UseNodeAssertStrictOptions;
907
999
  }
908
1000
  export interface RuleWithUseNodejsImportProtocolOptions {
909
1001
  /**
@@ -917,7 +1009,7 @@ export interface RuleWithUseNodejsImportProtocolOptions {
917
1009
  /**
918
1010
  * Rule's options
919
1011
  */
920
- options: UseNodejsImportProtocolOptions;
1012
+ options?: UseNodejsImportProtocolOptions;
921
1013
  }
922
1014
  export interface RuleWithUseNumberNamespaceOptions {
923
1015
  /**
@@ -931,7 +1023,7 @@ export interface RuleWithUseNumberNamespaceOptions {
931
1023
  /**
932
1024
  * Rule's options
933
1025
  */
934
- options: UseNumberNamespaceOptions;
1026
+ options?: UseNumberNamespaceOptions;
935
1027
  }
936
1028
  export interface RuleWithUseNumericSeparatorsOptions {
937
1029
  /**
@@ -945,7 +1037,7 @@ export interface RuleWithUseNumericSeparatorsOptions {
945
1037
  /**
946
1038
  * Rule's options
947
1039
  */
948
- options: UseNumericSeparatorsOptions;
1040
+ options?: UseNumericSeparatorsOptions;
949
1041
  }
950
1042
  export interface RuleWithUseObjectSpreadOptions {
951
1043
  /**
@@ -959,7 +1051,7 @@ export interface RuleWithUseObjectSpreadOptions {
959
1051
  /**
960
1052
  * Rule's options
961
1053
  */
962
- options: UseObjectSpreadOptions;
1054
+ options?: UseObjectSpreadOptions;
963
1055
  }
964
1056
  export interface RuleWithUseReactFunctionComponentsOptions {
965
1057
  /**
@@ -969,7 +1061,7 @@ export interface RuleWithUseReactFunctionComponentsOptions {
969
1061
  /**
970
1062
  * Rule's options
971
1063
  */
972
- options: UseReactFunctionComponentsOptions;
1064
+ options?: UseReactFunctionComponentsOptions;
973
1065
  }
974
1066
  export interface RuleWithUseReadonlyClassPropertiesOptions {
975
1067
  /**
@@ -983,7 +1075,7 @@ export interface RuleWithUseReadonlyClassPropertiesOptions {
983
1075
  /**
984
1076
  * Rule's options
985
1077
  */
986
- options: UseReadonlyClassPropertiesOptions;
1078
+ options?: UseReadonlyClassPropertiesOptions;
987
1079
  }
988
1080
  export interface RuleWithUseSelfClosingElementsOptions {
989
1081
  /**
@@ -997,7 +1089,7 @@ export interface RuleWithUseSelfClosingElementsOptions {
997
1089
  /**
998
1090
  * Rule's options
999
1091
  */
1000
- options: UseSelfClosingElementsOptions;
1092
+ options?: UseSelfClosingElementsOptions;
1001
1093
  }
1002
1094
  export interface RuleWithUseShorthandAssignOptions {
1003
1095
  /**
@@ -1011,7 +1103,7 @@ export interface RuleWithUseShorthandAssignOptions {
1011
1103
  /**
1012
1104
  * Rule's options
1013
1105
  */
1014
- options: UseShorthandAssignOptions;
1106
+ options?: UseShorthandAssignOptions;
1015
1107
  }
1016
1108
  export interface RuleWithUseShorthandFunctionTypeOptions {
1017
1109
  /**
@@ -1025,7 +1117,7 @@ export interface RuleWithUseShorthandFunctionTypeOptions {
1025
1117
  /**
1026
1118
  * Rule's options
1027
1119
  */
1028
- options: UseShorthandFunctionTypeOptions;
1120
+ options?: UseShorthandFunctionTypeOptions;
1029
1121
  }
1030
1122
  export interface RuleWithUseSingleVarDeclaratorOptions {
1031
1123
  /**
@@ -1039,7 +1131,7 @@ export interface RuleWithUseSingleVarDeclaratorOptions {
1039
1131
  /**
1040
1132
  * Rule's options
1041
1133
  */
1042
- options: UseSingleVarDeclaratorOptions;
1134
+ options?: UseSingleVarDeclaratorOptions;
1043
1135
  }
1044
1136
  export interface RuleWithUseSymbolDescriptionOptions {
1045
1137
  /**
@@ -1049,7 +1141,7 @@ export interface RuleWithUseSymbolDescriptionOptions {
1049
1141
  /**
1050
1142
  * Rule's options
1051
1143
  */
1052
- options: UseSymbolDescriptionOptions;
1144
+ options?: UseSymbolDescriptionOptions;
1053
1145
  }
1054
1146
  export interface RuleWithUseTemplateOptions {
1055
1147
  /**
@@ -1063,7 +1155,7 @@ export interface RuleWithUseTemplateOptions {
1063
1155
  /**
1064
1156
  * Rule's options
1065
1157
  */
1066
- options: UseTemplateOptions;
1158
+ options?: UseTemplateOptions;
1067
1159
  }
1068
1160
  export interface RuleWithUseThrowNewErrorOptions {
1069
1161
  /**
@@ -1077,7 +1169,7 @@ export interface RuleWithUseThrowNewErrorOptions {
1077
1169
  /**
1078
1170
  * Rule's options
1079
1171
  */
1080
- options: UseThrowNewErrorOptions;
1172
+ options?: UseThrowNewErrorOptions;
1081
1173
  }
1082
1174
  export interface RuleWithUseThrowOnlyErrorOptions {
1083
1175
  /**
@@ -1087,7 +1179,7 @@ export interface RuleWithUseThrowOnlyErrorOptions {
1087
1179
  /**
1088
1180
  * Rule's options
1089
1181
  */
1090
- options: UseThrowOnlyErrorOptions;
1182
+ options?: UseThrowOnlyErrorOptions;
1091
1183
  }
1092
1184
  export interface RuleWithUseTrimStartEndOptions {
1093
1185
  /**
@@ -1101,7 +1193,7 @@ export interface RuleWithUseTrimStartEndOptions {
1101
1193
  /**
1102
1194
  * Rule's options
1103
1195
  */
1104
- options: UseTrimStartEndOptions;
1196
+ options?: UseTrimStartEndOptions;
1105
1197
  }
1106
1198
  export interface RuleWithUseUnifiedTypeSignaturesOptions {
1107
1199
  /**
@@ -1115,7 +1207,7 @@ export interface RuleWithUseUnifiedTypeSignaturesOptions {
1115
1207
  /**
1116
1208
  * Rule's options
1117
1209
  */
1118
- options: UseUnifiedTypeSignaturesOptions;
1210
+ options?: UseUnifiedTypeSignaturesOptions;
1119
1211
  }
1120
1212
  export interface RuleWithNoAlertOptions {
1121
1213
  /**
@@ -1125,7 +1217,7 @@ export interface RuleWithNoAlertOptions {
1125
1217
  /**
1126
1218
  * Rule's options
1127
1219
  */
1128
- options: NoAlertOptions;
1220
+ options?: NoAlertOptions;
1129
1221
  }
1130
1222
  export interface RuleWithNoApproximativeNumericConstantOptions {
1131
1223
  /**
@@ -1139,7 +1231,7 @@ export interface RuleWithNoApproximativeNumericConstantOptions {
1139
1231
  /**
1140
1232
  * Rule's options
1141
1233
  */
1142
- options: NoApproximativeNumericConstantOptions;
1234
+ options?: NoApproximativeNumericConstantOptions;
1143
1235
  }
1144
1236
  export interface RuleWithNoArrayIndexKeyOptions {
1145
1237
  /**
@@ -1149,7 +1241,7 @@ export interface RuleWithNoArrayIndexKeyOptions {
1149
1241
  /**
1150
1242
  * Rule's options
1151
1243
  */
1152
- options: NoArrayIndexKeyOptions;
1244
+ options?: NoArrayIndexKeyOptions;
1153
1245
  }
1154
1246
  export interface RuleWithNoAssignInExpressionsOptions {
1155
1247
  /**
@@ -1159,7 +1251,7 @@ export interface RuleWithNoAssignInExpressionsOptions {
1159
1251
  /**
1160
1252
  * Rule's options
1161
1253
  */
1162
- options: NoAssignInExpressionsOptions;
1254
+ options?: NoAssignInExpressionsOptions;
1163
1255
  }
1164
1256
  export interface RuleWithNoAsyncPromiseExecutorOptions {
1165
1257
  /**
@@ -1169,7 +1261,7 @@ export interface RuleWithNoAsyncPromiseExecutorOptions {
1169
1261
  /**
1170
1262
  * Rule's options
1171
1263
  */
1172
- options: NoAsyncPromiseExecutorOptions;
1264
+ options?: NoAsyncPromiseExecutorOptions;
1173
1265
  }
1174
1266
  export interface RuleWithNoBiomeFirstExceptionOptions {
1175
1267
  /**
@@ -1183,7 +1275,7 @@ export interface RuleWithNoBiomeFirstExceptionOptions {
1183
1275
  /**
1184
1276
  * Rule's options
1185
1277
  */
1186
- options: NoBiomeFirstExceptionOptions;
1278
+ options?: NoBiomeFirstExceptionOptions;
1187
1279
  }
1188
1280
  export interface RuleWithNoBitwiseOperatorsOptions {
1189
1281
  /**
@@ -1193,7 +1285,7 @@ export interface RuleWithNoBitwiseOperatorsOptions {
1193
1285
  /**
1194
1286
  * Rule's options
1195
1287
  */
1196
- options: NoBitwiseOperatorsOptions;
1288
+ options?: NoBitwiseOperatorsOptions;
1197
1289
  }
1198
1290
  export interface RuleWithNoCatchAssignOptions {
1199
1291
  /**
@@ -1203,7 +1295,7 @@ export interface RuleWithNoCatchAssignOptions {
1203
1295
  /**
1204
1296
  * Rule's options
1205
1297
  */
1206
- options: NoCatchAssignOptions;
1298
+ options?: NoCatchAssignOptions;
1207
1299
  }
1208
1300
  export interface RuleWithNoClassAssignOptions {
1209
1301
  /**
@@ -1213,7 +1305,7 @@ export interface RuleWithNoClassAssignOptions {
1213
1305
  /**
1214
1306
  * Rule's options
1215
1307
  */
1216
- options: NoClassAssignOptions;
1308
+ options?: NoClassAssignOptions;
1217
1309
  }
1218
1310
  export interface RuleWithNoCommentTextOptions {
1219
1311
  /**
@@ -1227,7 +1319,7 @@ export interface RuleWithNoCommentTextOptions {
1227
1319
  /**
1228
1320
  * Rule's options
1229
1321
  */
1230
- options: NoCommentTextOptions;
1322
+ options?: NoCommentTextOptions;
1231
1323
  }
1232
1324
  export interface RuleWithNoCompareNegZeroOptions {
1233
1325
  /**
@@ -1241,101 +1333,5 @@ export interface RuleWithNoCompareNegZeroOptions {
1241
1333
  /**
1242
1334
  * Rule's options
1243
1335
  */
1244
- options: NoCompareNegZeroOptions;
1245
- }
1246
- export interface RuleWithNoConfusingLabelsOptions {
1247
- /**
1248
- * The severity of the emitted diagnostics by the rule
1249
- */
1250
- level: RulePlainConfiguration;
1251
- /**
1252
- * Rule's options
1253
- */
1254
- options: NoConfusingLabelsOptions;
1255
- }
1256
- export interface RuleWithNoConfusingVoidTypeOptions {
1257
- /**
1258
- * The kind of the code actions emitted by the rule
1259
- */
1260
- fix?: FixKind | null;
1261
- /**
1262
- * The severity of the emitted diagnostics by the rule
1263
- */
1264
- level: RulePlainConfiguration;
1265
- /**
1266
- * Rule's options
1267
- */
1268
- options: NoConfusingVoidTypeOptions;
1269
- }
1270
- export interface RuleWithNoConsoleOptions {
1271
- /**
1272
- * The kind of the code actions emitted by the rule
1273
- */
1274
- fix?: FixKind | null;
1275
- /**
1276
- * The severity of the emitted diagnostics by the rule
1277
- */
1278
- level: RulePlainConfiguration;
1279
- /**
1280
- * Rule's options
1281
- */
1282
- options: NoConsoleOptions;
1283
- }
1284
- export interface RuleWithNoConstEnumOptions {
1285
- /**
1286
- * The kind of the code actions emitted by the rule
1287
- */
1288
- fix?: FixKind | null;
1289
- /**
1290
- * The severity of the emitted diagnostics by the rule
1291
- */
1292
- level: RulePlainConfiguration;
1293
- /**
1294
- * Rule's options
1295
- */
1296
- options: NoConstEnumOptions;
1297
- }
1298
- export interface RuleWithNoConstantBinaryExpressionsOptions {
1299
- /**
1300
- * The severity of the emitted diagnostics by the rule
1301
- */
1302
- level: RulePlainConfiguration;
1303
- /**
1304
- * Rule's options
1305
- */
1306
- options: NoConstantBinaryExpressionsOptions;
1307
- }
1308
- export interface RuleWithNoControlCharactersInRegexOptions {
1309
- /**
1310
- * The severity of the emitted diagnostics by the rule
1311
- */
1312
- level: RulePlainConfiguration;
1313
- /**
1314
- * Rule's options
1315
- */
1316
- options: NoControlCharactersInRegexOptions;
1317
- }
1318
- export interface RuleWithNoDebuggerOptions {
1319
- /**
1320
- * The kind of the code actions emitted by the rule
1321
- */
1322
- fix?: FixKind | null;
1323
- /**
1324
- * The severity of the emitted diagnostics by the rule
1325
- */
1326
- level: RulePlainConfiguration;
1327
- /**
1328
- * Rule's options
1329
- */
1330
- options: NoDebuggerOptions;
1331
- }
1332
- export interface RuleWithNoDocumentCookieOptions {
1333
- /**
1334
- * The severity of the emitted diagnostics by the rule
1335
- */
1336
- level: RulePlainConfiguration;
1337
- /**
1338
- * Rule's options
1339
- */
1340
- options: NoDocumentCookieOptions;
1336
+ options?: NoCompareNegZeroOptions;
1341
1337
  }