@isentinel/eslint-config 1.2.2 → 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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  __commonJS,
3
3
  init_esm_shims
4
- } from "./chunk-2HV5XKT7.js";
4
+ } from "./chunk-YSIDNL3J.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-2HV5XKT7.js";
5
+ } from "./chunk-YSIDNL3J.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-FWMVSWU4.js")),
3635
+ interopDefault(import("./eslint-plugin-simple-import-sort-DVWQC4YV.js")),
3636
3636
  interopDefault(import("eslint-plugin-antfu"))
3637
3637
  ]);
3638
3638
  return [
@@ -4648,11 +4648,10 @@ async function roblox(options = {}, formatLua = true) {
4648
4648
  } = options;
4649
4649
  const tsconfigPath = typeAware ? getTsConfig(options.tsconfigPath) : void 0;
4650
4650
  const isTypeAware = tsconfigPath !== void 0;
4651
- const [parserTs, pluginRobloxTs, pluginSentinel, pluginFormatLua] = await Promise.all([
4651
+ const [parserTs, pluginRobloxTs, pluginSentinel] = await Promise.all([
4652
4652
  interopDefault(import("@typescript-eslint/parser")),
4653
4653
  interopDefault(import("eslint-plugin-roblox-ts-x")),
4654
- interopDefault(import("eslint-plugin-sentinel")),
4655
- interopDefault(import("eslint-plugin-format-lua"))
4654
+ interopDefault(import("eslint-plugin-sentinel"))
4656
4655
  ]);
4657
4656
  const files = options.files ?? [
4658
4657
  "**/*/*.?([cm])ts",
@@ -4702,6 +4701,9 @@ async function roblox(options = {}, formatLua = true) {
4702
4701
  }
4703
4702
  });
4704
4703
  if (formatLua) {
4704
+ const [pluginFormatLua] = await Promise.all([
4705
+ interopDefault(import("./dist-3XXODFPQ.js"))
4706
+ ]);
4705
4707
  configs.push({
4706
4708
  files: [GLOB_LUA],
4707
4709
  languageOptions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isentinel/eslint-config",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
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.2"
113
+ "@isentinel/eslint-config": "1.2.3"
114
114
  },
115
115
  "peerDependencies": {
116
116
  "@eslint-react/eslint-plugin": "^1.45.0",