@storm-software/eslint 0.158.5 → 0.158.7
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 +1 -1
- package/dist/{chunk-NRW2A543.js → chunk-GVFY3NER.js} +2 -2
- package/dist/{chunk-O55S2RN4.js → chunk-HU5L72PA.js} +1 -1
- package/dist/{chunk-VPGAL7NG.js → chunk-I454YP4E.js} +1 -1
- package/dist/{chunk-BQ3XWEU5.js → chunk-KEWFN32Y.js} +1 -1
- package/dist/{chunk-7T36VVWK.js → chunk-L32KVRQJ.js} +2 -2
- package/dist/{chunk-RI5KJEVZ.js → chunk-QAVUFYHU.js} +3 -3
- package/dist/{chunk-ESAVAG6Q.js → chunk-QXDG6JLB.js} +1 -1
- package/dist/{chunk-QCZ5YENA.js → chunk-R6C5LBNP.js} +2 -2
- package/dist/{chunk-BAVB43QE.js → chunk-TOT7MTMP.js} +2 -2
- package/dist/preset.js +8 -8
- package/dist/types.js +1 -1
- package/dist/utils/banner-plugin.js +4 -4
- package/dist/utils/combine.js +1 -1
- package/dist/utils/constants.js +2 -2
- package/dist/utils/correct-paths.js +2 -2
- package/dist/utils/find-workspace-root.js +3 -3
- package/dist/utils/format-config.js +2 -2
- package/dist/utils/get-file-banner.js +3 -3
- package/dist/utils/helpers.js +2 -2
- package/dist/utils/index.js +3 -3
- package/dist/utils/tsconfig-path.js +3 -3
- package/package.json +1 -1
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 -->
|
|
@@ -27,11 +27,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
mod
|
|
28
28
|
));
|
|
29
29
|
|
|
30
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
30
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__32e55f1b9382019767849fa1f15db804/node_modules/tsup/assets/esm_shims.js
|
|
31
31
|
import { fileURLToPath } from "url";
|
|
32
32
|
import path from "path";
|
|
33
33
|
var init_esm_shims = __esm({
|
|
34
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
34
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__32e55f1b9382019767849fa1f15db804/node_modules/tsup/assets/esm_shims.js"() {
|
|
35
35
|
"use strict";
|
|
36
36
|
}
|
|
37
37
|
});
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getFileBanner
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-R6C5LBNP.js";
|
|
4
4
|
import {
|
|
5
5
|
GLOB_SRC
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-I454YP4E.js";
|
|
7
7
|
import {
|
|
8
8
|
init_esm_shims
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-L32KVRQJ.js";
|
|
10
10
|
|
|
11
11
|
// src/utils/banner-plugin.ts
|
|
12
12
|
init_esm_shims();
|
package/dist/preset.js
CHANGED
|
@@ -5,14 +5,14 @@ import {
|
|
|
5
5
|
isPackageInScope,
|
|
6
6
|
parserPlain,
|
|
7
7
|
renameRules
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-KEWFN32Y.js";
|
|
9
9
|
import {
|
|
10
10
|
getTsConfigPath
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-GVFY3NER.js";
|
|
12
12
|
import {
|
|
13
13
|
banner_plugin_default
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-QAVUFYHU.js";
|
|
15
|
+
import "./chunk-R6C5LBNP.js";
|
|
16
16
|
import {
|
|
17
17
|
GLOB_ASTRO,
|
|
18
18
|
GLOB_ASTRO_TS,
|
|
@@ -39,18 +39,18 @@ import {
|
|
|
39
39
|
GLOB_TSX,
|
|
40
40
|
GLOB_XML,
|
|
41
41
|
GLOB_YAML
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-I454YP4E.js";
|
|
43
43
|
import {
|
|
44
44
|
findWorkspaceRoot
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-TOT7MTMP.js";
|
|
46
46
|
import {
|
|
47
47
|
joinPaths
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-QXDG6JLB.js";
|
|
49
49
|
import {
|
|
50
50
|
__commonJS,
|
|
51
51
|
__toESM,
|
|
52
52
|
init_esm_shims
|
|
53
|
-
} from "./chunk-
|
|
53
|
+
} from "./chunk-L32KVRQJ.js";
|
|
54
54
|
|
|
55
55
|
// ../../node_modules/.pnpm/eslint-plugin-tsdoc@0.4.0_patch_hash=1194078fd4b6e620a9e5c24210677ef267c925de35da0ccec8b7991b28d44e11/node_modules/eslint-plugin-tsdoc/lib/Debug.js
|
|
56
56
|
var require_Debug = __commonJS({
|
package/dist/types.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
banner_plugin_default
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-QAVUFYHU.js";
|
|
4
|
+
import "../chunk-R6C5LBNP.js";
|
|
5
|
+
import "../chunk-I454YP4E.js";
|
|
6
|
+
import "../chunk-L32KVRQJ.js";
|
|
7
7
|
export {
|
|
8
8
|
banner_plugin_default as default
|
|
9
9
|
};
|
package/dist/utils/combine.js
CHANGED
package/dist/utils/constants.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
findWorkspaceRoot,
|
|
3
3
|
findWorkspaceRootSafe
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-TOT7MTMP.js";
|
|
5
|
+
import "../chunk-QXDG6JLB.js";
|
|
6
|
+
import "../chunk-L32KVRQJ.js";
|
|
7
7
|
export {
|
|
8
8
|
findWorkspaceRoot,
|
|
9
9
|
findWorkspaceRootSafe
|
package/dist/utils/helpers.js
CHANGED
package/dist/utils/index.js
CHANGED
|
@@ -33,13 +33,13 @@ import {
|
|
|
33
33
|
GLOB_VUE,
|
|
34
34
|
GLOB_XML,
|
|
35
35
|
GLOB_YAML
|
|
36
|
-
} from "../chunk-
|
|
36
|
+
} from "../chunk-I454YP4E.js";
|
|
37
37
|
import {
|
|
38
38
|
formatConfig
|
|
39
|
-
} from "../chunk-
|
|
39
|
+
} from "../chunk-HU5L72PA.js";
|
|
40
40
|
import {
|
|
41
41
|
init_esm_shims
|
|
42
|
-
} from "../chunk-
|
|
42
|
+
} from "../chunk-L32KVRQJ.js";
|
|
43
43
|
|
|
44
44
|
// src/utils/index.ts
|
|
45
45
|
init_esm_shims();
|
package/package.json
CHANGED