@storm-software/eslint 0.169.95 → 0.169.96

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/preset.cjs CHANGED
@@ -121,26 +121,24 @@ var init_cjs_shims = __esm({
121
121
  }
122
122
  });
123
123
 
124
- // ../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=611157f561b00eed9e1354e07e3bfbeab0dc230489afaec6fbae0c6be3bf2f43/node_modules/eslint-plugin-tsdoc/lib/Debug.js
124
+ // ../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=11b9fbe0e91a2ce3492e80b89a7502a9ff364683b23b9bdfc2c979d988e1682b/node_modules/eslint-plugin-tsdoc/lib/Debug.js
125
125
  var require_Debug = __commonJS({
126
- "../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=611157f561b00eed9e1354e07e3bfbeab0dc230489afaec6fbae0c6be3bf2f43/node_modules/eslint-plugin-tsdoc/lib/Debug.js"(exports$1) {
126
+ "../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=11b9fbe0e91a2ce3492e80b89a7502a9ff364683b23b9bdfc2c979d988e1682b/node_modules/eslint-plugin-tsdoc/lib/Debug.js"(exports$1) {
127
127
  init_cjs_shims();
128
128
  Object.defineProperty(exports$1, "__esModule", { value: true });
129
129
  exports$1.Debug = void 0;
130
130
  var Debug = class {
131
131
  // To debug the plugin, temporarily uncomment the body of this function
132
132
  static log(message) {
133
- message = __require("process").pid + ": " + message;
134
- console.log(message);
135
133
  }
136
134
  };
137
135
  exports$1.Debug = Debug;
138
136
  }
139
137
  });
140
138
 
141
- // ../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=611157f561b00eed9e1354e07e3bfbeab0dc230489afaec6fbae0c6be3bf2f43/node_modules/eslint-plugin-tsdoc/lib/ConfigCache.js
139
+ // ../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=11b9fbe0e91a2ce3492e80b89a7502a9ff364683b23b9bdfc2c979d988e1682b/node_modules/eslint-plugin-tsdoc/lib/ConfigCache.js
142
140
  var require_ConfigCache = __commonJS({
143
- "../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=611157f561b00eed9e1354e07e3bfbeab0dc230489afaec6fbae0c6be3bf2f43/node_modules/eslint-plugin-tsdoc/lib/ConfigCache.js"(exports$1) {
141
+ "../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=11b9fbe0e91a2ce3492e80b89a7502a9ff364683b23b9bdfc2c979d988e1682b/node_modules/eslint-plugin-tsdoc/lib/ConfigCache.js"(exports$1) {
144
142
  init_cjs_shims();
145
143
  var __createBinding = exports$1 && exports$1.__createBinding || (Object.create ? (function(o, m, k, k2) {
146
144
  if (k2 === void 0) k2 = k;
@@ -472,9 +470,9 @@ var require_ConfigCache = __commonJS({
472
470
  }
473
471
  });
474
472
 
475
- // ../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=611157f561b00eed9e1354e07e3bfbeab0dc230489afaec6fbae0c6be3bf2f43/node_modules/eslint-plugin-tsdoc/lib/index.js
473
+ // ../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=11b9fbe0e91a2ce3492e80b89a7502a9ff364683b23b9bdfc2c979d988e1682b/node_modules/eslint-plugin-tsdoc/lib/index.js
476
474
  var require_lib = __commonJS({
477
- "../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=611157f561b00eed9e1354e07e3bfbeab0dc230489afaec6fbae0c6be3bf2f43/node_modules/eslint-plugin-tsdoc/lib/index.js"(exports$1, module) {
475
+ "../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=11b9fbe0e91a2ce3492e80b89a7502a9ff364683b23b9bdfc2c979d988e1682b/node_modules/eslint-plugin-tsdoc/lib/index.js"(exports$1, module) {
478
476
  init_cjs_shims();
479
477
  var tsdoc_1 = __require("@microsoft/tsdoc");
480
478
  var Debug_1 = require_Debug();
package/dist/preset.js CHANGED
@@ -6,7 +6,6 @@ import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX, GLOB_JSX, GLOB_MARKDOWN, GLOB_ASTRO_TS
6
6
  import { findWorkspaceRoot } from './chunk-UVJN4TQE.js';
7
7
  import { joinPaths } from './chunk-T4LUMNGJ.js';
8
8
  import { __commonJS, init_esm_shims, __toESM } from './chunk-PWQ34SJ2.js';
9
- import * as __import_process from 'process';
10
9
  import * as __import__microsoft_tsdocConfig from '@microsoft/tsdoc-config';
11
10
  import * as __import_path from 'path';
12
11
  import * as __import_fs from 'fs';
@@ -43,23 +42,22 @@ import { readCachedProjectGraph, createProjectGraphAsync } from '@nx/devkit';
43
42
  import config2 from 'eslint-plugin-prettier/recommended';
44
43
  import { configs as configs$1 } from 'eslint-plugin-regexp';
45
44
 
45
+ // ../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=11b9fbe0e91a2ce3492e80b89a7502a9ff364683b23b9bdfc2c979d988e1682b/node_modules/eslint-plugin-tsdoc/lib/Debug.js
46
46
  var require_Debug = __commonJS({
47
- "../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=611157f561b00eed9e1354e07e3bfbeab0dc230489afaec6fbae0c6be3bf2f43/node_modules/eslint-plugin-tsdoc/lib/Debug.js"(exports$1) {
47
+ "../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=11b9fbe0e91a2ce3492e80b89a7502a9ff364683b23b9bdfc2c979d988e1682b/node_modules/eslint-plugin-tsdoc/lib/Debug.js"(exports$1) {
48
48
  init_esm_shims();
49
49
  Object.defineProperty(exports$1, "__esModule", { value: true });
50
50
  exports$1.Debug = void 0;
51
51
  var Debug = class {
52
52
  // To debug the plugin, temporarily uncomment the body of this function
53
53
  static log(message) {
54
- message = __import_process.pid + ": " + message;
55
- console.log(message);
56
54
  }
57
55
  };
58
56
  exports$1.Debug = Debug;
59
57
  }
60
58
  });
61
59
  var require_ConfigCache = __commonJS({
62
- "../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=611157f561b00eed9e1354e07e3bfbeab0dc230489afaec6fbae0c6be3bf2f43/node_modules/eslint-plugin-tsdoc/lib/ConfigCache.js"(exports$1) {
60
+ "../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=11b9fbe0e91a2ce3492e80b89a7502a9ff364683b23b9bdfc2c979d988e1682b/node_modules/eslint-plugin-tsdoc/lib/ConfigCache.js"(exports$1) {
63
61
  init_esm_shims();
64
62
  var __import___Debug = __toESM(require_Debug());
65
63
  var __createBinding = exports$1 && exports$1.__createBinding || (Object.create ? (function(o, m, k, k2) {
@@ -392,7 +390,7 @@ var require_ConfigCache = __commonJS({
392
390
  }
393
391
  });
394
392
  var require_lib = __commonJS({
395
- "../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=611157f561b00eed9e1354e07e3bfbeab0dc230489afaec6fbae0c6be3bf2f43/node_modules/eslint-plugin-tsdoc/lib/index.js"(exports$1, module) {
393
+ "../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=11b9fbe0e91a2ce3492e80b89a7502a9ff364683b23b9bdfc2c979d988e1682b/node_modules/eslint-plugin-tsdoc/lib/index.js"(exports$1, module) {
396
394
  init_esm_shims();
397
395
  var __import___Debug = __toESM(require_Debug());
398
396
  var __import___ConfigCache = __toESM(require_ConfigCache());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.169.95",
3
+ "version": "0.169.96",
4
4
  "private": false,
5
5
  "description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "keywords": [
@@ -141,8 +141,8 @@
141
141
  "@eslint/eslintrc": "^3.3.3",
142
142
  "@eslint/markdown": "^6.6.0",
143
143
  "@nx/eslint-plugin": "^22.5.1",
144
- "@storm-software/config": "^1.135.10",
145
- "@storm-software/config-tools": "^1.189.9",
144
+ "@storm-software/config": "^1.135.11",
145
+ "@storm-software/config-tools": "^1.189.10",
146
146
  "@stylistic/eslint-plugin": "^4.4.1",
147
147
  "@typescript-eslint/eslint-plugin": "^8.56.0",
148
148
  "@typescript-eslint/parser": "^8.56.0",
@@ -239,5 +239,5 @@
239
239
  "prettier-plugin-astro": "^0.14.0"
240
240
  },
241
241
  "publishConfig": { "access": "public" },
242
- "gitHead": "119c9bc1238cfee3860bcc9f7a7445ecbac88aa2"
242
+ "gitHead": "97c5d1d84921ce8364867d6f9daf8b13877fca09"
243
243
  }