@storm-software/eslint 0.146.8 → 0.148.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.
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -26,20 +26,21 @@ var getFileBanner = /* @__PURE__ */ __name((repositoryName = "") => {
|
|
|
26
26
|
return word.charAt(0).toUpperCase() + word.slice(1);
|
|
27
27
|
}).join(" ");
|
|
28
28
|
}
|
|
29
|
+
const license = (process.env.STORM_LICENSE ?? "Apache-2.0")?.toLowerCase()?.replace("license", "")?.trim();
|
|
29
30
|
return ` -------------------------------------------------------------------
|
|
30
31
|
|
|
31
32
|
${padding}\u26A1 Storm Software ${titleName ? `- ${titleName}` : ""}
|
|
32
33
|
|
|
33
34
|
This code was released as part of ${titleName ? `the ${titleName}` : "a Storm Software"} project. ${titleName ? titleName : "The project"}
|
|
34
|
-
is maintained by Storm Software under the ${
|
|
35
|
+
is maintained by Storm Software under the ${license} license, and is
|
|
35
36
|
free for commercial and private use. For more information, please visit
|
|
36
|
-
our licensing page.
|
|
37
|
+
our licensing page at ${process.env.STORM_LICENSING ? process.env.STORM_LICENSING : `https://stormsoftware.com/${repositoryName ? `projects/${repositoryName}/` : ""}license`}.
|
|
37
38
|
|
|
38
|
-
Website:
|
|
39
|
-
Repository:
|
|
40
|
-
Documentation:
|
|
41
|
-
Contact:
|
|
42
|
-
License:
|
|
39
|
+
Website: ${process.env.STORM_HOMEPAGE ?? "https://stormsoftware.com"}
|
|
40
|
+
Repository: ${process.env.STORM_REPOSITORY ?? `https://github.com/storm-software${repositoryName ? `/${repositoryName}` : ""}`}
|
|
41
|
+
Documentation: ${process.env.STORM_DOCS ? process.env.STORM_DOCS : `https://stormsoftware.com/${repositoryName ? `projects/${repositoryName}/` : ""}docs`}
|
|
42
|
+
Contact: ${process.env.STORM_HOMEPAGE ? process.env.STORM_HOMEPAGE.endsWith("/") ? process.env.STORM_HOMEPAGE.slice(-1) : process.env.STORM_HOMEPAGE : "https://stormsoftware.com"}/contact
|
|
43
|
+
SPDX-License-Identifier: ${license}
|
|
43
44
|
|
|
44
45
|
------------------------------------------------------------------- `;
|
|
45
46
|
}, "getFileBanner");
|
package/dist/preset.js
CHANGED
|
@@ -11,8 +11,8 @@ import {
|
|
|
11
11
|
} from "./chunk-D3EN5HD2.js";
|
|
12
12
|
import {
|
|
13
13
|
banner_plugin_default
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-YNODBJNX.js";
|
|
15
|
+
import "./chunk-QAXC3XSW.js";
|
|
16
16
|
import {
|
|
17
17
|
GLOB_ASTRO,
|
|
18
18
|
GLOB_ASTRO_TS,
|
|
@@ -3405,7 +3405,7 @@ async function pnpm(options = {}) {
|
|
|
3405
3405
|
],
|
|
3406
3406
|
defaultCatalog: "default",
|
|
3407
3407
|
reuseExistingCatalog: true,
|
|
3408
|
-
conflicts: "
|
|
3408
|
+
conflicts: "overrides",
|
|
3409
3409
|
fields: [
|
|
3410
3410
|
"dependencies",
|
|
3411
3411
|
"devDependencies"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.148.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": {
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"prettier-plugin-astro": "^0.14.1",
|
|
232
232
|
"tsup": "8.4.0",
|
|
233
233
|
"tsx": "^4.19.2",
|
|
234
|
-
"typescript": "^5.
|
|
234
|
+
"typescript": "^5.8.3"
|
|
235
235
|
},
|
|
236
236
|
"publishConfig": { "access": "public" },
|
|
237
237
|
"sideEffects": false
|