@storm-software/eslint 0.148.20 → 0.148.21

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,9 +1,8 @@
1
1
  import {
2
2
  banner_plugin_default
3
- } from "../chunk-DKJ6VCEL.js";
4
- import "../chunk-G4SCUHQO.js";
3
+ } from "../chunk-2AFQKKSX.js";
4
+ import "../chunk-5ALLOW52.js";
5
5
  import "../chunk-EJ2FSS2J.js";
6
- import "../chunk-SHUYVCID.js";
7
6
  export {
8
7
  banner_plugin_default as default
9
8
  };
@@ -1,13 +1,8 @@
1
- import {
2
- __name
3
- } from "../chunk-SHUYVCID.js";
4
-
5
1
  // src/utils/combine.ts
6
2
  async function combine(...configs) {
7
3
  const resolved = await Promise.all(configs);
8
4
  return resolved.flat();
9
5
  }
10
- __name(combine, "combine");
11
6
  export {
12
7
  combine
13
8
  };
@@ -34,7 +34,6 @@ import {
34
34
  GLOB_XML,
35
35
  GLOB_YAML
36
36
  } from "../chunk-EJ2FSS2J.js";
37
- import "../chunk-SHUYVCID.js";
38
37
  export {
39
38
  ACRONYMS_LIST,
40
39
  GLOB_ALL_SRC,
@@ -13,8 +13,7 @@ import {
13
13
  resolve,
14
14
  sep,
15
15
  toNamespacedPath
16
- } from "../chunk-G7QVU75O.js";
17
- import "../chunk-SHUYVCID.js";
16
+ } from "../chunk-RU7GXBCG.js";
18
17
  export {
19
18
  basename,
20
19
  correctPaths,
@@ -1,9 +1,8 @@
1
1
  import {
2
2
  findWorkspaceRoot,
3
3
  findWorkspaceRootSafe
4
- } from "../chunk-7JRBTALJ.js";
5
- import "../chunk-G7QVU75O.js";
6
- import "../chunk-SHUYVCID.js";
4
+ } from "../chunk-WYU7W4UW.js";
5
+ import "../chunk-RU7GXBCG.js";
7
6
  export {
8
7
  findWorkspaceRoot,
9
8
  findWorkspaceRootSafe
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  formatConfig
3
- } from "../chunk-FTXILLLE.js";
4
- import "../chunk-SHUYVCID.js";
3
+ } from "../chunk-Z2ZQTZDC.js";
5
4
  export {
6
5
  formatConfig
7
6
  };
@@ -1,8 +1,7 @@
1
1
  import {
2
2
  getFileBanner
3
- } from "../chunk-G4SCUHQO.js";
3
+ } from "../chunk-5ALLOW52.js";
4
4
  import "../chunk-EJ2FSS2J.js";
5
- import "../chunk-SHUYVCID.js";
6
5
  export {
7
6
  getFileBanner
8
7
  };
@@ -6,8 +6,7 @@ import {
6
6
  isPackageInScope,
7
7
  parserPlain,
8
8
  renameRules
9
- } from "../chunk-SZFP4QOA.js";
10
- import "../chunk-SHUYVCID.js";
9
+ } from "../chunk-HO6DXXZX.js";
11
10
  export {
12
11
  ensurePackages,
13
12
  interopDefault,
@@ -36,8 +36,7 @@ import {
36
36
  } from "../chunk-EJ2FSS2J.js";
37
37
  import {
38
38
  formatConfig
39
- } from "../chunk-FTXILLLE.js";
40
- import "../chunk-SHUYVCID.js";
39
+ } from "../chunk-Z2ZQTZDC.js";
41
40
  export {
42
41
  ACRONYMS_LIST,
43
42
  GLOB_ALL_SRC,
@@ -1,8 +1,7 @@
1
1
  import {
2
2
  getTsConfigPath
3
- } from "../chunk-D3EN5HD2.js";
4
- import "../chunk-G7QVU75O.js";
5
- import "../chunk-SHUYVCID.js";
3
+ } from "../chunk-DLORY5AL.js";
4
+ import "../chunk-RU7GXBCG.js";
6
5
  export {
7
6
  getTsConfigPath
8
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.148.20",
3
+ "version": "0.148.21",
4
4
  "type": "module",
5
5
  "description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -1,6 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
-
4
- export {
5
- __name
6
- };