@isentinel/eslint-config 1.2.0 → 1.2.2

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.
@@ -27,9 +27,9 @@ 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_jiti@2.4.2_postcss@8.4.38_tsx@4.19.1_typescript@5.8.3_yaml@2.7.1/node_modules/tsup/assets/esm_shims.js
30
+ // 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
31
  var init_esm_shims = __esm({
32
- "node_modules/.pnpm/tsup@8.4.0_jiti@2.4.2_postcss@8.4.38_tsx@4.19.1_typescript@5.8.3_yaml@2.7.1/node_modules/tsup/assets/esm_shims.js"() {
32
+ "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
33
  "use strict";
34
34
  }
35
35
  });
package/dist/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_esm_shims
3
- } from "./chunk-VXR6SE7R.js";
3
+ } from "./chunk-2HV5XKT7.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.0";
21
+ var version = "1.2.2";
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",
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  __commonJS,
3
3
  init_esm_shims
4
- } from "./chunk-VXR6SE7R.js";
4
+ } from "./chunk-2HV5XKT7.js";
5
5
 
6
6
  // node_modules/.pnpm/eslint-plugin-simple-import-sort@12.1.1_eslint@9.25.1_jiti@2.4.2_/node_modules/eslint-plugin-simple-import-sort/shared.js
7
7
  var require_shared = __commonJS({
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  __commonJS,
3
3
  __toESM,
4
4
  init_esm_shims
5
- } from "./chunk-VXR6SE7R.js";
5
+ } from "./chunk-2HV5XKT7.js";
6
6
 
7
7
  // node_modules/.pnpm/globals@15.15.0/node_modules/globals/globals.json
8
8
  var require_globals = __commonJS({
@@ -3632,7 +3632,7 @@ async function imports(options = {}) {
3632
3632
  const { stylistic: stylistic2 = true, type = "game" } = options;
3633
3633
  const [pluginImport, pluginSimpleImportSort, pluginAntfu] = await Promise.all([
3634
3634
  interopDefault(import("eslint-plugin-import-x")),
3635
- interopDefault(import("./eslint-plugin-simple-import-sort-NAPOSLF7.js")),
3635
+ interopDefault(import("./eslint-plugin-simple-import-sort-FWMVSWU4.js")),
3636
3636
  interopDefault(import("eslint-plugin-antfu"))
3637
3637
  ]);
3638
3638
  return [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isentinel/eslint-config",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "iSentinel's ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config",
@@ -110,7 +110,7 @@
110
110
  "simple-git-hooks": "2.12.1",
111
111
  "tsup": "8.4.0",
112
112
  "typescript": "5.8.3",
113
- "@isentinel/eslint-config": "1.2.0"
113
+ "@isentinel/eslint-config": "1.2.2"
114
114
  },
115
115
  "peerDependencies": {
116
116
  "@eslint-react/eslint-plugin": "^1.45.0",
@@ -136,7 +136,7 @@
136
136
  "build": "nr gen && tsup --clean --dts",
137
137
  "build:inspector": "pnpm build && npx @eslint/config-inspector build",
138
138
  "dev": "npx @eslint/config-inspector --config eslint.config.ts",
139
- "gen": "tsx scripts/typegen.ts && tsx scripts/versiongen.ts",
139
+ "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",
140
140
  "postgen": "echo 'Generation complete!'",
141
141
  "lint": "eslint",
142
142
  "release": "bumpp",