@isentinel/eslint-config 1.2.0 → 1.2.3
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.
|
@@ -10,6 +10,10 @@ 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
|
+
};
|
|
13
17
|
var __copyProps = (to, from, except, desc) => {
|
|
14
18
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
15
19
|
for (let key of __getOwnPropNames(from))
|
|
@@ -27,15 +31,16 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
31
|
mod
|
|
28
32
|
));
|
|
29
33
|
|
|
30
|
-
// node_modules/.pnpm/tsup@8.4.0_jiti@2.4.
|
|
34
|
+
// node_modules/.pnpm/tsup@8.4.0_jiti@2.4.2_tsx@4.20.3_typescript@5.8.3_yaml@2.8.0/node_modules/tsup/assets/esm_shims.js
|
|
31
35
|
var init_esm_shims = __esm({
|
|
32
|
-
"node_modules/.pnpm/tsup@8.4.0_jiti@2.4.
|
|
36
|
+
"node_modules/.pnpm/tsup@8.4.0_jiti@2.4.2_tsx@4.20.3_typescript@5.8.3_yaml@2.8.0/node_modules/tsup/assets/esm_shims.js"() {
|
|
33
37
|
"use strict";
|
|
34
38
|
}
|
|
35
39
|
});
|
|
36
40
|
|
|
37
41
|
export {
|
|
38
42
|
__commonJS,
|
|
43
|
+
__export,
|
|
39
44
|
__toESM,
|
|
40
45
|
init_esm_shims
|
|
41
46
|
};
|
package/dist/cli.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
init_esm_shims
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-YSIDNL3J.js";
|
|
4
4
|
|
|
5
5
|
// src/cli.ts
|
|
6
6
|
init_esm_shims();
|
|
@@ -18,7 +18,7 @@ init_esm_shims();
|
|
|
18
18
|
import ansis from "ansis";
|
|
19
19
|
|
|
20
20
|
// package.json
|
|
21
|
-
var version = "1.2.
|
|
21
|
+
var version = "1.2.3";
|
|
22
22
|
var package_default = {
|
|
23
23
|
name: "@isentinel/eslint-config",
|
|
24
24
|
version,
|
|
@@ -54,7 +54,7 @@ var package_default = {
|
|
|
54
54
|
build: "nr gen && tsup --clean --dts",
|
|
55
55
|
"build:inspector": "pnpm build && npx @eslint/config-inspector build",
|
|
56
56
|
dev: "npx @eslint/config-inspector --config eslint.config.ts",
|
|
57
|
-
gen: "tsx scripts/typegen.ts && tsx scripts/versiongen.ts",
|
|
57
|
+
gen: "NODE_OPTIONS='--import ./scripts/register-stylua-loader.mjs' tsx scripts/typegen.ts && NODE_OPTIONS='--import ./scripts/register-stylua-loader.mjs' tsx scripts/versiongen.ts",
|
|
58
58
|
postgen: "echo 'Generation complete!'",
|
|
59
59
|
lint: "eslint",
|
|
60
60
|
prepack: "nr build",
|