@storm-software/eslint 0.124.3 → 0.125.0

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.
@@ -26,7 +26,7 @@ var getFileBanner = /* @__PURE__ */ __name((name = "") => {
26
26
  return word.charAt(0).toUpperCase() + word.slice(1);
27
27
  }).join(" ");
28
28
  }
29
- return `-------------------------------------------------------------------
29
+ return ` -------------------------------------------------------------------
30
30
 
31
31
  ${padding}\u26A1 Storm Software ${titleName ? `- ${titleName}` : ""}
32
32
 
@@ -41,7 +41,7 @@ ${padding}\u26A1 Storm Software ${titleName ? `- ${titleName}` : ""}
41
41
  Contact: ${process.env.STORM_HOMEPAGE ? process.env.STORM_HOMEPAGE.endsWith("/") ? process.env.STORM_HOMEPAGE.slice(-1) : process.env.STORM_HOMEPAGE : "https://stormsoftware.com"}/contact
42
42
  License: ${process.env.STORM_LICENSING ? process.env.STORM_LICENSING : `https://stormsoftware.com/${name ? `projects/${name}/` : ""}license`}
43
43
 
44
- -------------------------------------------------------------------`;
44
+ ------------------------------------------------------------------- `;
45
45
  }, "getFileBanner");
46
46
 
47
47
  export {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getFileBanner
3
- } from "./chunk-EEGFPU3P.js";
3
+ } from "./chunk-KDHZD7SF.js";
4
4
  import {
5
5
  GLOB_SRC
6
6
  } from "./chunk-AIKLBIPC.js";
package/dist/preset.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  banner_plugin_default
3
- } from "./chunk-JOZDGLKT.js";
4
- import "./chunk-EEGFPU3P.js";
3
+ } from "./chunk-QX5WDYBX.js";
4
+ import "./chunk-KDHZD7SF.js";
5
5
  import {
6
6
  GLOB_ASTRO,
7
7
  GLOB_ASTRO_TS,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  banner_plugin_default
3
- } from "../chunk-JOZDGLKT.js";
4
- import "../chunk-EEGFPU3P.js";
3
+ } from "../chunk-QX5WDYBX.js";
4
+ import "../chunk-KDHZD7SF.js";
5
5
  import "../chunk-AIKLBIPC.js";
6
6
  import "../chunk-SHUYVCID.js";
7
7
  export {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getFileBanner
3
- } from "../chunk-EEGFPU3P.js";
3
+ } from "../chunk-KDHZD7SF.js";
4
4
  import "../chunk-AIKLBIPC.js";
5
5
  import "../chunk-SHUYVCID.js";
6
6
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.124.3",
3
+ "version": "0.125.0",
4
4
  "type": "module",
5
5
  "description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {