@storm-software/eslint 0.119.5 → 0.122.2
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.cjs +6 -9
- package/dist/preset.js +6 -9
- package/package.json +8 -6
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.cjs
CHANGED
|
@@ -479,17 +479,14 @@ var getChalk = /* @__PURE__ */ _chunkUSNT2KNTcjs.__name.call(void 0, () => {
|
|
|
479
479
|
}, "getChalk");
|
|
480
480
|
|
|
481
481
|
// ../config-tools/src/logger/is-unicode-supported.ts
|
|
482
|
-
var _process = require('process'); var _process2 = _interopRequireDefault(_process);
|
|
483
482
|
function isUnicodeSupported() {
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
if (_process2.default.platform !== "win32") {
|
|
487
|
-
return TERM !== "linux";
|
|
483
|
+
if (process.platform !== "win32") {
|
|
484
|
+
return process.env.TERM !== "linux";
|
|
488
485
|
}
|
|
489
|
-
return Boolean(env.WT_SESSION) || // Windows Terminal
|
|
490
|
-
Boolean(env.TERMINUS_SUBLIME) || // Terminus (<0.2.27)
|
|
491
|
-
env.ConEmuTask === "{cmd::Cmder}" || // ConEmu and cmder
|
|
492
|
-
TERM_PROGRAM === "Terminus-Sublime" || TERM_PROGRAM === "vscode" || TERM === "xterm-256color" || TERM === "alacritty" || TERM === "rxvt-unicode" || TERM === "rxvt-unicode-256color" || env.TERMINAL_EMULATOR === "JetBrains-JediTerm";
|
|
486
|
+
return Boolean(process.env.WT_SESSION) || // Windows Terminal
|
|
487
|
+
Boolean(process.env.TERMINUS_SUBLIME) || // Terminus (<0.2.27)
|
|
488
|
+
process.env.ConEmuTask === "{cmd::Cmder}" || // ConEmu and cmder
|
|
489
|
+
process.env.TERM_PROGRAM === "Terminus-Sublime" || process.env.TERM_PROGRAM === "vscode" || process.env.TERM === "xterm-256color" || process.env.TERM === "alacritty" || process.env.TERM === "rxvt-unicode" || process.env.TERM === "rxvt-unicode-256color" || process.env.TERMINAL_EMULATOR === "JetBrains-JediTerm";
|
|
493
490
|
}
|
|
494
491
|
_chunkUSNT2KNTcjs.__name.call(void 0, isUnicodeSupported, "isUnicodeSupported");
|
|
495
492
|
|
package/dist/preset.js
CHANGED
|
@@ -479,17 +479,14 @@ var getChalk = /* @__PURE__ */ __name(() => {
|
|
|
479
479
|
}, "getChalk");
|
|
480
480
|
|
|
481
481
|
// ../config-tools/src/logger/is-unicode-supported.ts
|
|
482
|
-
import process2 from "node:process";
|
|
483
482
|
function isUnicodeSupported() {
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
if (process2.platform !== "win32") {
|
|
487
|
-
return TERM !== "linux";
|
|
483
|
+
if (process.platform !== "win32") {
|
|
484
|
+
return process.env.TERM !== "linux";
|
|
488
485
|
}
|
|
489
|
-
return Boolean(env.WT_SESSION) || // Windows Terminal
|
|
490
|
-
Boolean(env.TERMINUS_SUBLIME) || // Terminus (<0.2.27)
|
|
491
|
-
env.ConEmuTask === "{cmd::Cmder}" || // ConEmu and cmder
|
|
492
|
-
TERM_PROGRAM === "Terminus-Sublime" || TERM_PROGRAM === "vscode" || TERM === "xterm-256color" || TERM === "alacritty" || TERM === "rxvt-unicode" || TERM === "rxvt-unicode-256color" || env.TERMINAL_EMULATOR === "JetBrains-JediTerm";
|
|
486
|
+
return Boolean(process.env.WT_SESSION) || // Windows Terminal
|
|
487
|
+
Boolean(process.env.TERMINUS_SUBLIME) || // Terminus (<0.2.27)
|
|
488
|
+
process.env.ConEmuTask === "{cmd::Cmder}" || // ConEmu and cmder
|
|
489
|
+
process.env.TERM_PROGRAM === "Terminus-Sublime" || process.env.TERM_PROGRAM === "vscode" || process.env.TERM === "xterm-256color" || process.env.TERM === "alacritty" || process.env.TERM === "rxvt-unicode" || process.env.TERM === "rxvt-unicode-256color" || process.env.TERMINAL_EMULATOR === "JetBrains-JediTerm";
|
|
493
490
|
}
|
|
494
491
|
__name(isUnicodeSupported, "isUnicodeSupported");
|
|
495
492
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.122.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
},
|
|
41
41
|
"license": "Apache-2.0",
|
|
42
42
|
"private": false,
|
|
43
|
-
"packageManager": "pnpm@
|
|
44
|
-
"engines": { "node": ">=22.4.0", "pnpm": ">=
|
|
43
|
+
"packageManager": "pnpm@10.3.0",
|
|
44
|
+
"engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
|
|
45
45
|
"main": "./dist/preset.cjs",
|
|
46
46
|
"module": "./dist/preset.js",
|
|
47
47
|
"exports": {
|
|
@@ -132,6 +132,7 @@
|
|
|
132
132
|
"@eslint/config-inspector": "^0.5.1",
|
|
133
133
|
"@nx/eslint": "^20.3.1",
|
|
134
134
|
"@nx/workspace": "^20.3.1",
|
|
135
|
+
"eslint": "^9.20.0",
|
|
135
136
|
"graphql": ">=16.9.0",
|
|
136
137
|
"typescript": "^5.7.2"
|
|
137
138
|
},
|
|
@@ -148,9 +149,10 @@
|
|
|
148
149
|
"@graphql-eslint/eslint-plugin": "4.3.0",
|
|
149
150
|
"@next/eslint-plugin-next": "15.1.6",
|
|
150
151
|
"@nx/eslint-plugin": "^20.3.1",
|
|
152
|
+
"@typescript-eslint/utils": "^8.24.0",
|
|
151
153
|
"chalk": "^5.4.1",
|
|
152
154
|
"defu": "6.1.4",
|
|
153
|
-
"eslint": "^9.
|
|
155
|
+
"eslint": "^9.20.0",
|
|
154
156
|
"eslint-config-prettier": "10.0.1",
|
|
155
157
|
"eslint-plugin-es-x": "7.6.0",
|
|
156
158
|
"eslint-plugin-import": "^2.29.1",
|
|
@@ -170,7 +172,7 @@
|
|
|
170
172
|
"eslint-plugin-sonarjs": "3.0.1",
|
|
171
173
|
"eslint-plugin-storybook": "0.11.0",
|
|
172
174
|
"eslint-plugin-tsdoc": "0.4.0",
|
|
173
|
-
"eslint-plugin-unicorn": "56.0.
|
|
175
|
+
"eslint-plugin-unicorn": "56.0.1",
|
|
174
176
|
"eslint-plugin-yml": "1.14.0",
|
|
175
177
|
"globals": "^15.8.0",
|
|
176
178
|
"jsonc-eslint-parser": "2.4.0",
|
|
@@ -185,7 +187,7 @@
|
|
|
185
187
|
"@types/eslint": "^9.6.1",
|
|
186
188
|
"@types/eslint__js": "^8.42.3",
|
|
187
189
|
"@types/node": "^22.10.2",
|
|
188
|
-
"
|
|
190
|
+
"esbuild": "^0.24.0",
|
|
189
191
|
"eslint-typegen": "^1.0.0",
|
|
190
192
|
"graphql": ">=16.9.0",
|
|
191
193
|
"tsup": "8.3.5",
|