@storm-software/eslint 0.169.85 → 0.169.87
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-UX3WQFVN.js → chunk-6D2TNWUT.js} +2 -2
- package/dist/{chunk-QNFXSAKU.js → chunk-EPULW4L6.js} +3 -3
- package/dist/{chunk-6KISUBXD.js → chunk-FPA55CV4.js} +2 -2
- package/dist/{chunk-RXGVSJU4.js → chunk-IF3G77X5.js} +2 -2
- package/dist/{chunk-YC2VKHZJ.js → chunk-MMWIZQGC.js} +1 -1
- package/dist/{chunk-EPZJR7X3.js → chunk-P4ECEZRT.js} +18 -3
- package/dist/{chunk-KEIMNL5V.js → chunk-QL3TK2PO.js} +1 -1
- package/dist/{chunk-ARWADQWP.js → chunk-VC73LXWI.js} +2 -7
- package/dist/{chunk-LRX25PER.js → chunk-WAONNV33.js} +1 -1
- package/dist/preset.js +169 -598
- package/dist/types.d.ts +67 -5
- 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 +23 -23
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getFileBanner
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-6D2TNWUT.js";
|
|
4
4
|
import {
|
|
5
5
|
GLOB_SRC
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-P4ECEZRT.js";
|
|
7
7
|
import {
|
|
8
8
|
init_esm_shims
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-VC73LXWI.js";
|
|
10
10
|
|
|
11
11
|
// src/utils/banner-plugin.ts
|
|
12
12
|
init_esm_shims();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
init_esm_shims
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-VC73LXWI.js";
|
|
4
4
|
|
|
5
5
|
// src/utils/constants.ts
|
|
6
6
|
init_esm_shims();
|
|
@@ -149,13 +149,28 @@ var GLOB_EXCLUDE = [
|
|
|
149
149
|
"**/.cache",
|
|
150
150
|
"**/.vite-inspect",
|
|
151
151
|
"**/.yarn",
|
|
152
|
-
"**/CHANGELOG*.md",
|
|
153
152
|
"**/*.min.*",
|
|
153
|
+
"**/CHANGELOG*.md",
|
|
154
|
+
"**/CONTRIBUTING.md",
|
|
155
|
+
"**/SECURITY.md",
|
|
156
|
+
"**/CODE_OF_CONDUCT.md",
|
|
157
|
+
"**/PULL_REQUEST_TEMPLATE.md",
|
|
154
158
|
"**/LICENSE*",
|
|
155
159
|
"**/__snapshots__",
|
|
156
160
|
"**/auto-import?(s).d.ts",
|
|
157
161
|
"**/components.d.ts",
|
|
158
|
-
"**/vite.config.*.timestamp-*"
|
|
162
|
+
"**/vite.config.*.timestamp-*",
|
|
163
|
+
"**/webpack.config.*.timestamp-*",
|
|
164
|
+
"**/rollup.config.*.timestamp-*",
|
|
165
|
+
"**/src/executors/*/*.schema.*",
|
|
166
|
+
"**/src/executors/*/schema.d.ts",
|
|
167
|
+
"**/src/executors/*/schema.json",
|
|
168
|
+
"**/src/executors/*/schema.md",
|
|
169
|
+
"**/src/generators/*/files/**",
|
|
170
|
+
"**/src/generators/*/*.schema.*",
|
|
171
|
+
"**/src/generators/*/schema.d.ts",
|
|
172
|
+
"**/src/generators/*/schema.json",
|
|
173
|
+
"**/src/generators/*/schema.md"
|
|
159
174
|
];
|
|
160
175
|
|
|
161
176
|
export {
|
|
@@ -10,10 +10,6 @@ var __esm = (fn, res) => function __init() {
|
|
|
10
10
|
var __commonJS = (cb, mod) => function __require() {
|
|
11
11
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
12
12
|
};
|
|
13
|
-
var __export = (target, all) => {
|
|
14
|
-
for (var name in all)
|
|
15
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
16
|
-
};
|
|
17
13
|
var __copyProps = (to, from, except, desc) => {
|
|
18
14
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
19
15
|
for (let key of __getOwnPropNames(from))
|
|
@@ -31,18 +27,17 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
31
27
|
mod
|
|
32
28
|
));
|
|
33
29
|
|
|
34
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
30
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__b4042c7aed60291c5cc1dd23f19fccc7/node_modules/tsup/assets/esm_shims.js
|
|
35
31
|
import { fileURLToPath } from "url";
|
|
36
32
|
import path from "path";
|
|
37
33
|
var init_esm_shims = __esm({
|
|
38
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
34
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__b4042c7aed60291c5cc1dd23f19fccc7/node_modules/tsup/assets/esm_shims.js"() {
|
|
39
35
|
"use strict";
|
|
40
36
|
}
|
|
41
37
|
});
|
|
42
38
|
|
|
43
39
|
export {
|
|
44
40
|
__commonJS,
|
|
45
|
-
__export,
|
|
46
41
|
__toESM,
|
|
47
42
|
init_esm_shims
|
|
48
43
|
};
|