@codeperfect/eslint-config 1.8.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/README.md +20 -29
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/bootstrap/index.js +1 -0
  4. package/dist/codeperfect-eslint-config-1.0.0.tgz +0 -0
  5. package/dist/domain/config-composition.js +0 -1
  6. package/dist/domain/index.js +0 -1
  7. package/dist/domain/module-taxonomy.js +0 -1
  8. package/dist/domain/types.js +0 -1
  9. package/dist/index.js +1 -2
  10. package/dist/infrastructure/architecture/boundaries.js +41 -116
  11. package/dist/infrastructure/architecture/import-x.js +7 -19
  12. package/dist/infrastructure/architecture/index.js +0 -1
  13. package/dist/infrastructure/config-factory.js +7 -6
  14. package/dist/infrastructure/configs/index.js +0 -1
  15. package/dist/infrastructure/core/codeperfect.js +0 -1
  16. package/dist/infrastructure/core/eslint.js +8 -3
  17. package/dist/infrastructure/core/index.js +0 -1
  18. package/dist/infrastructure/core/resolver.js +0 -1
  19. package/dist/infrastructure/core/typescript.js +4 -1
  20. package/dist/infrastructure/diagnostics.js +7 -23
  21. package/dist/infrastructure/docs/comments.js +0 -1
  22. package/dist/infrastructure/docs/index.js +0 -1
  23. package/dist/infrastructure/docs/jsdoc-config.js +0 -1
  24. package/dist/infrastructure/docs/jsdoc.js +0 -1
  25. package/dist/infrastructure/index.js +0 -1
  26. package/dist/infrastructure/plugin-loaders.js +3 -3
  27. package/dist/infrastructure/plugin-state.js +0 -1
  28. package/dist/infrastructure/runtime/angular-eslint.js +0 -1
  29. package/dist/infrastructure/runtime/index.js +0 -1
  30. package/dist/infrastructure/rxjs-x.js +0 -1
  31. package/dist/infrastructure/style/index.js +0 -1
  32. package/dist/infrastructure/style/perfectionist.js +0 -1
  33. package/dist/infrastructure/style/prettier.js +0 -1
  34. package/dist/infrastructure/style/stylistic.js +0 -1
  35. package/dist/infrastructure/style/unicorn.js +0 -1
  36. package/dist/infrastructure/testing/index.js +0 -1
  37. package/dist/infrastructure/testing/jasmine.js +0 -1
  38. package/dist/infrastructure/testing/jest.js +0 -1
  39. package/dist/infrastructure/testing/playwright.js +0 -1
  40. package/dist/infrastructure/testing/vitest-e2e.js +0 -1
  41. package/dist/infrastructure/testing/vitest.js +0 -1
  42. package/dist/infrastructure/utilities.js +2 -89
  43. package/package.json +12 -12
  44. package/dist/domain/config-composition.d.ts +0 -8
  45. package/dist/domain/config-composition.d.ts.map +0 -1
  46. package/dist/domain/index.d.ts +0 -4
  47. package/dist/domain/index.d.ts.map +0 -1
  48. package/dist/domain/module-taxonomy.d.ts +0 -72
  49. package/dist/domain/module-taxonomy.d.ts.map +0 -1
  50. package/dist/domain/types.d.ts +0 -68
  51. package/dist/domain/types.d.ts.map +0 -1
  52. package/dist/index.d.ts +0 -3
  53. package/dist/index.d.ts.map +0 -1
  54. package/dist/infrastructure/architecture/boundaries.d.ts +0 -22
  55. package/dist/infrastructure/architecture/boundaries.d.ts.map +0 -1
  56. package/dist/infrastructure/architecture/import-x.d.ts +0 -12
  57. package/dist/infrastructure/architecture/import-x.d.ts.map +0 -1
  58. package/dist/infrastructure/architecture/index.d.ts +0 -3
  59. package/dist/infrastructure/architecture/index.d.ts.map +0 -1
  60. package/dist/infrastructure/config-factory.d.ts +0 -14
  61. package/dist/infrastructure/config-factory.d.ts.map +0 -1
  62. package/dist/infrastructure/configs/index.d.ts +0 -8
  63. package/dist/infrastructure/configs/index.d.ts.map +0 -1
  64. package/dist/infrastructure/core/codeperfect.d.ts +0 -11
  65. package/dist/infrastructure/core/codeperfect.d.ts.map +0 -1
  66. package/dist/infrastructure/core/eslint.d.ts +0 -12
  67. package/dist/infrastructure/core/eslint.d.ts.map +0 -1
  68. package/dist/infrastructure/core/index.d.ts +0 -5
  69. package/dist/infrastructure/core/index.d.ts.map +0 -1
  70. package/dist/infrastructure/core/resolver.d.ts +0 -11
  71. package/dist/infrastructure/core/resolver.d.ts.map +0 -1
  72. package/dist/infrastructure/core/typescript.d.ts +0 -11
  73. package/dist/infrastructure/core/typescript.d.ts.map +0 -1
  74. package/dist/infrastructure/diagnostics.d.ts +0 -53
  75. package/dist/infrastructure/diagnostics.d.ts.map +0 -1
  76. package/dist/infrastructure/docs/comments.d.ts +0 -11
  77. package/dist/infrastructure/docs/comments.d.ts.map +0 -1
  78. package/dist/infrastructure/docs/index.d.ts +0 -3
  79. package/dist/infrastructure/docs/index.d.ts.map +0 -1
  80. package/dist/infrastructure/docs/jsdoc-config.d.ts +0 -14
  81. package/dist/infrastructure/docs/jsdoc-config.d.ts.map +0 -1
  82. package/dist/infrastructure/docs/jsdoc.d.ts +0 -12
  83. package/dist/infrastructure/docs/jsdoc.d.ts.map +0 -1
  84. package/dist/infrastructure/index.d.ts +0 -5
  85. package/dist/infrastructure/index.d.ts.map +0 -1
  86. package/dist/infrastructure/plugin-loaders.d.ts +0 -125
  87. package/dist/infrastructure/plugin-loaders.d.ts.map +0 -1
  88. package/dist/infrastructure/plugin-state.d.ts +0 -26
  89. package/dist/infrastructure/plugin-state.d.ts.map +0 -1
  90. package/dist/infrastructure/runtime/angular-eslint.d.ts +0 -12
  91. package/dist/infrastructure/runtime/angular-eslint.d.ts.map +0 -1
  92. package/dist/infrastructure/runtime/index.d.ts +0 -2
  93. package/dist/infrastructure/runtime/index.d.ts.map +0 -1
  94. package/dist/infrastructure/rxjs-x.d.ts +0 -11
  95. package/dist/infrastructure/rxjs-x.d.ts.map +0 -1
  96. package/dist/infrastructure/style/index.d.ts +0 -5
  97. package/dist/infrastructure/style/index.d.ts.map +0 -1
  98. package/dist/infrastructure/style/perfectionist.d.ts +0 -11
  99. package/dist/infrastructure/style/perfectionist.d.ts.map +0 -1
  100. package/dist/infrastructure/style/prettier.d.ts +0 -11
  101. package/dist/infrastructure/style/prettier.d.ts.map +0 -1
  102. package/dist/infrastructure/style/stylistic.d.ts +0 -11
  103. package/dist/infrastructure/style/stylistic.d.ts.map +0 -1
  104. package/dist/infrastructure/style/unicorn.d.ts +0 -11
  105. package/dist/infrastructure/style/unicorn.d.ts.map +0 -1
  106. package/dist/infrastructure/testing/index.d.ts +0 -6
  107. package/dist/infrastructure/testing/index.d.ts.map +0 -1
  108. package/dist/infrastructure/testing/jasmine.d.ts +0 -11
  109. package/dist/infrastructure/testing/jasmine.d.ts.map +0 -1
  110. package/dist/infrastructure/testing/jest.d.ts +0 -11
  111. package/dist/infrastructure/testing/jest.d.ts.map +0 -1
  112. package/dist/infrastructure/testing/playwright.d.ts +0 -12
  113. package/dist/infrastructure/testing/playwright.d.ts.map +0 -1
  114. package/dist/infrastructure/testing/vitest-e2e.d.ts +0 -11
  115. package/dist/infrastructure/testing/vitest-e2e.d.ts.map +0 -1
  116. package/dist/infrastructure/testing/vitest.d.ts +0 -11
  117. package/dist/infrastructure/testing/vitest.d.ts.map +0 -1
  118. package/dist/infrastructure/utilities.d.ts +0 -41
  119. package/dist/infrastructure/utilities.d.ts.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/domain/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AACrC,OAAO,KAAK,EACV,uBAAuB,EACvB,kBAAkB,EACnB,MAAM,0BAA0B,CAAC;AAElC,qCAAqC;AACrC,KAAK,sBAAsB,GAAG,YAAY,GAAG,UAAU,CAAC;AAExD,qCAAqC;AACrC,UAAU,gBAAgB;IACxB,oEAAoE;IACpE,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAE9B,2EAA2E;IAC3E,YAAY,CAAC,EAAE,+BAA+B,CAAC;IAE/C,0EAA0E;IAC1E,MAAM,CAAC,EAAE,yBAAyB,CAAC;IAEnC,iEAAiE;IACjE,KAAK,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAE1B,mFAAmF;IACnF,OAAO,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;CAC7B;AAED,gEAAgE;AAChE,UAAU,yBAAyB;IACjC,gFAAgF;IAChF,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAE9B;;;OAGG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC,6BAA6B,EAAE,OAAO,CAAC,CAAC;IAE5D,2DAA2D;IAC3D,KAAK,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAE1B,mEAAmE;IACnE,OAAO,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;CAC7B;AAED,oEAAoE;AACpE,KAAK,6BAA6B,GAAG,uBAAuB,CAAC;AAE7D,8EAA8E;AAC9E,KAAK,+BAA+B,GAAG;IACrC,MAAM,CAAC,YAAY;IACnB,6BAA6B;CAC9B,CAAC;AAEF,qCAAqC;AACrC,UAAU,aAAa;IACrB,gFAAgF;IAChF,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAE9B,mEAAmE;IACnE,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAE/B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC,WAAW,CAAC;CAC5B;AAED,qCAAqC;AACrC,KAAK,cAAc,GAAG,aAAa,GAAG,QAAQ,GAAG,UAAU,GAAG,YAAY,CAAC;AAE3E,qCAAqC;AACrC,KAAK,uBAAuB,GAAG,UAAU,GAAG,OAAO,CAAC;AAEpD,qCAAqC;AACrC,KAAK,gBAAgB,GAAG,QAAQ,CAAC;AAEjC,qCAAqC;AACrC,KAAK,UAAU,GACX,sBAAsB,GACtB,cAAc,GACd,uBAAuB,GACvB,gBAAgB,GAChB,iBAAiB,GACjB,eAAe,GACf,iBAAiB,CAAC;AAEtB,2DAA2D;AAC3D,KAAK,oBAAoB,GAAG,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC;AAEjE,qCAAqC;AACrC,KAAK,iBAAiB,GAAG,gBAAgB,CAAC;AAC1C,qCAAqC;AACrC,KAAK,eAAe,GAAG,eAAe,GAAG,UAAU,GAAG,WAAW,GAAG,SAAS,CAAC;AAE9E,qCAAqC;AACrC,KAAK,iBAAiB,GAClB,SAAS,GACT,MAAM,GACN,YAAY,GACZ,QAAQ,GACR,YAAY,CAAC;AAEjB,YAAY,EACV,gBAAgB,EAChB,yBAAyB,EACzB,6BAA6B,EAC7B,+BAA+B,EAC/B,aAAa,EACb,UAAU,EACV,oBAAoB,GACrB,CAAC"}
package/dist/index.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export { config, defaultBoundariesConfig } from "./infrastructure/index.js";
2
- export type { BoundariesConfig, ConfigOptions, PluginStateOverrides, } from "./infrastructure/index.js";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AACnE,YAAY,EACV,gBAAgB,EAChB,aAAa,EACb,oBAAoB,GACrB,MAAM,kBAAkB,CAAC"}
@@ -1,22 +0,0 @@
1
- import type { Linter } from "eslint";
2
- import type { BoundariesConfig } from "../../domain/index.js";
3
- /** Resolved boundaries config used internally after defaults are applied. */
4
- type ResolvedBoundariesConfig = Omit<Required<BoundariesConfig>, "extend">;
5
- /** Repository default boundaries topology aligned with Clean Architecture. */
6
- declare const defaultBoundariesConfig: ResolvedBoundariesConfig;
7
- /**
8
- * Load boundaries plugin configuration using the default Clean Architecture
9
- * topology, with optional per-field overrides and additive extensions.
10
- * @param config Input config value.
11
- * @returns Return value output.
12
- * @example
13
- * ```typescript
14
- * const configs = boundaries({
15
- * extend: { ignores: ["fixtures/example.ts"] },
16
- * files: ["packages/example/src/index.ts"],
17
- * });
18
- * ```
19
- */
20
- declare function boundaries(config?: BoundariesConfig): Linter.Config[];
21
- export { boundaries, defaultBoundariesConfig };
22
- //# sourceMappingURL=boundaries.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"boundaries.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/architecture/boundaries.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAUrC,OAAO,KAAK,EACV,gBAAgB,EAGjB,MAAM,cAAc,CAAC;AAEtB,6EAA6E;AAC7E,KAAK,wBAAwB,GAAG,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC,EAAE,QAAQ,CAAC,CAAC;AAmD3E,8EAA8E;AAC9E,QAAA,MAAM,uBAAuB,EAAE,wBAK9B,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,iBAAS,UAAU,CAAC,MAAM,GAAE,gBAAqB,GAAG,MAAM,CAAC,MAAM,EAAE,CAsBlE;AAmJD,OAAO,EAAE,UAAU,EAAE,uBAAuB,EAAE,CAAC"}
@@ -1,12 +0,0 @@
1
- import type { Linter } from "eslint";
2
- /**
3
- * Loads the import-x plugin configuration.
4
- * @returns Return value output.
5
- * @example
6
- * ```typescript
7
- * await importX();
8
- * ```
9
- */
10
- declare function importX(): Promise<Linter.Config[]>;
11
- export { importX };
12
- //# sourceMappingURL=import-x.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"import-x.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/architecture/import-x.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAoDrC;;;;;;;GAOG;AACH,iBAAe,OAAO,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAyCjD;AAED,OAAO,EAAE,OAAO,EAAE,CAAC"}
@@ -1,3 +0,0 @@
1
- export { boundaries, defaultBoundariesConfig } from "./boundaries.js";
2
- export { importX } from "./import-x.js";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/architecture/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC"}
@@ -1,14 +0,0 @@
1
- import type { Linter } from "eslint";
2
- import type { ConfigOptions } from "../domain/index.js";
3
- /**
4
- * Creates the ESLint configuration with optional plugin and rule customization.
5
- * @param options Input options value.
6
- * @returns Return value output.
7
- * @example
8
- * ```typescript
9
- * config();
10
- * ```
11
- */
12
- declare function config(options?: ConfigOptions): Promise<Linter.Config[]>;
13
- export { config };
14
- //# sourceMappingURL=config-factory.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"config-factory.d.ts","sourceRoot":"","sources":["../../src/infrastructure/config-factory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIrC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAsC/C;;;;;;;;GAQG;AACH,iBAAe,MAAM,CAAC,OAAO,GAAE,aAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAc3E;AAED,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -1,8 +0,0 @@
1
- export { boundaries, importX } from "../architecture/index.js";
2
- export { codeperfect, eslint, resolver, typescript } from "../core/index.js";
3
- export { comments, jsdoc } from "../docs/index.js";
4
- export { angularEslint } from "../runtime/index.js";
5
- export { rxjsX } from "../rxjs-x.js";
6
- export { perfectionist, prettier, stylistic, unicorn } from "../style/index.js";
7
- export { jasmine, jest, playwright, vitest, vitestE2e } from "../testing/index.js";
8
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/configs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACpE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACvE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC"}
@@ -1,11 +0,0 @@
1
- import type { Linter } from "eslint";
2
- /**
3
- * Load the upstream CodePerfect ESLint configuration.
4
- * @returns The upstream CodePerfect config array.
5
- * @example
6
- * ```typescript
7
- * const configs = await codeperfect();
8
- * ```
9
- */
10
- export declare function codeperfect(): Promise<Linter.Config[]>;
11
- //# sourceMappingURL=codeperfect.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"codeperfect.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/core/codeperfect.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIrC;;;;;;;GAOG;AACH,wBAAsB,WAAW,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAI5D"}
@@ -1,12 +0,0 @@
1
- import type { Linter } from "eslint";
2
- /**
3
- * Assemble base configuration combining the official eslint-js recommendations with
4
- * project-specific overrides and linter options.
5
- * @returns Base ESLint config array.
6
- * @example
7
- * ```typescript
8
- * const base = eslint();
9
- * ```
10
- */
11
- export declare function eslint(): Linter.Config[];
12
- //# sourceMappingURL=eslint.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"eslint.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/core/eslint.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAKrC;;;;;;;;GAQG;AACH,wBAAgB,MAAM,IAAI,MAAM,CAAC,MAAM,EAAE,CAcxC"}
@@ -1,5 +0,0 @@
1
- export { codeperfect } from "./codeperfect.js";
2
- export { eslint } from "./eslint.js";
3
- export { resolver } from "./resolver.js";
4
- export { typescript } from "./typescript.js";
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/core/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"}
@@ -1,11 +0,0 @@
1
- import type { Linter } from "eslint";
2
- /**
3
- * Return resolver settings configured for TypeScript imports.
4
- * @returns Return value output.
5
- * @example
6
- * ```typescript
7
- * await resolver();
8
- * ```
9
- */
10
- export declare function resolver(): Promise<Linter.Config[]>;
11
- //# sourceMappingURL=resolver.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resolver.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/core/resolver.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIrC;;;;;;;GAOG;AACH,wBAAsB,QAAQ,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAkBzD"}
@@ -1,11 +0,0 @@
1
- import type { Linter } from "eslint";
2
- /**
3
- * Build and return TypeScript-specific ESLint configs and rule adjustments.
4
- * @returns The TypeScript ESLint config array.
5
- * @example
6
- * ```typescript
7
- * const typescriptConfigs = await typescript();
8
- * ```
9
- */
10
- export declare function typescript(): Promise<Linter.Config[]>;
11
- //# sourceMappingURL=typescript.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"typescript.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/core/typescript.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIrC;;;;;;;GAOG;AACH,wBAAsB,UAAU,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAW3D"}
@@ -1,53 +0,0 @@
1
- import type { PluginName } from "../domain/index.js";
2
- import type { LoadMode } from "./utilities.js";
3
- /**
4
- * Checks whether an error represents a missing runtime module.
5
- * @param error Input error value.
6
- * @returns Return value output.
7
- * @example
8
- * ```typescript
9
- * const missing = isMissingModuleError(new Error("Cannot find module 'x'"));
10
- * ```
11
- */
12
- declare function isMissingModuleError(error: unknown): boolean;
13
- /**
14
- * Reports that repository-owned boundaries input is missing.
15
- * @example
16
- * ```typescript
17
- * reportMissingBoundariesConfig();
18
- * ```
19
- */
20
- declare function reportMissingBoundariesConfig(): void;
21
- /**
22
- * Reports a plugin loading issue using runtime-aware messaging.
23
- * @param pluginName Input pluginName value.
24
- * @param error Input error value.
25
- * @param mode Specifies whether loader failures are fatal or skippable.
26
- * @example
27
- * ```typescript
28
- * reportPluginLoadIssue("vitest", new Error("Cannot find module"), "optional");
29
- * ```
30
- */
31
- declare function reportPluginLoadIssue(pluginName: PluginName, error: unknown, mode: LoadMode): void;
32
- /**
33
- * Reports that a plugin-state override is redundant with the default state.
34
- * @param pluginName Input pluginName value.
35
- * @param enabled Input enabled value.
36
- * @example
37
- * ```typescript
38
- * reportRedundantPluginState("jest", false);
39
- * ```
40
- */
41
- declare function reportRedundantPluginState(pluginName: PluginName, enabled: boolean): void;
42
- /**
43
- * Reports a skipped rule override when the target plugin is unavailable.
44
- * @param ruleName Input ruleName value.
45
- * @param pluginName Input pluginName value.
46
- * @example
47
- * ```typescript
48
- * reportRuleOverrideSkip("vitest/no-focused-tests", "vitest");
49
- * ```
50
- */
51
- declare function reportRuleOverrideSkip(ruleName: string, pluginName: string): void;
52
- export { isMissingModuleError, reportMissingBoundariesConfig, reportPluginLoadIssue, reportRedundantPluginState, reportRuleOverrideSkip, };
53
- //# sourceMappingURL=diagnostics.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"diagnostics.d.ts","sourceRoot":"","sources":["../../src/infrastructure/diagnostics.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAe5C;;;;;;;;GAQG;AACH,iBAAS,oBAAoB,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO,CAErD;AAED;;;;;;GAMG;AACH,iBAAS,6BAA6B,IAAI,IAAI,CAK7C;AAED;;;;;;;;;GASG;AACH,iBAAS,qBAAqB,CAC5B,UAAU,EAAE,UAAU,EACtB,KAAK,EAAE,OAAO,EACd,IAAI,EAAE,QAAQ,GACb,IAAI,CAaN;AAED;;;;;;;;GAQG;AACH,iBAAS,0BAA0B,CACjC,UAAU,EAAE,UAAU,EACtB,OAAO,EAAE,OAAO,GACf,IAAI,CAMN;AAED;;;;;;;;GAQG;AACH,iBAAS,sBAAsB,CAAC,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI,CAK1E;AAED,OAAO,EACL,oBAAoB,EACpB,6BAA6B,EAC7B,qBAAqB,EACrB,0BAA0B,EAC1B,sBAAsB,GACvB,CAAC"}
@@ -1,11 +0,0 @@
1
- import type { Linter } from "eslint";
2
- /**
3
- * Resolve and return plugin configuration for eslint-comments when available.
4
- * @returns Return value output.
5
- * @example
6
- * ```typescript
7
- * await comments();
8
- * ```
9
- */
10
- export declare function comments(): Promise<Linter.Config[]>;
11
- //# sourceMappingURL=comments.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"comments.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/docs/comments.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIrC;;;;;;;GAOG;AACH,wBAAsB,QAAQ,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CA0BzD"}
@@ -1,3 +0,0 @@
1
- export { comments } from "./comments.js";
2
- export { jsdoc } from "./jsdoc.js";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/docs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC"}
@@ -1,14 +0,0 @@
1
- import type { Linter } from "eslint";
2
- /**
3
- * Build the repo's final JSDoc configs from an upstream plugin shape.
4
- * @param configs Upstream JSDoc config map.
5
- * @param rules Upstream JSDoc rules map.
6
- * @returns The final ESLint config array.
7
- * @example
8
- * ```typescript
9
- * console.log(createJsdocConfigs({}, {}).length);
10
- * ```
11
- */
12
- declare function createJsdocConfigs(configs: Record<string, unknown>, rules: Record<string, unknown> | undefined): Linter.Config[];
13
- export { createJsdocConfigs };
14
- //# sourceMappingURL=jsdoc-config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jsdoc-config.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/docs/jsdoc-config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAmIrC;;;;;;;;;GASG;AACH,iBAAS,kBAAkB,CACzB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAChC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,GACzC,MAAM,CAAC,MAAM,EAAE,CAMjB;AAED,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
@@ -1,12 +0,0 @@
1
- import type { Linter } from "eslint";
2
- /**
3
- * Build the jsdoc plugin configuration and any overrides needed by this project.
4
- * @returns Return value output.
5
- * @example
6
- * ```typescript
7
- * console.log(await jsdoc());
8
- * ```
9
- */
10
- declare function jsdoc(): Promise<Linter.Config[]>;
11
- export { jsdoc };
12
- //# sourceMappingURL=jsdoc.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jsdoc.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/docs/jsdoc.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIrC;;;;;;;GAOG;AACH,iBAAe,KAAK,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAI/C;AAED,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -1,5 +0,0 @@
1
- export type { BoundariesConfig, BoundariesConfigExtension, BoundariesElementTypesOptions, BoundariesElementTypesRuleEntry, ConfigOptions, PluginName, PluginStateOverrides, } from "../domain/index.js";
2
- export { boundaries, defaultBoundariesConfig, importX } from "./architecture/index.js";
3
- export { config } from "./config-factory.js";
4
- export { codeperfect, comments, eslint, jasmine, jest, jsdoc, perfectionist, playwright, prettier, resolver, rxjsX, stylistic, typescript, unicorn, vitest, vitestE2e, } from "./configs/index.js";
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/infrastructure/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,gBAAgB,EAChB,yBAAyB,EACzB,6BAA6B,EAC7B,+BAA+B,EAC/B,aAAa,EACb,UAAU,EACV,oBAAoB,GACrB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,UAAU,EAAE,uBAAuB,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAC9E,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EACL,WAAW,EACX,QAAQ,EACR,MAAM,EACN,OAAO,EACP,IAAI,EACJ,KAAK,EACL,aAAa,EACb,UAAU,EACV,QAAQ,EACR,QAAQ,EACR,KAAK,EACL,SAAS,EACT,UAAU,EACV,OAAO,EACP,MAAM,EACN,SAAS,GACV,MAAM,WAAW,CAAC"}
@@ -1,125 +0,0 @@
1
- import type { Linter } from "eslint";
2
- import type { ConfigOptions, PluginName } from "../domain/index.js";
3
- import type { LoadMode } from "./utilities.js";
4
- /** Loader function for a single config module. */
5
- type ConfigLoader = () => Linter.Config[] | Promise<Linter.Config[]>;
6
- /** Entry describing a single config loader in the final composition order. */
7
- interface PluginLoaderEntry {
8
- /** Loader factory for the module. */
9
- loader: (options: ConfigOptions) => ConfigLoader;
10
- /** Runtime loading mode for the module. */
11
- mode: LoadMode;
12
- /** Public module name used in config options and diagnostics. */
13
- pluginName: PluginName;
14
- }
15
- /**
16
- * Creates the boundaries loader factory for repository-owned architecture input.
17
- * @param options Input options value.
18
- * @returns Return value output.
19
- * @example
20
- * ```typescript
21
- * const factory = createBoundariesLoaderFactory({});
22
- * ```
23
- */
24
- declare function createBoundariesLoaderFactory(options: ConfigOptions): ConfigLoader;
25
- /** Documented config loader registry keyed by public module name. */
26
- declare const pluginLoaders: {
27
- "angular-eslint": {
28
- loader: (options: ConfigOptions) => ConfigLoader;
29
- mode: "optional";
30
- pluginName: "angular-eslint";
31
- };
32
- boundaries: {
33
- loader: typeof createBoundariesLoaderFactory;
34
- mode: "optional";
35
- pluginName: "boundaries";
36
- };
37
- codeperfect: {
38
- loader: (options: ConfigOptions) => ConfigLoader;
39
- mode: "required";
40
- pluginName: "codeperfect";
41
- };
42
- comments: {
43
- loader: (options: ConfigOptions) => ConfigLoader;
44
- mode: "optional";
45
- pluginName: "comments";
46
- };
47
- eslint: {
48
- loader: (options: ConfigOptions) => ConfigLoader;
49
- mode: "required";
50
- pluginName: "eslint";
51
- };
52
- "import-x": {
53
- loader: (options: ConfigOptions) => ConfigLoader;
54
- mode: "optional";
55
- pluginName: "import-x";
56
- };
57
- jasmine: {
58
- loader: (options: ConfigOptions) => ConfigLoader;
59
- mode: "optional";
60
- pluginName: "jasmine";
61
- };
62
- jest: {
63
- loader: (options: ConfigOptions) => ConfigLoader;
64
- mode: "optional";
65
- pluginName: "jest";
66
- };
67
- jsdoc: {
68
- loader: (options: ConfigOptions) => ConfigLoader;
69
- mode: "optional";
70
- pluginName: "jsdoc";
71
- };
72
- perfectionist: {
73
- loader: (options: ConfigOptions) => ConfigLoader;
74
- mode: "optional";
75
- pluginName: "perfectionist";
76
- };
77
- playwright: {
78
- loader: (options: ConfigOptions) => ConfigLoader;
79
- mode: "optional";
80
- pluginName: "playwright";
81
- };
82
- prettier: {
83
- loader: (options: ConfigOptions) => ConfigLoader;
84
- mode: "optional";
85
- pluginName: "prettier";
86
- };
87
- resolver: {
88
- loader: (options: ConfigOptions) => ConfigLoader;
89
- mode: "optional";
90
- pluginName: "resolver";
91
- };
92
- "rxjs-x": {
93
- loader: (options: ConfigOptions) => ConfigLoader;
94
- mode: "optional";
95
- pluginName: "rxjs-x";
96
- };
97
- stylistic: {
98
- loader: (options: ConfigOptions) => ConfigLoader;
99
- mode: "optional";
100
- pluginName: "stylistic";
101
- };
102
- typescript: {
103
- loader: (options: ConfigOptions) => ConfigLoader;
104
- mode: "required";
105
- pluginName: "typescript";
106
- };
107
- unicorn: {
108
- loader: (options: ConfigOptions) => ConfigLoader;
109
- mode: "optional";
110
- pluginName: "unicorn";
111
- };
112
- vitest: {
113
- loader: (options: ConfigOptions) => ConfigLoader;
114
- mode: "optional";
115
- pluginName: "vitest";
116
- };
117
- "vitest-e2e": {
118
- loader: (options: ConfigOptions) => ConfigLoader;
119
- mode: "optional";
120
- pluginName: "vitest-e2e";
121
- };
122
- };
123
- export { pluginLoaders };
124
- export type { ConfigLoader, PluginLoaderEntry };
125
- //# sourceMappingURL=plugin-loaders.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-loaders.d.ts","sourceRoot":"","sources":["../../src/infrastructure/plugin-loaders.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAErC,OAAO,KAAK,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAC3D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAwB5C,kDAAkD;AAClD,KAAK,YAAY,GAAG,MAAM,MAAM,CAAC,MAAM,EAAE,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;AAErE,8EAA8E;AAC9E,UAAU,iBAAiB;IACzB,qCAAqC;IACrC,MAAM,EAAE,CAAC,OAAO,EAAE,aAAa,KAAK,YAAY,CAAC;IAEjD,2CAA2C;IAC3C,IAAI,EAAE,QAAQ,CAAC;IAEf,iEAAiE;IACjE,UAAU,EAAE,UAAU,CAAC;CACxB;AAED;;;;;;;;GAQG;AACH,iBAAS,6BAA6B,CAAC,OAAO,EAAE,aAAa,GAAG,YAAY,CAE3E;AAiBD,qEAAqE;AACrE,QAAA,MAAM,aAAa;;0BAtCC,aAAa,KAAK,YAAY;;;;;;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;;0BAA9B,aAAa,KAAK,YAAY;;;;CAsID,CAAC;AAElD,OAAO,EAAE,aAAa,EAAE,CAAC;AACzB,YAAY,EAAE,YAAY,EAAE,iBAAiB,EAAE,CAAC"}
@@ -1,26 +0,0 @@
1
- import type { PluginName, PluginStateOverrides } from "../domain/index.js";
2
- /** Plugins that are opt-in rather than enabled by default. */
3
- declare const defaultDisabledPlugins: readonly ["angular-eslint", "jasmine", "jest", "vitest-e2e"];
4
- /**
5
- * Checks whether a plugin is disabled by default.
6
- * @param pluginName Input pluginName value.
7
- * @returns Return value output.
8
- * @example
9
- * ```typescript
10
- * isPluginDisabledByDefault("jest");
11
- * ```
12
- */
13
- declare function isPluginDisabledByDefault(pluginName: PluginName): boolean;
14
- /**
15
- * Resolves whether a plugin should be enabled in the final config.
16
- * @param pluginName Input pluginName value.
17
- * @param pluginStates Explicit plugin state overrides.
18
- * @returns Return value output.
19
- * @example
20
- * ```typescript
21
- * resolvePluginState("jest", { jest: true });
22
- * ```
23
- */
24
- declare function resolvePluginState(pluginName: PluginName, pluginStates?: PluginStateOverrides): boolean;
25
- export { defaultDisabledPlugins, isPluginDisabledByDefault, resolvePluginState, };
26
- //# sourceMappingURL=plugin-state.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-state.d.ts","sourceRoot":"","sources":["../../src/infrastructure/plugin-state.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAIlE,8DAA8D;AAC9D,QAAA,MAAM,sBAAsB,8DAKc,CAAC;AAE3C;;;;;;;;GAQG;AACH,iBAAS,yBAAyB,CAAC,UAAU,EAAE,UAAU,GAAG,OAAO,CAElE;AAsBD;;;;;;;;;GASG;AACH,iBAAS,kBAAkB,CACzB,UAAU,EAAE,UAAU,EACtB,YAAY,CAAC,EAAE,oBAAoB,GAClC,OAAO,CAeT;AAED,OAAO,EACL,sBAAsB,EACtB,yBAAyB,EACzB,kBAAkB,GACnB,CAAC"}
@@ -1,12 +0,0 @@
1
- import type { Linter } from "eslint";
2
- /**
3
- * Load Angular ESLint plugin configuration when available.
4
- * Enables both ts-recommended and template-recommended presets.
5
- * @returns Return value output.
6
- * @example
7
- * ```typescript
8
- * const configs = await angularEslint();
9
- * ```
10
- */
11
- export declare function angularEslint(): Promise<Linter.Config[]>;
12
- //# sourceMappingURL=angular-eslint.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"angular-eslint.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/runtime/angular-eslint.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIrC;;;;;;;;GAQG;AACH,wBAAsB,aAAa,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CA0B9D"}
@@ -1,2 +0,0 @@
1
- export { angularEslint } from "./angular-eslint.js";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/runtime/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
@@ -1,11 +0,0 @@
1
- import type { Linter } from "eslint";
2
- /**
3
- * Build and return rxjs-x plugin configurations with package-level adjustments.
4
- * @returns Return value output.
5
- * @example
6
- * ```typescript
7
- * await rxjsX();
8
- * ```
9
- */
10
- export declare function rxjsX(): Promise<Linter.Config[]>;
11
- //# sourceMappingURL=rxjs-x.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rxjs-x.d.ts","sourceRoot":"","sources":["../../src/infrastructure/rxjs-x.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIrC;;;;;;;GAOG;AACH,wBAAsB,KAAK,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAqBtD"}
@@ -1,5 +0,0 @@
1
- export { perfectionist } from "./perfectionist.js";
2
- export { prettier } from "./prettier.js";
3
- export { stylistic } from "./stylistic.js";
4
- export { unicorn } from "./unicorn.js";
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/style/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
@@ -1,11 +0,0 @@
1
- import type { Linter } from "eslint";
2
- /**
3
- * Build and return the Perfectionist plugin configuration and any overrides.
4
- * @returns Return value output.
5
- * @example
6
- * ```typescript
7
- * await perfectionist();
8
- * ```
9
- */
10
- export declare function perfectionist(): Promise<Linter.Config[]>;
11
- //# sourceMappingURL=perfectionist.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"perfectionist.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/style/perfectionist.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIrC;;;;;;;GAOG;AACH,wBAAsB,aAAa,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAO9D"}
@@ -1,11 +0,0 @@
1
- import type { Linter } from "eslint";
2
- /**
3
- * Return Prettier integration configuration for ESLint when the plugin is available.
4
- * @returns Return value output.
5
- * @example
6
- * ```typescript
7
- * await prettier();
8
- * ```
9
- */
10
- export declare function prettier(): Promise<Linter.Config[]>;
11
- //# sourceMappingURL=prettier.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"prettier.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/style/prettier.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIrC;;;;;;;GAOG;AACH,wBAAsB,QAAQ,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAKzD"}
@@ -1,11 +0,0 @@
1
- import type { Linter } from "eslint";
2
- /**
3
- * Return the stylistic plugin configuration and its recommended settings.
4
- * @returns Return value output.
5
- * @example
6
- * ```typescript
7
- * await stylistic();
8
- * ```
9
- */
10
- export declare function stylistic(): Promise<Linter.Config[]>;
11
- //# sourceMappingURL=stylistic.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"stylistic.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/style/stylistic.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIrC;;;;;;;GAOG;AACH,wBAAsB,SAAS,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAO1D"}
@@ -1,11 +0,0 @@
1
- import type { Linter } from "eslint";
2
- /**
3
- * Build and return the Unicorn plugin configuration.
4
- * @returns Return value output.
5
- * @example
6
- * ```typescript
7
- * await unicorn();
8
- * ```
9
- */
10
- export declare function unicorn(): Promise<Linter.Config[]>;
11
- //# sourceMappingURL=unicorn.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"unicorn.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/style/unicorn.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIrC;;;;;;;GAOG;AACH,wBAAsB,OAAO,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAiBxD"}
@@ -1,6 +0,0 @@
1
- export { jasmine } from "./jasmine.js";
2
- export { jest } from "./jest.js";
3
- export { playwright } from "./playwright.js";
4
- export { vitest } from "./vitest.js";
5
- export { vitestE2e } from "./vitest-e2e.js";
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/testing/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC"}
@@ -1,11 +0,0 @@
1
- import type { Linter } from "eslint";
2
- /**
3
- * Return Jasmine-specific ESLint configurations when the plugin is installed.
4
- * @returns Return value output.
5
- * @example
6
- * ```typescript
7
- * await jasmine();
8
- * ```
9
- */
10
- export declare function jasmine(): Promise<Linter.Config[]>;
11
- //# sourceMappingURL=jasmine.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jasmine.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/testing/jasmine.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAIrC;;;;;;;GAOG;AACH,wBAAsB,OAAO,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAkBxD"}