@jsse/eslint-config 0.2.15 → 0.2.17

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.cts CHANGED
@@ -4344,233 +4344,233 @@ interface IgnoresRuleOptions {}
4344
4344
  interface ImportsRuleOptions {
4345
4345
  /**
4346
4346
  * Enforce or ban the use of inline type-only markers for named imports.
4347
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/consistent-type-specifier-style.md
4347
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/consistent-type-specifier-style.md
4348
4348
  */
4349
4349
  "import/consistent-type-specifier-style"?: Linter.RuleEntry<ImportConsistentTypeSpecifierStyle$1>;
4350
4350
  /**
4351
4351
  * Ensure a default export is present, given a default import.
4352
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/default.md
4352
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/default.md
4353
4353
  */
4354
4354
  "import/default"?: Linter.RuleEntry<[]>;
4355
4355
  /**
4356
4356
  * Enforce a leading comment with the webpackChunkName for dynamic imports.
4357
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/dynamic-import-chunkname.md
4357
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/dynamic-import-chunkname.md
4358
4358
  */
4359
4359
  "import/dynamic-import-chunkname"?: Linter.RuleEntry<ImportDynamicImportChunkname$1>;
4360
4360
  /**
4361
4361
  * Forbid any invalid exports, i.e. re-export of the same name.
4362
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/export.md
4362
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/export.md
4363
4363
  */
4364
4364
  "import/export"?: Linter.RuleEntry<[]>;
4365
4365
  /**
4366
4366
  * Ensure all exports appear after other statements.
4367
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/exports-last.md
4367
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/exports-last.md
4368
4368
  */
4369
4369
  "import/exports-last"?: Linter.RuleEntry<[]>;
4370
4370
  /**
4371
4371
  * Ensure consistent use of file extension within the import path.
4372
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/extensions.md
4372
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/extensions.md
4373
4373
  */
4374
4374
  "import/extensions"?: Linter.RuleEntry<ImportExtensions$1>;
4375
4375
  /**
4376
4376
  * Ensure all imports appear before other statements.
4377
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/first.md
4377
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/first.md
4378
4378
  */
4379
4379
  "import/first"?: Linter.RuleEntry<ImportFirst$1>;
4380
4380
  /**
4381
4381
  * Prefer named exports to be grouped together in a single export declaration.
4382
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/group-exports.md
4382
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/group-exports.md
4383
4383
  */
4384
4384
  "import/group-exports"?: Linter.RuleEntry<[]>;
4385
4385
  /**
4386
4386
  * Replaced by `import-x/first`.
4387
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/imports-first.md
4387
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/imports-first.md
4388
4388
  * @deprecated
4389
4389
  */
4390
4390
  "import/imports-first"?: Linter.RuleEntry<ImportImportsFirst$1>;
4391
4391
  /**
4392
4392
  * Enforce the maximum number of dependencies a module can have.
4393
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/max-dependencies.md
4393
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/max-dependencies.md
4394
4394
  */
4395
4395
  "import/max-dependencies"?: Linter.RuleEntry<ImportMaxDependencies$1>;
4396
4396
  /**
4397
4397
  * Ensure named imports correspond to a named export in the remote file.
4398
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/named.md
4398
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/named.md
4399
4399
  */
4400
4400
  "import/named"?: Linter.RuleEntry<ImportNamed$1>;
4401
4401
  /**
4402
4402
  * Ensure imported namespaces contain dereferenced properties as they are dereferenced.
4403
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/namespace.md
4403
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/namespace.md
4404
4404
  */
4405
4405
  "import/namespace"?: Linter.RuleEntry<ImportNamespace$1>;
4406
4406
  /**
4407
4407
  * Enforce a newline after import statements.
4408
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/newline-after-import.md
4408
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/newline-after-import.md
4409
4409
  */
4410
4410
  "import/newline-after-import"?: Linter.RuleEntry<ImportNewlineAfterImport$1>;
4411
4411
  /**
4412
4412
  * Forbid import of modules using absolute paths.
4413
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-absolute-path.md
4413
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-absolute-path.md
4414
4414
  */
4415
4415
  "import/no-absolute-path"?: Linter.RuleEntry<ImportNoAbsolutePath$1>;
4416
4416
  /**
4417
4417
  * Forbid AMD `require` and `define` calls.
4418
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-amd.md
4418
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-amd.md
4419
4419
  */
4420
4420
  "import/no-amd"?: Linter.RuleEntry<[]>;
4421
4421
  /**
4422
4422
  * Forbid anonymous values as default exports.
4423
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-anonymous-default-export.md
4423
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-anonymous-default-export.md
4424
4424
  */
4425
4425
  "import/no-anonymous-default-export"?: Linter.RuleEntry<ImportNoAnonymousDefaultExport$1>;
4426
4426
  /**
4427
4427
  * Forbid CommonJS `require` calls and `module.exports` or `exports.*`.
4428
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-commonjs.md
4428
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-commonjs.md
4429
4429
  */
4430
4430
  "import/no-commonjs"?: Linter.RuleEntry<ImportNoCommonjs$1>;
4431
4431
  /**
4432
4432
  * Forbid a module from importing a module with a dependency path back to itself.
4433
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-cycle.md
4433
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-cycle.md
4434
4434
  */
4435
4435
  "import/no-cycle"?: Linter.RuleEntry<ImportNoCycle$1>;
4436
4436
  /**
4437
4437
  * Forbid default exports.
4438
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-default-export.md
4438
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-default-export.md
4439
4439
  */
4440
4440
  "import/no-default-export"?: Linter.RuleEntry<[]>;
4441
4441
  /**
4442
4442
  * Forbid imported names marked with `@deprecated` documentation tag.
4443
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-deprecated.md
4443
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-deprecated.md
4444
4444
  */
4445
4445
  "import/no-deprecated"?: Linter.RuleEntry<[]>;
4446
4446
  /**
4447
4447
  * Forbid repeated import of the same module in multiple places.
4448
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-duplicates.md
4448
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-duplicates.md
4449
4449
  */
4450
4450
  "import/no-duplicates"?: Linter.RuleEntry<ImportNoDuplicates$1>;
4451
4451
  /**
4452
4452
  * Forbid `require()` calls with expressions.
4453
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-dynamic-require.md
4453
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-dynamic-require.md
4454
4454
  */
4455
4455
  "import/no-dynamic-require"?: Linter.RuleEntry<ImportNoDynamicRequire$1>;
4456
4456
  /**
4457
4457
  * Forbid empty named import blocks.
4458
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-empty-named-blocks.md
4458
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-empty-named-blocks.md
4459
4459
  */
4460
4460
  "import/no-empty-named-blocks"?: Linter.RuleEntry<[]>;
4461
4461
  /**
4462
4462
  * Forbid the use of extraneous packages.
4463
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-extraneous-dependencies.md
4463
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-extraneous-dependencies.md
4464
4464
  */
4465
4465
  "import/no-extraneous-dependencies"?: Linter.RuleEntry<ImportNoExtraneousDependencies$1>;
4466
4466
  /**
4467
4467
  * Forbid import statements with CommonJS module.exports.
4468
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-import-module-exports.md
4468
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-import-module-exports.md
4469
4469
  */
4470
4470
  "import/no-import-module-exports"?: Linter.RuleEntry<ImportNoImportModuleExports$1>;
4471
4471
  /**
4472
4472
  * Forbid importing the submodules of other modules.
4473
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-internal-modules.md
4473
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-internal-modules.md
4474
4474
  */
4475
4475
  "import/no-internal-modules"?: Linter.RuleEntry<ImportNoInternalModules$1>;
4476
4476
  /**
4477
4477
  * Forbid the use of mutable exports with `var` or `let`.
4478
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-mutable-exports.md
4478
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-mutable-exports.md
4479
4479
  */
4480
4480
  "import/no-mutable-exports"?: Linter.RuleEntry<[]>;
4481
4481
  /**
4482
4482
  * Forbid use of exported name as identifier of default export.
4483
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-named-as-default.md
4483
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-named-as-default.md
4484
4484
  */
4485
4485
  "import/no-named-as-default"?: Linter.RuleEntry<[]>;
4486
4486
  /**
4487
4487
  * Forbid use of exported name as property of default export.
4488
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-named-as-default-member.md
4488
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-named-as-default-member.md
4489
4489
  */
4490
4490
  "import/no-named-as-default-member"?: Linter.RuleEntry<[]>;
4491
4491
  /**
4492
4492
  * Forbid named default exports.
4493
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-named-default.md
4493
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-named-default.md
4494
4494
  */
4495
4495
  "import/no-named-default"?: Linter.RuleEntry<[]>;
4496
4496
  /**
4497
4497
  * Forbid named exports.
4498
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-named-export.md
4498
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-named-export.md
4499
4499
  */
4500
4500
  "import/no-named-export"?: Linter.RuleEntry<[]>;
4501
4501
  /**
4502
4502
  * Forbid namespace (a.k.a. "wildcard" `*`) imports.
4503
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-namespace.md
4503
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-namespace.md
4504
4504
  */
4505
4505
  "import/no-namespace"?: Linter.RuleEntry<ImportNoNamespace$1>;
4506
4506
  /**
4507
4507
  * Forbid Node.js builtin modules.
4508
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-nodejs-modules.md
4508
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-nodejs-modules.md
4509
4509
  */
4510
4510
  "import/no-nodejs-modules"?: Linter.RuleEntry<ImportNoNodejsModules$1>;
4511
4511
  /**
4512
4512
  * Forbid importing packages through relative paths.
4513
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-relative-packages.md
4513
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-relative-packages.md
4514
4514
  */
4515
4515
  "import/no-relative-packages"?: Linter.RuleEntry<ImportNoRelativePackages$1>;
4516
4516
  /**
4517
4517
  * Forbid importing modules from parent directories.
4518
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-relative-parent-imports.md
4518
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-relative-parent-imports.md
4519
4519
  */
4520
4520
  "import/no-relative-parent-imports"?: Linter.RuleEntry<ImportNoRelativeParentImports$1>;
4521
4521
  /**
4522
4522
  * Forbid importing a default export by a different name.
4523
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-rename-default.md
4523
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-rename-default.md
4524
4524
  */
4525
4525
  "import/no-rename-default"?: Linter.RuleEntry<ImportNoRenameDefault$1>;
4526
4526
  /**
4527
4527
  * Enforce which files can be imported in a given folder.
4528
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-restricted-paths.md
4528
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-restricted-paths.md
4529
4529
  */
4530
4530
  "import/no-restricted-paths"?: Linter.RuleEntry<ImportNoRestrictedPaths$1>;
4531
4531
  /**
4532
4532
  * Forbid a module from importing itself.
4533
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-self-import.md
4533
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-self-import.md
4534
4534
  */
4535
4535
  "import/no-self-import"?: Linter.RuleEntry<[]>;
4536
4536
  /**
4537
4537
  * Forbid unassigned imports.
4538
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-unassigned-import.md
4538
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-unassigned-import.md
4539
4539
  */
4540
4540
  "import/no-unassigned-import"?: Linter.RuleEntry<ImportNoUnassignedImport$1>;
4541
4541
  /**
4542
4542
  * Ensure imports point to a file/module that can be resolved.
4543
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-unresolved.md
4543
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-unresolved.md
4544
4544
  */
4545
4545
  "import/no-unresolved"?: Linter.RuleEntry<ImportNoUnresolved$1>;
4546
4546
  /**
4547
4547
  * Forbid modules without exports, or exports without matching import in another module.
4548
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-unused-modules.md
4548
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-unused-modules.md
4549
4549
  */
4550
4550
  "import/no-unused-modules"?: Linter.RuleEntry<ImportNoUnusedModules$1>;
4551
4551
  /**
4552
4552
  * Forbid unnecessary path segments in import and require statements.
4553
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-useless-path-segments.md
4553
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-useless-path-segments.md
4554
4554
  */
4555
4555
  "import/no-useless-path-segments"?: Linter.RuleEntry<ImportNoUselessPathSegments$1>;
4556
4556
  /**
4557
4557
  * Forbid webpack loader syntax in imports.
4558
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-webpack-loader-syntax.md
4558
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-webpack-loader-syntax.md
4559
4559
  */
4560
4560
  "import/no-webpack-loader-syntax"?: Linter.RuleEntry<[]>;
4561
4561
  /**
4562
4562
  * Enforce a convention in module import order.
4563
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/order.md
4563
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/order.md
4564
4564
  */
4565
4565
  "import/order"?: Linter.RuleEntry<ImportOrder$1>;
4566
4566
  /**
4567
4567
  * Prefer a default export if module exports a single name or multiple names.
4568
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/prefer-default-export.md
4568
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/prefer-default-export.md
4569
4569
  */
4570
4570
  "import/prefer-default-export"?: Linter.RuleEntry<ImportPreferDefaultExport$1>;
4571
4571
  /**
4572
4572
  * Forbid potentially ambiguous parse goal (`script` vs. `module`).
4573
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/unambiguous.md
4573
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/unambiguous.md
4574
4574
  */
4575
4575
  "import/unambiguous"?: Linter.RuleEntry<[]>;
4576
4576
  }
@@ -15183,233 +15183,233 @@ interface TypescriptRuleOptions {
15183
15183
  >;
15184
15184
  /**
15185
15185
  * Enforce or ban the use of inline type-only markers for named imports.
15186
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/consistent-type-specifier-style.md
15186
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/consistent-type-specifier-style.md
15187
15187
  */
15188
15188
  "import/consistent-type-specifier-style"?: Linter.RuleEntry<ImportConsistentTypeSpecifierStyle>;
15189
15189
  /**
15190
15190
  * Ensure a default export is present, given a default import.
15191
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/default.md
15191
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/default.md
15192
15192
  */
15193
15193
  "import/default"?: Linter.RuleEntry<[]>;
15194
15194
  /**
15195
15195
  * Enforce a leading comment with the webpackChunkName for dynamic imports.
15196
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/dynamic-import-chunkname.md
15196
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/dynamic-import-chunkname.md
15197
15197
  */
15198
15198
  "import/dynamic-import-chunkname"?: Linter.RuleEntry<ImportDynamicImportChunkname>;
15199
15199
  /**
15200
15200
  * Forbid any invalid exports, i.e. re-export of the same name.
15201
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/export.md
15201
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/export.md
15202
15202
  */
15203
15203
  "import/export"?: Linter.RuleEntry<[]>;
15204
15204
  /**
15205
15205
  * Ensure all exports appear after other statements.
15206
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/exports-last.md
15206
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/exports-last.md
15207
15207
  */
15208
15208
  "import/exports-last"?: Linter.RuleEntry<[]>;
15209
15209
  /**
15210
15210
  * Ensure consistent use of file extension within the import path.
15211
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/extensions.md
15211
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/extensions.md
15212
15212
  */
15213
15213
  "import/extensions"?: Linter.RuleEntry<ImportExtensions>;
15214
15214
  /**
15215
15215
  * Ensure all imports appear before other statements.
15216
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/first.md
15216
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/first.md
15217
15217
  */
15218
15218
  "import/first"?: Linter.RuleEntry<ImportFirst>;
15219
15219
  /**
15220
15220
  * Prefer named exports to be grouped together in a single export declaration.
15221
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/group-exports.md
15221
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/group-exports.md
15222
15222
  */
15223
15223
  "import/group-exports"?: Linter.RuleEntry<[]>;
15224
15224
  /**
15225
15225
  * Replaced by `import-x/first`.
15226
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/imports-first.md
15226
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/imports-first.md
15227
15227
  * @deprecated
15228
15228
  */
15229
15229
  "import/imports-first"?: Linter.RuleEntry<ImportImportsFirst>;
15230
15230
  /**
15231
15231
  * Enforce the maximum number of dependencies a module can have.
15232
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/max-dependencies.md
15232
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/max-dependencies.md
15233
15233
  */
15234
15234
  "import/max-dependencies"?: Linter.RuleEntry<ImportMaxDependencies>;
15235
15235
  /**
15236
15236
  * Ensure named imports correspond to a named export in the remote file.
15237
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/named.md
15237
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/named.md
15238
15238
  */
15239
15239
  "import/named"?: Linter.RuleEntry<ImportNamed>;
15240
15240
  /**
15241
15241
  * Ensure imported namespaces contain dereferenced properties as they are dereferenced.
15242
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/namespace.md
15242
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/namespace.md
15243
15243
  */
15244
15244
  "import/namespace"?: Linter.RuleEntry<ImportNamespace>;
15245
15245
  /**
15246
15246
  * Enforce a newline after import statements.
15247
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/newline-after-import.md
15247
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/newline-after-import.md
15248
15248
  */
15249
15249
  "import/newline-after-import"?: Linter.RuleEntry<ImportNewlineAfterImport>;
15250
15250
  /**
15251
15251
  * Forbid import of modules using absolute paths.
15252
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-absolute-path.md
15252
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-absolute-path.md
15253
15253
  */
15254
15254
  "import/no-absolute-path"?: Linter.RuleEntry<ImportNoAbsolutePath>;
15255
15255
  /**
15256
15256
  * Forbid AMD `require` and `define` calls.
15257
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-amd.md
15257
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-amd.md
15258
15258
  */
15259
15259
  "import/no-amd"?: Linter.RuleEntry<[]>;
15260
15260
  /**
15261
15261
  * Forbid anonymous values as default exports.
15262
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-anonymous-default-export.md
15262
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-anonymous-default-export.md
15263
15263
  */
15264
15264
  "import/no-anonymous-default-export"?: Linter.RuleEntry<ImportNoAnonymousDefaultExport>;
15265
15265
  /**
15266
15266
  * Forbid CommonJS `require` calls and `module.exports` or `exports.*`.
15267
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-commonjs.md
15267
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-commonjs.md
15268
15268
  */
15269
15269
  "import/no-commonjs"?: Linter.RuleEntry<ImportNoCommonjs>;
15270
15270
  /**
15271
15271
  * Forbid a module from importing a module with a dependency path back to itself.
15272
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-cycle.md
15272
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-cycle.md
15273
15273
  */
15274
15274
  "import/no-cycle"?: Linter.RuleEntry<ImportNoCycle>;
15275
15275
  /**
15276
15276
  * Forbid default exports.
15277
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-default-export.md
15277
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-default-export.md
15278
15278
  */
15279
15279
  "import/no-default-export"?: Linter.RuleEntry<[]>;
15280
15280
  /**
15281
15281
  * Forbid imported names marked with `@deprecated` documentation tag.
15282
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-deprecated.md
15282
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-deprecated.md
15283
15283
  */
15284
15284
  "import/no-deprecated"?: Linter.RuleEntry<[]>;
15285
15285
  /**
15286
15286
  * Forbid repeated import of the same module in multiple places.
15287
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-duplicates.md
15287
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-duplicates.md
15288
15288
  */
15289
15289
  "import/no-duplicates"?: Linter.RuleEntry<ImportNoDuplicates>;
15290
15290
  /**
15291
15291
  * Forbid `require()` calls with expressions.
15292
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-dynamic-require.md
15292
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-dynamic-require.md
15293
15293
  */
15294
15294
  "import/no-dynamic-require"?: Linter.RuleEntry<ImportNoDynamicRequire>;
15295
15295
  /**
15296
15296
  * Forbid empty named import blocks.
15297
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-empty-named-blocks.md
15297
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-empty-named-blocks.md
15298
15298
  */
15299
15299
  "import/no-empty-named-blocks"?: Linter.RuleEntry<[]>;
15300
15300
  /**
15301
15301
  * Forbid the use of extraneous packages.
15302
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-extraneous-dependencies.md
15302
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-extraneous-dependencies.md
15303
15303
  */
15304
15304
  "import/no-extraneous-dependencies"?: Linter.RuleEntry<ImportNoExtraneousDependencies>;
15305
15305
  /**
15306
15306
  * Forbid import statements with CommonJS module.exports.
15307
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-import-module-exports.md
15307
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-import-module-exports.md
15308
15308
  */
15309
15309
  "import/no-import-module-exports"?: Linter.RuleEntry<ImportNoImportModuleExports>;
15310
15310
  /**
15311
15311
  * Forbid importing the submodules of other modules.
15312
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-internal-modules.md
15312
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-internal-modules.md
15313
15313
  */
15314
15314
  "import/no-internal-modules"?: Linter.RuleEntry<ImportNoInternalModules>;
15315
15315
  /**
15316
15316
  * Forbid the use of mutable exports with `var` or `let`.
15317
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-mutable-exports.md
15317
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-mutable-exports.md
15318
15318
  */
15319
15319
  "import/no-mutable-exports"?: Linter.RuleEntry<[]>;
15320
15320
  /**
15321
15321
  * Forbid use of exported name as identifier of default export.
15322
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-named-as-default.md
15322
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-named-as-default.md
15323
15323
  */
15324
15324
  "import/no-named-as-default"?: Linter.RuleEntry<[]>;
15325
15325
  /**
15326
15326
  * Forbid use of exported name as property of default export.
15327
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-named-as-default-member.md
15327
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-named-as-default-member.md
15328
15328
  */
15329
15329
  "import/no-named-as-default-member"?: Linter.RuleEntry<[]>;
15330
15330
  /**
15331
15331
  * Forbid named default exports.
15332
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-named-default.md
15332
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-named-default.md
15333
15333
  */
15334
15334
  "import/no-named-default"?: Linter.RuleEntry<[]>;
15335
15335
  /**
15336
15336
  * Forbid named exports.
15337
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-named-export.md
15337
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-named-export.md
15338
15338
  */
15339
15339
  "import/no-named-export"?: Linter.RuleEntry<[]>;
15340
15340
  /**
15341
15341
  * Forbid namespace (a.k.a. "wildcard" `*`) imports.
15342
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-namespace.md
15342
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-namespace.md
15343
15343
  */
15344
15344
  "import/no-namespace"?: Linter.RuleEntry<ImportNoNamespace>;
15345
15345
  /**
15346
15346
  * Forbid Node.js builtin modules.
15347
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-nodejs-modules.md
15347
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-nodejs-modules.md
15348
15348
  */
15349
15349
  "import/no-nodejs-modules"?: Linter.RuleEntry<ImportNoNodejsModules>;
15350
15350
  /**
15351
15351
  * Forbid importing packages through relative paths.
15352
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-relative-packages.md
15352
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-relative-packages.md
15353
15353
  */
15354
15354
  "import/no-relative-packages"?: Linter.RuleEntry<ImportNoRelativePackages>;
15355
15355
  /**
15356
15356
  * Forbid importing modules from parent directories.
15357
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-relative-parent-imports.md
15357
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-relative-parent-imports.md
15358
15358
  */
15359
15359
  "import/no-relative-parent-imports"?: Linter.RuleEntry<ImportNoRelativeParentImports>;
15360
15360
  /**
15361
15361
  * Forbid importing a default export by a different name.
15362
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-rename-default.md
15362
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-rename-default.md
15363
15363
  */
15364
15364
  "import/no-rename-default"?: Linter.RuleEntry<ImportNoRenameDefault>;
15365
15365
  /**
15366
15366
  * Enforce which files can be imported in a given folder.
15367
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-restricted-paths.md
15367
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-restricted-paths.md
15368
15368
  */
15369
15369
  "import/no-restricted-paths"?: Linter.RuleEntry<ImportNoRestrictedPaths>;
15370
15370
  /**
15371
15371
  * Forbid a module from importing itself.
15372
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-self-import.md
15372
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-self-import.md
15373
15373
  */
15374
15374
  "import/no-self-import"?: Linter.RuleEntry<[]>;
15375
15375
  /**
15376
15376
  * Forbid unassigned imports.
15377
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-unassigned-import.md
15377
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-unassigned-import.md
15378
15378
  */
15379
15379
  "import/no-unassigned-import"?: Linter.RuleEntry<ImportNoUnassignedImport>;
15380
15380
  /**
15381
15381
  * Ensure imports point to a file/module that can be resolved.
15382
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-unresolved.md
15382
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-unresolved.md
15383
15383
  */
15384
15384
  "import/no-unresolved"?: Linter.RuleEntry<ImportNoUnresolved>;
15385
15385
  /**
15386
15386
  * Forbid modules without exports, or exports without matching import in another module.
15387
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-unused-modules.md
15387
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-unused-modules.md
15388
15388
  */
15389
15389
  "import/no-unused-modules"?: Linter.RuleEntry<ImportNoUnusedModules>;
15390
15390
  /**
15391
15391
  * Forbid unnecessary path segments in import and require statements.
15392
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-useless-path-segments.md
15392
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-useless-path-segments.md
15393
15393
  */
15394
15394
  "import/no-useless-path-segments"?: Linter.RuleEntry<ImportNoUselessPathSegments>;
15395
15395
  /**
15396
15396
  * Forbid webpack loader syntax in imports.
15397
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/no-webpack-loader-syntax.md
15397
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/no-webpack-loader-syntax.md
15398
15398
  */
15399
15399
  "import/no-webpack-loader-syntax"?: Linter.RuleEntry<[]>;
15400
15400
  /**
15401
15401
  * Enforce a convention in module import order.
15402
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/order.md
15402
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/order.md
15403
15403
  */
15404
15404
  "import/order"?: Linter.RuleEntry<ImportOrder>;
15405
15405
  /**
15406
15406
  * Prefer a default export if module exports a single name or multiple names.
15407
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/prefer-default-export.md
15407
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/prefer-default-export.md
15408
15408
  */
15409
15409
  "import/prefer-default-export"?: Linter.RuleEntry<ImportPreferDefaultExport>;
15410
15410
  /**
15411
15411
  * Forbid potentially ambiguous parse goal (`script` vs. `module`).
15412
- * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.2.1/docs/rules/unambiguous.md
15412
+ * @see https://github.com/un-ts/eslint-plugin-import-x/blob/v4.3.0/docs/rules/unambiguous.md
15413
15413
  */
15414
15414
  "import/unambiguous"?: Linter.RuleEntry<[]>;
15415
15415
  }
@@ -20934,6 +20934,10 @@ type TypedFlatConfigItem = Omit<Linter.Config<Linter.RulesRecord & Rules>, "plug
20934
20934
  [key: string]: Linter.RuleEntry;
20935
20935
  } & Rules;
20936
20936
  };
20937
+ type RuleName = keyof Rules;
20938
+ type TypedFlatConfigItemWithId = TypedFlatConfigItem & {
20939
+ name: string;
20940
+ };
20937
20941
  type OptionsCommon = {
20938
20942
  debug?: boolean;
20939
20943
  /**
@@ -20958,7 +20962,7 @@ type OptionsComponentExts = {
20958
20962
  */
20959
20963
  componentExts?: string[];
20960
20964
  };
20961
- type PromiseFlatConfigItem = Promise<TypedFlatConfigItem[]>;
20965
+ type PromiseFlatConfigItem = Promise<TypedFlatConfigItemWithId[]>;
20962
20966
  type EslintConfigFn<T = undefined> = (options?: T) => PromiseFlatConfigItem;
20963
20967
  type OptionsFiles = {
20964
20968
  /**
@@ -21167,6 +21171,12 @@ type RenamePefix<T extends Record<string, unknown>, FromPref extends string, ToP
21167
21171
  [K in keyof T as K extends `${FromPref}${infer Rest}` ? `${ToPref}${Rest}` : K]: T[K];
21168
21172
  };
21169
21173
 
21174
+ /**
21175
+ * CONSTANTS LISTS AND REFERENCES OH MY!
21176
+ */
21177
+
21178
+ declare const SLOW_RULES: RuleName[];
21179
+
21170
21180
  /**
21171
21181
  * Construct an array of ESLint flat config items.
21172
21182
  */
@@ -22190,4 +22200,4 @@ declare function isInEditor(): boolean;
22190
22200
  */
22191
22201
  declare function uniqueStrings(...strings: (string | string[])[]): string[];
22192
22202
 
22193
- export { type Awaitable, type EslintConfigFn, GLOB_ALL_SRC, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_JS_SRC_EXT, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSCONFIG, GLOB_TSX, GLOB_YAML, type LanguageOptions, type OptionsCommon, type OptionsComponentExts, type OptionsConfig, type OptionsFiles, type OptionsHasTypeScript, type OptionsIsInEditor, type OptionsOverrides, type OptionsPrefix, type OptionsReact, type OptionsStylistic, type OptionsTypeScriptParserOptions, type OptionsTypeScriptWithTypes, type OptionsTypescript, type PromiseFlatConfigItem, type RenamePefix, type Rules, type StylisticConfig, type TailwindEslintSettings, type TailwindOptions, type TypedFlatConfigItem, combine, combineAsync, jsse as default, importJsoncLibs, importParserJsonc, importPluginJsdoc, importPluginJsonc, importPluginMarkdown, importPluginReact, importPluginReactHooks, importPluginReactRefresh, importPluginStylistic, importPluginTailwind, importPluginTsdoc, importReactPlugins, importYmlLibs, interopDefault, isCI, isInEditor, jsse, jsseReact, jssestd, renameRules, uniqueStrings };
22203
+ export { type Awaitable, type EslintConfigFn, GLOB_ALL_SRC, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_JS_SRC_EXT, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSCONFIG, GLOB_TSX, GLOB_YAML, type LanguageOptions, type OptionsCommon, type OptionsComponentExts, type OptionsConfig, type OptionsFiles, type OptionsHasTypeScript, type OptionsIsInEditor, type OptionsOverrides, type OptionsPrefix, type OptionsReact, type OptionsStylistic, type OptionsTypeScriptParserOptions, type OptionsTypeScriptWithTypes, type OptionsTypescript, type PromiseFlatConfigItem, type RenamePefix, type RuleName, type Rules, SLOW_RULES, type StylisticConfig, type TailwindEslintSettings, type TailwindOptions, type TypedFlatConfigItem, type TypedFlatConfigItemWithId, combine, combineAsync, jsse as default, importJsoncLibs, importParserJsonc, importPluginJsdoc, importPluginJsonc, importPluginMarkdown, importPluginReact, importPluginReactHooks, importPluginReactRefresh, importPluginStylistic, importPluginTailwind, importPluginTsdoc, importReactPlugins, importYmlLibs, interopDefault, isCI, isInEditor, jsse, jsseReact, jssestd, renameRules, uniqueStrings };