@jsse/eslint-config 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -4318,233 +4318,233 @@ interface IgnoresRuleOptions {}
4318
4318
  interface ImportsRuleOptions {
4319
4319
  /**
4320
4320
  * Enforce or ban the use of inline type-only markers for named imports.
4321
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/consistent-type-specifier-style.md
4321
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/consistent-type-specifier-style.md
4322
4322
  */
4323
4323
  "import/consistent-type-specifier-style"?: Linter.RuleEntry<ImportConsistentTypeSpecifierStyle$1>;
4324
4324
  /**
4325
4325
  * Ensure a default export is present, given a default import.
4326
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/default.md
4326
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/default.md
4327
4327
  */
4328
4328
  "import/default"?: Linter.RuleEntry<[]>;
4329
4329
  /**
4330
4330
  * Enforce a leading comment with the webpackChunkName for dynamic imports.
4331
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/dynamic-import-chunkname.md
4331
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/dynamic-import-chunkname.md
4332
4332
  */
4333
4333
  "import/dynamic-import-chunkname"?: Linter.RuleEntry<ImportDynamicImportChunkname$1>;
4334
4334
  /**
4335
4335
  * Forbid any invalid exports, i.e. re-export of the same name.
4336
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/export.md
4336
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/export.md
4337
4337
  */
4338
4338
  "import/export"?: Linter.RuleEntry<[]>;
4339
4339
  /**
4340
4340
  * Ensure all exports appear after other statements.
4341
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/exports-last.md
4341
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/exports-last.md
4342
4342
  */
4343
4343
  "import/exports-last"?: Linter.RuleEntry<[]>;
4344
4344
  /**
4345
4345
  * Ensure consistent use of file extension within the import path.
4346
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/extensions.md
4346
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/extensions.md
4347
4347
  */
4348
4348
  "import/extensions"?: Linter.RuleEntry<ImportExtensions$1>;
4349
4349
  /**
4350
4350
  * Ensure all imports appear before other statements.
4351
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/first.md
4351
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/first.md
4352
4352
  */
4353
4353
  "import/first"?: Linter.RuleEntry<ImportFirst$1>;
4354
4354
  /**
4355
4355
  * Prefer named exports to be grouped together in a single export declaration.
4356
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/group-exports.md
4356
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/group-exports.md
4357
4357
  */
4358
4358
  "import/group-exports"?: Linter.RuleEntry<[]>;
4359
4359
  /**
4360
4360
  * Replaced by `import-x/first`.
4361
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/imports-first.md
4361
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/imports-first.md
4362
4362
  * @deprecated
4363
4363
  */
4364
4364
  "import/imports-first"?: Linter.RuleEntry<ImportImportsFirst$1>;
4365
4365
  /**
4366
4366
  * Enforce the maximum number of dependencies a module can have.
4367
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/max-dependencies.md
4367
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/max-dependencies.md
4368
4368
  */
4369
4369
  "import/max-dependencies"?: Linter.RuleEntry<ImportMaxDependencies$1>;
4370
4370
  /**
4371
4371
  * Ensure named imports correspond to a named export in the remote file.
4372
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/named.md
4372
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/named.md
4373
4373
  */
4374
4374
  "import/named"?: Linter.RuleEntry<ImportNamed$1>;
4375
4375
  /**
4376
4376
  * Ensure imported namespaces contain dereferenced properties as they are dereferenced.
4377
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/namespace.md
4377
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/namespace.md
4378
4378
  */
4379
4379
  "import/namespace"?: Linter.RuleEntry<ImportNamespace$1>;
4380
4380
  /**
4381
4381
  * Enforce a newline after import statements.
4382
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/newline-after-import.md
4382
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/newline-after-import.md
4383
4383
  */
4384
4384
  "import/newline-after-import"?: Linter.RuleEntry<ImportNewlineAfterImport$1>;
4385
4385
  /**
4386
4386
  * Forbid import of modules using absolute paths.
4387
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-absolute-path.md
4387
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-absolute-path.md
4388
4388
  */
4389
4389
  "import/no-absolute-path"?: Linter.RuleEntry<ImportNoAbsolutePath$1>;
4390
4390
  /**
4391
4391
  * Forbid AMD `require` and `define` calls.
4392
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-amd.md
4392
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-amd.md
4393
4393
  */
4394
4394
  "import/no-amd"?: Linter.RuleEntry<[]>;
4395
4395
  /**
4396
4396
  * Forbid anonymous values as default exports.
4397
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-anonymous-default-export.md
4397
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-anonymous-default-export.md
4398
4398
  */
4399
4399
  "import/no-anonymous-default-export"?: Linter.RuleEntry<ImportNoAnonymousDefaultExport$1>;
4400
4400
  /**
4401
4401
  * Forbid CommonJS `require` calls and `module.exports` or `exports.*`.
4402
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-commonjs.md
4402
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-commonjs.md
4403
4403
  */
4404
4404
  "import/no-commonjs"?: Linter.RuleEntry<ImportNoCommonjs$1>;
4405
4405
  /**
4406
4406
  * Forbid a module from importing a module with a dependency path back to itself.
4407
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-cycle.md
4407
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-cycle.md
4408
4408
  */
4409
4409
  "import/no-cycle"?: Linter.RuleEntry<ImportNoCycle$1>;
4410
4410
  /**
4411
4411
  * Forbid default exports.
4412
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-default-export.md
4412
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-default-export.md
4413
4413
  */
4414
4414
  "import/no-default-export"?: Linter.RuleEntry<[]>;
4415
4415
  /**
4416
4416
  * Forbid imported names marked with `@deprecated` documentation tag.
4417
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-deprecated.md
4417
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-deprecated.md
4418
4418
  */
4419
4419
  "import/no-deprecated"?: Linter.RuleEntry<[]>;
4420
4420
  /**
4421
4421
  * Forbid repeated import of the same module in multiple places.
4422
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-duplicates.md
4422
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-duplicates.md
4423
4423
  */
4424
4424
  "import/no-duplicates"?: Linter.RuleEntry<ImportNoDuplicates$1>;
4425
4425
  /**
4426
4426
  * Forbid `require()` calls with expressions.
4427
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-dynamic-require.md
4427
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-dynamic-require.md
4428
4428
  */
4429
4429
  "import/no-dynamic-require"?: Linter.RuleEntry<ImportNoDynamicRequire$1>;
4430
4430
  /**
4431
4431
  * Forbid empty named import blocks.
4432
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-empty-named-blocks.md
4432
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-empty-named-blocks.md
4433
4433
  */
4434
4434
  "import/no-empty-named-blocks"?: Linter.RuleEntry<[]>;
4435
4435
  /**
4436
4436
  * Forbid the use of extraneous packages.
4437
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-extraneous-dependencies.md
4437
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-extraneous-dependencies.md
4438
4438
  */
4439
4439
  "import/no-extraneous-dependencies"?: Linter.RuleEntry<ImportNoExtraneousDependencies$1>;
4440
4440
  /**
4441
4441
  * Forbid import statements with CommonJS module.exports.
4442
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-import-module-exports.md
4442
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-import-module-exports.md
4443
4443
  */
4444
4444
  "import/no-import-module-exports"?: Linter.RuleEntry<ImportNoImportModuleExports$1>;
4445
4445
  /**
4446
4446
  * Forbid importing the submodules of other modules.
4447
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-internal-modules.md
4447
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-internal-modules.md
4448
4448
  */
4449
4449
  "import/no-internal-modules"?: Linter.RuleEntry<ImportNoInternalModules$1>;
4450
4450
  /**
4451
4451
  * Forbid the use of mutable exports with `var` or `let`.
4452
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-mutable-exports.md
4452
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-mutable-exports.md
4453
4453
  */
4454
4454
  "import/no-mutable-exports"?: Linter.RuleEntry<[]>;
4455
4455
  /**
4456
4456
  * Forbid use of exported name as identifier of default export.
4457
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-named-as-default.md
4457
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-named-as-default.md
4458
4458
  */
4459
4459
  "import/no-named-as-default"?: Linter.RuleEntry<[]>;
4460
4460
  /**
4461
4461
  * Forbid use of exported name as property of default export.
4462
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-named-as-default-member.md
4462
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-named-as-default-member.md
4463
4463
  */
4464
4464
  "import/no-named-as-default-member"?: Linter.RuleEntry<[]>;
4465
4465
  /**
4466
4466
  * Forbid named default exports.
4467
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-named-default.md
4467
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-named-default.md
4468
4468
  */
4469
4469
  "import/no-named-default"?: Linter.RuleEntry<[]>;
4470
4470
  /**
4471
4471
  * Forbid named exports.
4472
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-named-export.md
4472
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-named-export.md
4473
4473
  */
4474
4474
  "import/no-named-export"?: Linter.RuleEntry<[]>;
4475
4475
  /**
4476
4476
  * Forbid namespace (a.k.a. "wildcard" `*`) imports.
4477
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-namespace.md
4477
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-namespace.md
4478
4478
  */
4479
4479
  "import/no-namespace"?: Linter.RuleEntry<ImportNoNamespace$1>;
4480
4480
  /**
4481
4481
  * Forbid Node.js builtin modules.
4482
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-nodejs-modules.md
4482
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-nodejs-modules.md
4483
4483
  */
4484
4484
  "import/no-nodejs-modules"?: Linter.RuleEntry<ImportNoNodejsModules$1>;
4485
4485
  /**
4486
4486
  * Forbid importing packages through relative paths.
4487
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-relative-packages.md
4487
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-relative-packages.md
4488
4488
  */
4489
4489
  "import/no-relative-packages"?: Linter.RuleEntry<ImportNoRelativePackages$1>;
4490
4490
  /**
4491
4491
  * Forbid importing modules from parent directories.
4492
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-relative-parent-imports.md
4492
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-relative-parent-imports.md
4493
4493
  */
4494
4494
  "import/no-relative-parent-imports"?: Linter.RuleEntry<ImportNoRelativeParentImports$1>;
4495
4495
  /**
4496
4496
  * Forbid importing a default export by a different name.
4497
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-rename-default.md
4497
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-rename-default.md
4498
4498
  */
4499
4499
  "import/no-rename-default"?: Linter.RuleEntry<ImportNoRenameDefault$1>;
4500
4500
  /**
4501
4501
  * Enforce which files can be imported in a given folder.
4502
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-restricted-paths.md
4502
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-restricted-paths.md
4503
4503
  */
4504
4504
  "import/no-restricted-paths"?: Linter.RuleEntry<ImportNoRestrictedPaths$1>;
4505
4505
  /**
4506
4506
  * Forbid a module from importing itself.
4507
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-self-import.md
4507
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-self-import.md
4508
4508
  */
4509
4509
  "import/no-self-import"?: Linter.RuleEntry<[]>;
4510
4510
  /**
4511
4511
  * Forbid unassigned imports.
4512
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-unassigned-import.md
4512
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-unassigned-import.md
4513
4513
  */
4514
4514
  "import/no-unassigned-import"?: Linter.RuleEntry<ImportNoUnassignedImport$1>;
4515
4515
  /**
4516
4516
  * Ensure imports point to a file/module that can be resolved.
4517
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-unresolved.md
4517
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-unresolved.md
4518
4518
  */
4519
4519
  "import/no-unresolved"?: Linter.RuleEntry<ImportNoUnresolved$1>;
4520
4520
  /**
4521
4521
  * Forbid modules without exports, or exports without matching import in another module.
4522
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-unused-modules.md
4522
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-unused-modules.md
4523
4523
  */
4524
4524
  "import/no-unused-modules"?: Linter.RuleEntry<ImportNoUnusedModules$1>;
4525
4525
  /**
4526
4526
  * Forbid unnecessary path segments in import and require statements.
4527
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-useless-path-segments.md
4527
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-useless-path-segments.md
4528
4528
  */
4529
4529
  "import/no-useless-path-segments"?: Linter.RuleEntry<ImportNoUselessPathSegments$1>;
4530
4530
  /**
4531
4531
  * Forbid webpack loader syntax in imports.
4532
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-webpack-loader-syntax.md
4532
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-webpack-loader-syntax.md
4533
4533
  */
4534
4534
  "import/no-webpack-loader-syntax"?: Linter.RuleEntry<[]>;
4535
4535
  /**
4536
4536
  * Enforce a convention in module import order.
4537
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/order.md
4537
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/order.md
4538
4538
  */
4539
4539
  "import/order"?: Linter.RuleEntry<ImportOrder$1>;
4540
4540
  /**
4541
4541
  * Prefer a default export if module exports a single name or multiple names.
4542
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/prefer-default-export.md
4542
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/prefer-default-export.md
4543
4543
  */
4544
4544
  "import/prefer-default-export"?: Linter.RuleEntry<ImportPreferDefaultExport$1>;
4545
4545
  /**
4546
4546
  * Forbid potentially ambiguous parse goal (`script` vs. `module`).
4547
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/unambiguous.md
4547
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/unambiguous.md
4548
4548
  */
4549
4549
  "import/unambiguous"?: Linter.RuleEntry<[]>;
4550
4550
  }
@@ -4950,14 +4950,23 @@ type UnusedImportsNoUnusedImports =
4950
4950
  | ("all" | "local")
4951
4951
  | {
4952
4952
  vars?: "all" | "local";
4953
+
4953
4954
  varsIgnorePattern?: string;
4955
+
4954
4956
  args?: "all" | "after-used" | "none";
4955
- ignoreRestSiblings?: boolean;
4957
+
4956
4958
  argsIgnorePattern?: string;
4959
+
4957
4960
  caughtErrors?: "all" | "none";
4961
+
4958
4962
  caughtErrorsIgnorePattern?: string;
4963
+
4959
4964
  destructuredArrayIgnorePattern?: string;
4965
+
4960
4966
  ignoreClassWithStaticInitBlock?: boolean;
4967
+
4968
+ ignoreRestSiblings?: boolean;
4969
+
4961
4970
  reportUsedIgnorePattern?: boolean;
4962
4971
  },
4963
4972
  ];
@@ -4968,14 +4977,23 @@ type UnusedImportsNoUnusedVars =
4968
4977
  | ("all" | "local")
4969
4978
  | {
4970
4979
  vars?: "all" | "local";
4980
+
4971
4981
  varsIgnorePattern?: string;
4982
+
4972
4983
  args?: "all" | "after-used" | "none";
4973
- ignoreRestSiblings?: boolean;
4984
+
4974
4985
  argsIgnorePattern?: string;
4986
+
4975
4987
  caughtErrors?: "all" | "none";
4988
+
4976
4989
  caughtErrorsIgnorePattern?: string;
4990
+
4977
4991
  destructuredArrayIgnorePattern?: string;
4992
+
4978
4993
  ignoreClassWithStaticInitBlock?: boolean;
4994
+
4995
+ ignoreRestSiblings?: boolean;
4996
+
4979
4997
  reportUsedIgnorePattern?: boolean;
4980
4998
  },
4981
4999
  ];
@@ -13647,6 +13665,7 @@ type StylisticTypeAnnotationSpacing =
13647
13665
  parameter?: _StylisticTypeAnnotationSpacing_SpacingConfig;
13648
13666
  property?: _StylisticTypeAnnotationSpacing_SpacingConfig;
13649
13667
  returnType?: _StylisticTypeAnnotationSpacing_SpacingConfig;
13668
+ operator?: _StylisticTypeAnnotationSpacing_SpacingConfig;
13650
13669
  };
13651
13670
  },
13652
13671
  ];
@@ -14973,233 +14992,233 @@ interface TypescriptRuleOptions {
14973
14992
  >;
14974
14993
  /**
14975
14994
  * Enforce or ban the use of inline type-only markers for named imports.
14976
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/consistent-type-specifier-style.md
14995
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/consistent-type-specifier-style.md
14977
14996
  */
14978
14997
  "import/consistent-type-specifier-style"?: Linter.RuleEntry<ImportConsistentTypeSpecifierStyle>;
14979
14998
  /**
14980
14999
  * Ensure a default export is present, given a default import.
14981
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/default.md
15000
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/default.md
14982
15001
  */
14983
15002
  "import/default"?: Linter.RuleEntry<[]>;
14984
15003
  /**
14985
15004
  * Enforce a leading comment with the webpackChunkName for dynamic imports.
14986
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/dynamic-import-chunkname.md
15005
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/dynamic-import-chunkname.md
14987
15006
  */
14988
15007
  "import/dynamic-import-chunkname"?: Linter.RuleEntry<ImportDynamicImportChunkname>;
14989
15008
  /**
14990
15009
  * Forbid any invalid exports, i.e. re-export of the same name.
14991
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/export.md
15010
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/export.md
14992
15011
  */
14993
15012
  "import/export"?: Linter.RuleEntry<[]>;
14994
15013
  /**
14995
15014
  * Ensure all exports appear after other statements.
14996
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/exports-last.md
15015
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/exports-last.md
14997
15016
  */
14998
15017
  "import/exports-last"?: Linter.RuleEntry<[]>;
14999
15018
  /**
15000
15019
  * Ensure consistent use of file extension within the import path.
15001
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/extensions.md
15020
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/extensions.md
15002
15021
  */
15003
15022
  "import/extensions"?: Linter.RuleEntry<ImportExtensions>;
15004
15023
  /**
15005
15024
  * Ensure all imports appear before other statements.
15006
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/first.md
15025
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/first.md
15007
15026
  */
15008
15027
  "import/first"?: Linter.RuleEntry<ImportFirst>;
15009
15028
  /**
15010
15029
  * Prefer named exports to be grouped together in a single export declaration.
15011
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/group-exports.md
15030
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/group-exports.md
15012
15031
  */
15013
15032
  "import/group-exports"?: Linter.RuleEntry<[]>;
15014
15033
  /**
15015
15034
  * Replaced by `import-x/first`.
15016
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/imports-first.md
15035
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/imports-first.md
15017
15036
  * @deprecated
15018
15037
  */
15019
15038
  "import/imports-first"?: Linter.RuleEntry<ImportImportsFirst>;
15020
15039
  /**
15021
15040
  * Enforce the maximum number of dependencies a module can have.
15022
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/max-dependencies.md
15041
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/max-dependencies.md
15023
15042
  */
15024
15043
  "import/max-dependencies"?: Linter.RuleEntry<ImportMaxDependencies>;
15025
15044
  /**
15026
15045
  * Ensure named imports correspond to a named export in the remote file.
15027
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/named.md
15046
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/named.md
15028
15047
  */
15029
15048
  "import/named"?: Linter.RuleEntry<ImportNamed>;
15030
15049
  /**
15031
15050
  * Ensure imported namespaces contain dereferenced properties as they are dereferenced.
15032
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/namespace.md
15051
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/namespace.md
15033
15052
  */
15034
15053
  "import/namespace"?: Linter.RuleEntry<ImportNamespace>;
15035
15054
  /**
15036
15055
  * Enforce a newline after import statements.
15037
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/newline-after-import.md
15056
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/newline-after-import.md
15038
15057
  */
15039
15058
  "import/newline-after-import"?: Linter.RuleEntry<ImportNewlineAfterImport>;
15040
15059
  /**
15041
15060
  * Forbid import of modules using absolute paths.
15042
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-absolute-path.md
15061
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-absolute-path.md
15043
15062
  */
15044
15063
  "import/no-absolute-path"?: Linter.RuleEntry<ImportNoAbsolutePath>;
15045
15064
  /**
15046
15065
  * Forbid AMD `require` and `define` calls.
15047
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-amd.md
15066
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-amd.md
15048
15067
  */
15049
15068
  "import/no-amd"?: Linter.RuleEntry<[]>;
15050
15069
  /**
15051
15070
  * Forbid anonymous values as default exports.
15052
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-anonymous-default-export.md
15071
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-anonymous-default-export.md
15053
15072
  */
15054
15073
  "import/no-anonymous-default-export"?: Linter.RuleEntry<ImportNoAnonymousDefaultExport>;
15055
15074
  /**
15056
15075
  * Forbid CommonJS `require` calls and `module.exports` or `exports.*`.
15057
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-commonjs.md
15076
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-commonjs.md
15058
15077
  */
15059
15078
  "import/no-commonjs"?: Linter.RuleEntry<ImportNoCommonjs>;
15060
15079
  /**
15061
15080
  * Forbid a module from importing a module with a dependency path back to itself.
15062
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-cycle.md
15081
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-cycle.md
15063
15082
  */
15064
15083
  "import/no-cycle"?: Linter.RuleEntry<ImportNoCycle>;
15065
15084
  /**
15066
15085
  * Forbid default exports.
15067
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-default-export.md
15086
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-default-export.md
15068
15087
  */
15069
15088
  "import/no-default-export"?: Linter.RuleEntry<[]>;
15070
15089
  /**
15071
15090
  * Forbid imported names marked with `@deprecated` documentation tag.
15072
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-deprecated.md
15091
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-deprecated.md
15073
15092
  */
15074
15093
  "import/no-deprecated"?: Linter.RuleEntry<[]>;
15075
15094
  /**
15076
15095
  * Forbid repeated import of the same module in multiple places.
15077
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-duplicates.md
15096
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-duplicates.md
15078
15097
  */
15079
15098
  "import/no-duplicates"?: Linter.RuleEntry<ImportNoDuplicates>;
15080
15099
  /**
15081
15100
  * Forbid `require()` calls with expressions.
15082
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-dynamic-require.md
15101
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-dynamic-require.md
15083
15102
  */
15084
15103
  "import/no-dynamic-require"?: Linter.RuleEntry<ImportNoDynamicRequire>;
15085
15104
  /**
15086
15105
  * Forbid empty named import blocks.
15087
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-empty-named-blocks.md
15106
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-empty-named-blocks.md
15088
15107
  */
15089
15108
  "import/no-empty-named-blocks"?: Linter.RuleEntry<[]>;
15090
15109
  /**
15091
15110
  * Forbid the use of extraneous packages.
15092
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-extraneous-dependencies.md
15111
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-extraneous-dependencies.md
15093
15112
  */
15094
15113
  "import/no-extraneous-dependencies"?: Linter.RuleEntry<ImportNoExtraneousDependencies>;
15095
15114
  /**
15096
15115
  * Forbid import statements with CommonJS module.exports.
15097
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-import-module-exports.md
15116
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-import-module-exports.md
15098
15117
  */
15099
15118
  "import/no-import-module-exports"?: Linter.RuleEntry<ImportNoImportModuleExports>;
15100
15119
  /**
15101
15120
  * Forbid importing the submodules of other modules.
15102
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-internal-modules.md
15121
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-internal-modules.md
15103
15122
  */
15104
15123
  "import/no-internal-modules"?: Linter.RuleEntry<ImportNoInternalModules>;
15105
15124
  /**
15106
15125
  * Forbid the use of mutable exports with `var` or `let`.
15107
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-mutable-exports.md
15126
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-mutable-exports.md
15108
15127
  */
15109
15128
  "import/no-mutable-exports"?: Linter.RuleEntry<[]>;
15110
15129
  /**
15111
15130
  * Forbid use of exported name as identifier of default export.
15112
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-named-as-default.md
15131
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-named-as-default.md
15113
15132
  */
15114
15133
  "import/no-named-as-default"?: Linter.RuleEntry<[]>;
15115
15134
  /**
15116
15135
  * Forbid use of exported name as property of default export.
15117
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-named-as-default-member.md
15136
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-named-as-default-member.md
15118
15137
  */
15119
15138
  "import/no-named-as-default-member"?: Linter.RuleEntry<[]>;
15120
15139
  /**
15121
15140
  * Forbid named default exports.
15122
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-named-default.md
15141
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-named-default.md
15123
15142
  */
15124
15143
  "import/no-named-default"?: Linter.RuleEntry<[]>;
15125
15144
  /**
15126
15145
  * Forbid named exports.
15127
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-named-export.md
15146
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-named-export.md
15128
15147
  */
15129
15148
  "import/no-named-export"?: Linter.RuleEntry<[]>;
15130
15149
  /**
15131
15150
  * Forbid namespace (a.k.a. "wildcard" `*`) imports.
15132
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-namespace.md
15151
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-namespace.md
15133
15152
  */
15134
15153
  "import/no-namespace"?: Linter.RuleEntry<ImportNoNamespace>;
15135
15154
  /**
15136
15155
  * Forbid Node.js builtin modules.
15137
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-nodejs-modules.md
15156
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-nodejs-modules.md
15138
15157
  */
15139
15158
  "import/no-nodejs-modules"?: Linter.RuleEntry<ImportNoNodejsModules>;
15140
15159
  /**
15141
15160
  * Forbid importing packages through relative paths.
15142
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-relative-packages.md
15161
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-relative-packages.md
15143
15162
  */
15144
15163
  "import/no-relative-packages"?: Linter.RuleEntry<ImportNoRelativePackages>;
15145
15164
  /**
15146
15165
  * Forbid importing modules from parent directories.
15147
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-relative-parent-imports.md
15166
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-relative-parent-imports.md
15148
15167
  */
15149
15168
  "import/no-relative-parent-imports"?: Linter.RuleEntry<ImportNoRelativeParentImports>;
15150
15169
  /**
15151
15170
  * Forbid importing a default export by a different name.
15152
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-rename-default.md
15171
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-rename-default.md
15153
15172
  */
15154
15173
  "import/no-rename-default"?: Linter.RuleEntry<ImportNoRenameDefault>;
15155
15174
  /**
15156
15175
  * Enforce which files can be imported in a given folder.
15157
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-restricted-paths.md
15176
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-restricted-paths.md
15158
15177
  */
15159
15178
  "import/no-restricted-paths"?: Linter.RuleEntry<ImportNoRestrictedPaths>;
15160
15179
  /**
15161
15180
  * Forbid a module from importing itself.
15162
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-self-import.md
15181
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-self-import.md
15163
15182
  */
15164
15183
  "import/no-self-import"?: Linter.RuleEntry<[]>;
15165
15184
  /**
15166
15185
  * Forbid unassigned imports.
15167
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-unassigned-import.md
15186
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-unassigned-import.md
15168
15187
  */
15169
15188
  "import/no-unassigned-import"?: Linter.RuleEntry<ImportNoUnassignedImport>;
15170
15189
  /**
15171
15190
  * Ensure imports point to a file/module that can be resolved.
15172
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-unresolved.md
15191
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-unresolved.md
15173
15192
  */
15174
15193
  "import/no-unresolved"?: Linter.RuleEntry<ImportNoUnresolved>;
15175
15194
  /**
15176
15195
  * Forbid modules without exports, or exports without matching import in another module.
15177
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-unused-modules.md
15196
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-unused-modules.md
15178
15197
  */
15179
15198
  "import/no-unused-modules"?: Linter.RuleEntry<ImportNoUnusedModules>;
15180
15199
  /**
15181
15200
  * Forbid unnecessary path segments in import and require statements.
15182
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-useless-path-segments.md
15201
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-useless-path-segments.md
15183
15202
  */
15184
15203
  "import/no-useless-path-segments"?: Linter.RuleEntry<ImportNoUselessPathSegments>;
15185
15204
  /**
15186
15205
  * Forbid webpack loader syntax in imports.
15187
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/no-webpack-loader-syntax.md
15206
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/no-webpack-loader-syntax.md
15188
15207
  */
15189
15208
  "import/no-webpack-loader-syntax"?: Linter.RuleEntry<[]>;
15190
15209
  /**
15191
15210
  * Enforce a convention in module import order.
15192
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/order.md
15211
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/order.md
15193
15212
  */
15194
15213
  "import/order"?: Linter.RuleEntry<ImportOrder>;
15195
15214
  /**
15196
15215
  * Prefer a default export if module exports a single name or multiple names.
15197
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/prefer-default-export.md
15216
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/prefer-default-export.md
15198
15217
  */
15199
15218
  "import/prefer-default-export"?: Linter.RuleEntry<ImportPreferDefaultExport>;
15200
15219
  /**
15201
15220
  * Forbid potentially ambiguous parse goal (`script` vs. `module`).
15202
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.0/docs/rules/unambiguous.md
15221
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.1.1/docs/rules/unambiguous.md
15203
15222
  */
15204
15223
  "import/unambiguous"?: Linter.RuleEntry<[]>;
15205
15224
  }
@@ -15244,6 +15263,7 @@ type TypescriptEslintBanTsComment =
15244
15263
  | {
15245
15264
  descriptionFormat?: string;
15246
15265
  };
15266
+
15247
15267
  minimumDescriptionLength?: number;
15248
15268
  },
15249
15269
  ];
@@ -15288,6 +15308,7 @@ type TypescriptEslintConsistentTypeAssertions =
15288
15308
  }
15289
15309
  | {
15290
15310
  assertionStyle: "as" | "angle-bracket";
15311
+
15291
15312
  objectLiteralTypeAssertions?:
15292
15313
  | "allow"
15293
15314
  | "allow-as-parameter"
@@ -15310,7 +15331,9 @@ type TypescriptEslintConsistentTypeImports =
15310
15331
  | [
15311
15332
  {
15312
15333
  disallowTypeAnnotations?: boolean;
15334
+
15313
15335
  fixStyle?: "separate-type-imports" | "inline-type-imports";
15336
+
15314
15337
  prefer?: "type-imports" | "no-type-imports";
15315
15338
  },
15316
15339
  ];
@@ -15320,9 +15343,13 @@ type TypescriptEslintDotNotation =
15320
15343
  | [
15321
15344
  {
15322
15345
  allowKeywords?: boolean;
15346
+
15323
15347
  allowPattern?: string;
15348
+
15324
15349
  allowPrivateClassPropertyAccess?: boolean;
15350
+
15325
15351
  allowProtectedClassPropertyAccess?: boolean;
15352
+
15326
15353
  allowIndexSignaturePropertyAccess?: boolean;
15327
15354
  },
15328
15355
  ];
@@ -15361,6 +15388,7 @@ type TypescriptEslintExplicitMemberAccessibility =
15361
15388
  properties?: "explicit" | "no-public" | "off";
15362
15389
  parameterProperties?: "explicit" | "no-public" | "off";
15363
15390
  };
15391
+
15364
15392
  ignoredMethodNames?: string[];
15365
15393
  },
15366
15394
  ];
@@ -15397,8 +15425,10 @@ type TypescriptEslintMaxParams =
15397
15425
  | []
15398
15426
  | [
15399
15427
  {
15400
- maximum?: number;
15401
15428
  max?: number;
15429
+
15430
+ maximum?: number;
15431
+
15402
15432
  countVoidThis?: boolean;
15403
15433
  },
15404
15434
  ];
@@ -17946,6 +17976,7 @@ type TypescriptEslintNoConfusingVoidExpression =
17946
17976
  | [
17947
17977
  {
17948
17978
  ignoreArrowShorthand?: boolean;
17979
+
17949
17980
  ignoreVoidOperator?: boolean;
17950
17981
  },
17951
17982
  ];
@@ -17955,6 +17986,7 @@ type TypescriptEslintNoDuplicateTypeConstituents =
17955
17986
  | [
17956
17987
  {
17957
17988
  ignoreIntersections?: boolean;
17989
+
17958
17990
  ignoreUnions?: boolean;
17959
17991
  },
17960
17992
  ];
@@ -17995,7 +18027,9 @@ type TypescriptEslintNoEmptyObjectType =
17995
18027
  | [
17996
18028
  {
17997
18029
  allowInterfaces?: "always" | "never" | "with-single-extends";
18030
+
17998
18031
  allowObjectTypes?: "always" | "never";
18032
+
17999
18033
  allowWithName?: string;
18000
18034
  },
18001
18035
  ];
@@ -18045,6 +18079,7 @@ type TypescriptEslintNoFloatingPromises =
18045
18079
  package: string;
18046
18080
  }
18047
18081
  )[];
18082
+
18048
18083
  allowForKnownSafeCalls?: (
18049
18084
  | string
18050
18085
  | {
@@ -18076,6 +18111,7 @@ type TypescriptEslintNoInferrableTypes =
18076
18111
  | [
18077
18112
  {
18078
18113
  ignoreParameters?: boolean;
18114
+
18079
18115
  ignoreProperties?: boolean;
18080
18116
  },
18081
18117
  ];
@@ -18093,6 +18129,7 @@ type TypescriptEslintNoInvalidVoidType =
18093
18129
  | [
18094
18130
  {
18095
18131
  allowInGenericTypeArguments?: boolean | [string, ...string[]];
18132
+
18096
18133
  allowAsThisParameter?: boolean;
18097
18134
  },
18098
18135
  ];
@@ -18107,9 +18144,13 @@ type TypescriptEslintNoMagicNumbers =
18107
18144
  ignoreArrayIndexes?: boolean;
18108
18145
  ignoreDefaultValues?: boolean;
18109
18146
  ignoreClassFieldInitialValues?: boolean;
18147
+
18110
18148
  ignoreNumericLiteralTypes?: boolean;
18149
+
18111
18150
  ignoreEnums?: boolean;
18151
+
18112
18152
  ignoreReadonlyClassProperties?: boolean;
18153
+
18113
18154
  ignoreTypeIndexes?: boolean;
18114
18155
  },
18115
18156
  ];
@@ -18131,12 +18172,18 @@ type TypescriptEslintNoMisusedPromises =
18131
18172
  | boolean
18132
18173
  | {
18133
18174
  arguments?: boolean;
18175
+
18134
18176
  attributes?: boolean;
18177
+
18135
18178
  inheritedMethods?: boolean;
18179
+
18136
18180
  properties?: boolean;
18181
+
18137
18182
  returns?: boolean;
18183
+
18138
18184
  variables?: boolean;
18139
18185
  };
18186
+
18140
18187
  checksSpreads?: boolean;
18141
18188
  },
18142
18189
  ];
@@ -18156,6 +18203,7 @@ type TypescriptEslintNoRedeclare =
18156
18203
  | [
18157
18204
  {
18158
18205
  builtinGlobals?: boolean;
18206
+
18159
18207
  ignoreDeclarationMerge?: boolean;
18160
18208
  },
18161
18209
  ];
@@ -18242,10 +18290,15 @@ type TypescriptEslintNoShadow =
18242
18290
  | [
18243
18291
  {
18244
18292
  builtinGlobals?: boolean;
18293
+
18245
18294
  hoist?: "all" | "functions" | "never";
18295
+
18246
18296
  allow?: string[];
18297
+
18247
18298
  ignoreOnInitialization?: boolean;
18299
+
18248
18300
  ignoreTypeValueShadow?: boolean;
18301
+
18249
18302
  ignoreFunctionTypeParameterNameValueShadow?: boolean;
18250
18303
  },
18251
18304
  ];
@@ -18347,14 +18400,23 @@ type TypescriptEslintNoUnusedVars =
18347
18400
  | ("all" | "local")
18348
18401
  | {
18349
18402
  vars?: "all" | "local";
18403
+
18350
18404
  varsIgnorePattern?: string;
18405
+
18351
18406
  args?: "all" | "after-used" | "none";
18352
- ignoreRestSiblings?: boolean;
18407
+
18353
18408
  argsIgnorePattern?: string;
18409
+
18354
18410
  caughtErrors?: "all" | "none";
18411
+
18355
18412
  caughtErrorsIgnorePattern?: string;
18413
+
18356
18414
  destructuredArrayIgnorePattern?: string;
18415
+
18357
18416
  ignoreClassWithStaticInitBlock?: boolean;
18417
+
18418
+ ignoreRestSiblings?: boolean;
18419
+
18358
18420
  reportUsedIgnorePattern?: boolean;
18359
18421
  },
18360
18422
  ];
@@ -18365,10 +18427,15 @@ type TypescriptEslintNoUseBeforeDefine =
18365
18427
  | "nofunc"
18366
18428
  | {
18367
18429
  functions?: boolean;
18430
+
18368
18431
  classes?: boolean;
18432
+
18369
18433
  enums?: boolean;
18434
+
18370
18435
  variables?: boolean;
18436
+
18371
18437
  typedefs?: boolean;
18438
+
18372
18439
  ignoreTypeReferences?: boolean;
18373
18440
  allowNamedExports?: boolean;
18374
18441
  },
@@ -18387,6 +18454,7 @@ type TypescriptEslintOnlyThrowError =
18387
18454
  | [
18388
18455
  {
18389
18456
  allowThrowingAny?: boolean;
18457
+
18390
18458
  allowThrowingUnknown?: boolean;
18391
18459
  },
18392
18460
  ];
@@ -18404,6 +18472,7 @@ type TypescriptEslintParameterProperties =
18404
18472
  | "protected readonly"
18405
18473
  | "public readonly"
18406
18474
  )[];
18475
+
18407
18476
  prefer?: "class-property" | "parameter-property";
18408
18477
  },
18409
18478
  ];
@@ -18463,8 +18532,11 @@ type TypescriptEslintPreferNullishCoalescing =
18463
18532
  | [
18464
18533
  {
18465
18534
  allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing?: boolean;
18535
+
18466
18536
  ignoreConditionalTests?: boolean;
18537
+
18467
18538
  ignoreMixedLogicalExpressions?: boolean;
18539
+
18468
18540
  ignorePrimitives?:
18469
18541
  | {
18470
18542
  bigint?: boolean;
@@ -18474,6 +18546,7 @@ type TypescriptEslintPreferNullishCoalescing =
18474
18546
  [k: string]: unknown | undefined;
18475
18547
  }
18476
18548
  | true;
18549
+
18477
18550
  ignoreTernaryTests?: boolean;
18478
18551
  },
18479
18552
  ];
@@ -18537,8 +18610,11 @@ type TypescriptEslintPreferReadonlyParameterTypes =
18537
18610
  package: string;
18538
18611
  }
18539
18612
  )[];
18613
+
18540
18614
  checkParameterProperties?: boolean;
18615
+
18541
18616
  ignoreInferredTypes?: boolean;
18617
+
18542
18618
  treatMethodsAsReadonly?: boolean;
18543
18619
  },
18544
18620
  ];
@@ -18558,9 +18634,13 @@ type TypescriptEslintPromiseFunctionAsync =
18558
18634
  allowAny?: boolean;
18559
18635
 
18560
18636
  allowedPromiseNames?: string[];
18637
+
18561
18638
  checkArrowFunctions?: boolean;
18639
+
18562
18640
  checkFunctionDeclarations?: boolean;
18641
+
18563
18642
  checkFunctionExpressions?: boolean;
18643
+
18564
18644
  checkMethodDeclarations?: boolean;
18565
18645
  },
18566
18646
  ];
@@ -18613,7 +18693,15 @@ type TypescriptEslintRestrictTemplateExpressions =
18613
18693
  // ----- @typescript-eslint/return-await -----
18614
18694
  type TypescriptEslintReturnAwait =
18615
18695
  | []
18616
- | ["in-try-catch" | "always" | "never" | "error-handling-correctness-only"];
18696
+ | [
18697
+ (
18698
+ | "always"
18699
+ | "error-handling-correctness-only"
18700
+ | "in-try-catch"
18701
+ | "never"
18702
+ ) &
18703
+ string,
18704
+ ];
18617
18705
  // ----- @typescript-eslint/sort-type-constituents -----
18618
18706
  type TypescriptEslintSortTypeConstituents =
18619
18707
  | []
@@ -18647,12 +18735,19 @@ type TypescriptEslintStrictBooleanExpressions =
18647
18735
  | [
18648
18736
  {
18649
18737
  allowString?: boolean;
18738
+
18650
18739
  allowNumber?: boolean;
18740
+
18651
18741
  allowNullableObject?: boolean;
18742
+
18652
18743
  allowNullableBoolean?: boolean;
18744
+
18653
18745
  allowNullableString?: boolean;
18746
+
18654
18747
  allowNullableNumber?: boolean;
18748
+
18655
18749
  allowNullableEnum?: boolean;
18750
+
18656
18751
  allowAny?: boolean;
18657
18752
  allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing?: boolean;
18658
18753
  },
@@ -18673,7 +18768,9 @@ type TypescriptEslintTripleSlashReference =
18673
18768
  | [
18674
18769
  {
18675
18770
  lib?: "always" | "never";
18771
+
18676
18772
  path?: "always" | "never";
18773
+
18677
18774
  types?: "always" | "never" | "prefer-import";
18678
18775
  },
18679
18776
  ];
@@ -18683,12 +18780,19 @@ type TypescriptEslintTypedef =
18683
18780
  | [
18684
18781
  {
18685
18782
  arrayDestructuring?: boolean;
18783
+
18686
18784
  arrowParameter?: boolean;
18785
+
18687
18786
  memberVariableDeclaration?: boolean;
18787
+
18688
18788
  objectDestructuring?: boolean;
18789
+
18689
18790
  parameter?: boolean;
18791
+
18690
18792
  propertyDeclaration?: boolean;
18793
+
18691
18794
  variableDeclaration?: boolean;
18795
+
18692
18796
  variableDeclarationIgnoreFunction?: boolean;
18693
18797
  },
18694
18798
  ];