@storm-software/eslint 0.71.3 → 0.71.5
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 +1 -1
- package/dist/preset.mjs +9 -10
- package/package.json +2 -2
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 -->
|
package/dist/preset.mjs
CHANGED
|
@@ -13368,9 +13368,8 @@ ${padding}\u26A1 Storm Software ${titleName ? `- ${titleName}` : ""}
|
|
|
13368
13368
|
Website: ${process.env.STORM_HOMEPAGE ?? "https://stormsoftware.com"}
|
|
13369
13369
|
Repository: ${process.env.STORM_REPOSITORY ?? `https://github.com/storm-software${name ? `/${name}` : ""}`}
|
|
13370
13370
|
Documentation: ${process.env.STORM_DOCS ? process.env.STORM_DOCS : `https://stormsoftware.com/${name ? `projects/${name}/` : ""}docs`}
|
|
13371
|
-
|
|
13372
13371
|
Contact: ${process.env.STORM_HOMEPAGE ? process.env.STORM_HOMEPAGE.endsWith("/") ? process.env.STORM_HOMEPAGE.slice(-1) : process.env.STORM_HOMEPAGE : "https://stormsoftware.com"}/contact
|
|
13373
|
-
|
|
13372
|
+
License: ${process.env.STORM_LICENSING ? process.env.STORM_LICENSING : `https://stormsoftware.com/${name ? `projects/${name}/` : ""}license`}
|
|
13374
13373
|
|
|
13375
13374
|
-------------------------------------------------------------------`;
|
|
13376
13375
|
};
|
|
@@ -13679,14 +13678,14 @@ plugin.configs && (plugin.configs.recommended = [
|
|
|
13679
13678
|
name: "banner/recommended/code-files",
|
|
13680
13679
|
files: [
|
|
13681
13680
|
CODE_FILE,
|
|
13682
|
-
"
|
|
13683
|
-
"
|
|
13684
|
-
"
|
|
13685
|
-
"
|
|
13686
|
-
"
|
|
13687
|
-
"
|
|
13688
|
-
"
|
|
13689
|
-
"
|
|
13681
|
+
"!**/docs/**/*",
|
|
13682
|
+
"!**/crates/**/*",
|
|
13683
|
+
"!**/tmp/**/*",
|
|
13684
|
+
"!**/dist/**/*",
|
|
13685
|
+
"!**/coverage/**/*",
|
|
13686
|
+
"!**/node_modules/**/*",
|
|
13687
|
+
"!**/.cache/**/*",
|
|
13688
|
+
"!**/.nx/**/*"
|
|
13690
13689
|
],
|
|
13691
13690
|
rules: {
|
|
13692
13691
|
"banner/banner": ["error", { commentType: "block", numNewlines: 2 }]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"@nx/eslint-plugin": ">=19.6.4",
|
|
107
107
|
"@types/eslint": "^8.56.10",
|
|
108
108
|
"@types/eslint__js": "^8.42.3",
|
|
109
|
-
"@types/node": "^
|
|
109
|
+
"@types/node": "^22.4.0",
|
|
110
110
|
"eslint": "9.5.0",
|
|
111
111
|
"eslint-typegen": "^0.2.4",
|
|
112
112
|
"graphql": ">=16.9.0",
|