@storm-software/eslint 0.165.11 → 0.166.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.
- package/README.md +2 -1
- package/dist/preset.js +30 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Base ESLint Package](#storm-base-eslint-package)
|
package/dist/preset.js
CHANGED
|
@@ -55,10 +55,10 @@ import {
|
|
|
55
55
|
init_esm_shims
|
|
56
56
|
} from "./chunk-NAOQBQSK.js";
|
|
57
57
|
|
|
58
|
-
// ../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=
|
|
58
|
+
// ../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=611157f561b00eed9e1354e07e3bfbeab0dc230489afaec6fbae0c6be3bf2f43/node_modules/eslint-plugin-tsdoc/lib/Debug.js
|
|
59
59
|
import * as __import_process from "process";
|
|
60
60
|
var require_Debug = __commonJS({
|
|
61
|
-
"../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=
|
|
61
|
+
"../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=611157f561b00eed9e1354e07e3bfbeab0dc230489afaec6fbae0c6be3bf2f43/node_modules/eslint-plugin-tsdoc/lib/Debug.js"(exports) {
|
|
62
62
|
"use strict";
|
|
63
63
|
init_esm_shims();
|
|
64
64
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -74,12 +74,12 @@ var require_Debug = __commonJS({
|
|
|
74
74
|
}
|
|
75
75
|
});
|
|
76
76
|
|
|
77
|
-
// ../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=
|
|
77
|
+
// ../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=611157f561b00eed9e1354e07e3bfbeab0dc230489afaec6fbae0c6be3bf2f43/node_modules/eslint-plugin-tsdoc/lib/ConfigCache.js
|
|
78
78
|
import * as __import__microsoft_tsdocConfig from "@microsoft/tsdoc-config";
|
|
79
79
|
import * as __import_path from "path";
|
|
80
80
|
import * as __import_fs from "fs";
|
|
81
81
|
var require_ConfigCache = __commonJS({
|
|
82
|
-
"../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=
|
|
82
|
+
"../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=611157f561b00eed9e1354e07e3bfbeab0dc230489afaec6fbae0c6be3bf2f43/node_modules/eslint-plugin-tsdoc/lib/ConfigCache.js"(exports) {
|
|
83
83
|
"use strict";
|
|
84
84
|
init_esm_shims();
|
|
85
85
|
var __import___Debug = __toESM(require_Debug());
|
|
@@ -290,14 +290,38 @@ var require_ConfigCache = __commonJS({
|
|
|
290
290
|
);
|
|
291
291
|
} else if (_fs.existsSync(
|
|
292
292
|
path.join(
|
|
293
|
+
workspaceRootPath,
|
|
294
|
+
"node_modules",
|
|
295
|
+
"@storm-software",
|
|
296
|
+
"tsdoc",
|
|
297
|
+
"config",
|
|
298
|
+
configFilePath
|
|
299
|
+
)
|
|
300
|
+
)) {
|
|
301
|
+
return path.join(
|
|
302
|
+
workspaceRootPath,
|
|
303
|
+
"node_modules",
|
|
293
304
|
"@storm-software",
|
|
294
305
|
"tsdoc",
|
|
306
|
+
"config",
|
|
307
|
+
configFilePath
|
|
308
|
+
);
|
|
309
|
+
} else if (_fs.existsSync(
|
|
310
|
+
path.join(
|
|
311
|
+
workspaceRootPath,
|
|
312
|
+
"node_modules",
|
|
313
|
+
"@storm-software",
|
|
314
|
+
"tsdoc",
|
|
315
|
+
"dist",
|
|
295
316
|
configFilePath
|
|
296
317
|
)
|
|
297
318
|
)) {
|
|
298
319
|
return path.join(
|
|
320
|
+
workspaceRootPath,
|
|
321
|
+
"node_modules",
|
|
299
322
|
"@storm-software",
|
|
300
323
|
"tsdoc",
|
|
324
|
+
"dist",
|
|
301
325
|
configFilePath
|
|
302
326
|
);
|
|
303
327
|
}
|
|
@@ -389,10 +413,10 @@ var require_ConfigCache = __commonJS({
|
|
|
389
413
|
}
|
|
390
414
|
});
|
|
391
415
|
|
|
392
|
-
// ../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=
|
|
416
|
+
// ../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=611157f561b00eed9e1354e07e3bfbeab0dc230489afaec6fbae0c6be3bf2f43/node_modules/eslint-plugin-tsdoc/lib/index.js
|
|
393
417
|
import * as __import__microsoft_tsdoc from "@microsoft/tsdoc";
|
|
394
418
|
var require_lib = __commonJS({
|
|
395
|
-
"../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=
|
|
419
|
+
"../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=611157f561b00eed9e1354e07e3bfbeab0dc230489afaec6fbae0c6be3bf2f43/node_modules/eslint-plugin-tsdoc/lib/index.js"(exports, module) {
|
|
396
420
|
"use strict";
|
|
397
421
|
init_esm_shims();
|
|
398
422
|
var __import___Debug = __toESM(require_Debug());
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.166.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
"@eslint/eslintrc": "^3.3.1",
|
|
165
165
|
"@eslint/markdown": "^6.6.0",
|
|
166
166
|
"@nx/eslint-plugin": "^21.4.1",
|
|
167
|
-
"@storm-software/config": "^1.130.
|
|
168
|
-
"@storm-software/config-tools": "^1.
|
|
167
|
+
"@storm-software/config": "^1.130.7",
|
|
168
|
+
"@storm-software/config-tools": "^1.184.0",
|
|
169
169
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
170
170
|
"@typescript-eslint/eslint-plugin": "^8.35.0",
|
|
171
171
|
"@typescript-eslint/parser": "^8.35.0",
|
|
@@ -241,5 +241,5 @@
|
|
|
241
241
|
},
|
|
242
242
|
"publishConfig": { "access": "public" },
|
|
243
243
|
"sideEffects": false,
|
|
244
|
-
"gitHead": "
|
|
244
|
+
"gitHead": "795686828334d8f6fb5d5d00e8dd5bd895556ebc"
|
|
245
245
|
}
|