@storm-software/eslint 0.170.32 → 0.170.35
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/dist/{chunk-WZE5752J.js → chunk-3A3KMMJF.js} +3 -3
- package/dist/{chunk-N4YSO276.js → chunk-4L5P7O5T.js} +1 -1
- package/dist/{chunk-KC5OLECW.js → chunk-6VQNC5V6.js} +1 -1
- package/dist/{chunk-NC3WJQBG.js → chunk-B2F2NJ3W.js} +1 -1
- package/dist/{chunk-LTGFPTID.js → chunk-CU3WCSJV.js} +3 -3
- package/dist/{chunk-63BCHVIA.js → chunk-KPUW5PGE.js} +1 -1
- package/dist/{chunk-VLZM4VWX.js → chunk-NBIDD7NF.js} +2 -2
- package/dist/{chunk-RYOQ44W5.js → chunk-RDILXDR6.js} +1 -1
- package/dist/{chunk-722V55B6.js → chunk-WEP2IM22.js} +2 -2
- package/dist/preset.cjs +19 -10
- package/dist/preset.js +25 -16
- package/dist/types.js +1 -1
- package/dist/utils/banner-plugin.js +4 -4
- package/dist/utils/combine.js +1 -1
- package/dist/utils/constants.js +2 -2
- package/dist/utils/correct-paths.js +2 -2
- package/dist/utils/find-workspace-root.js +3 -3
- package/dist/utils/format-config.js +2 -2
- package/dist/utils/get-file-banner.js +3 -3
- package/dist/utils/helpers.cjs +1 -1
- package/dist/utils/helpers.js +2 -2
- package/dist/utils/index.js +3 -3
- package/dist/utils/tsconfig-path.js +4 -4
- package/package.json +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getFileBanner } from './chunk-
|
|
2
|
-
import { GLOB_SRC } from './chunk-
|
|
3
|
-
import { init_esm_shims } from './chunk-
|
|
1
|
+
import { getFileBanner } from './chunk-WEP2IM22.js';
|
|
2
|
+
import { GLOB_SRC } from './chunk-6VQNC5V6.js';
|
|
3
|
+
import { init_esm_shims } from './chunk-4L5P7O5T.js';
|
|
4
4
|
import { ESLintUtils } from '@typescript-eslint/utils';
|
|
5
5
|
import os from 'node:os';
|
|
6
6
|
|
|
@@ -30,7 +30,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
30
30
|
mod
|
|
31
31
|
));
|
|
32
32
|
var init_esm_shims = __esm({
|
|
33
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
33
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__17f35255c9b2c5d65e514e3b165d24e6/node_modules/tsup/assets/esm_shims.js"() {
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { findWorkspaceRoot } from './chunk-
|
|
2
|
-
import { relative, joinPaths } from './chunk-
|
|
3
|
-
import { init_esm_shims } from './chunk-
|
|
1
|
+
import { findWorkspaceRoot } from './chunk-NBIDD7NF.js';
|
|
2
|
+
import { relative, joinPaths } from './chunk-KPUW5PGE.js';
|
|
3
|
+
import { init_esm_shims } from './chunk-4L5P7O5T.js';
|
|
4
4
|
import { existsSync, statSync } from 'node:fs';
|
|
5
5
|
|
|
6
6
|
// src/utils/tsconfig-path.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { correctPaths } from './chunk-
|
|
2
|
-
import { init_esm_shims } from './chunk-
|
|
1
|
+
import { correctPaths } from './chunk-KPUW5PGE.js';
|
|
2
|
+
import { init_esm_shims } from './chunk-4L5P7O5T.js';
|
|
3
3
|
import { existsSync } from 'node:fs';
|
|
4
4
|
import { join } from 'node:path';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ACRONYMS_LIST } from './chunk-
|
|
2
|
-
import { init_esm_shims } from './chunk-
|
|
1
|
+
import { ACRONYMS_LIST } from './chunk-6VQNC5V6.js';
|
|
2
|
+
import { init_esm_shims } from './chunk-4L5P7O5T.js';
|
|
3
3
|
|
|
4
4
|
// src/utils/get-file-banner.ts
|
|
5
5
|
init_esm_shims();
|
package/dist/preset.cjs
CHANGED
|
@@ -112,10 +112,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
112
112
|
mod
|
|
113
113
|
));
|
|
114
114
|
|
|
115
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
115
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__17f35255c9b2c5d65e514e3b165d24e6/node_modules/tsup/assets/cjs_shims.js
|
|
116
116
|
var getImportMetaUrl, importMetaUrl;
|
|
117
117
|
var init_cjs_shims = __esm({
|
|
118
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
118
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__17f35255c9b2c5d65e514e3b165d24e6/node_modules/tsup/assets/cjs_shims.js"() {
|
|
119
119
|
getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
120
120
|
importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
121
121
|
}
|
|
@@ -2781,22 +2781,31 @@ ${hideDateTime ? "" : `${_chalk.gray(formatTimestamp(fullDateTime))} `}${_chalk.
|
|
|
2781
2781
|
};
|
|
2782
2782
|
var writeWarning = (message, config3) => getLogFn(LogLevel.WARN, config3)(message);
|
|
2783
2783
|
var writeTrace = (message, config3) => getLogFn(LogLevel.TRACE, config3)(message);
|
|
2784
|
-
var MAX_DEPTH =
|
|
2784
|
+
var MAX_DEPTH = 10;
|
|
2785
2785
|
var formatLogMessage = (message, options = {}, depth3 = 0) => {
|
|
2786
2786
|
if (depth3 > MAX_DEPTH) {
|
|
2787
2787
|
return "<max depth>";
|
|
2788
2788
|
}
|
|
2789
|
-
const prefix = options.prefix ?? "
|
|
2789
|
+
const prefix = options.prefix ?? "";
|
|
2790
2790
|
const skip = options.skip ?? [];
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
${
|
|
2794
|
-
(
|
|
2791
|
+
const sort = options.sort ?? true;
|
|
2792
|
+
return typeof message === "undefined" || message === null ? "<empty>" : typeof message === "string" ? !message ? "<empty string>" : message : Array.isArray(message) ? `
|
|
2793
|
+
${message.map(
|
|
2794
|
+
(item, index) => ` ${prefix}> #${index} = ${formatLogMessage(
|
|
2795
|
+
item,
|
|
2796
|
+
{ prefix: `${prefix}--`, skip, sort },
|
|
2797
|
+
depth3 + 1
|
|
2798
|
+
)}`
|
|
2799
|
+
).join("\n")}` : typeof message === "object" ? `
|
|
2800
|
+
${Object.keys(message).filter((key) => !skip.includes(key)).sort(sort ? (a, b) => a.localeCompare(b) : void 0).map(
|
|
2801
|
+
(key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? Object.keys(message[key]).filter(
|
|
2802
|
+
(key2) => !skip.includes(key2)
|
|
2803
|
+
).length === 0 ? "{}" : formatLogMessage(
|
|
2795
2804
|
message[key],
|
|
2796
|
-
{ prefix: `${prefix}
|
|
2805
|
+
{ prefix: `${prefix}--`, skip, sort },
|
|
2797
2806
|
depth3 + 1
|
|
2798
2807
|
) : message[key]}`
|
|
2799
|
-
).join("\n")}` : message;
|
|
2808
|
+
).join("\n")}` : String(message);
|
|
2800
2809
|
};
|
|
2801
2810
|
var _isFunction = (value) => {
|
|
2802
2811
|
try {
|
package/dist/preset.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { isInEditorEnv, interopDefault, ensurePackages, renameRules, parserPlain, isPackageInScope } from './chunk-
|
|
2
|
-
import { getTsConfigPath } from './chunk-
|
|
3
|
-
import { banner_plugin_default } from './chunk-
|
|
4
|
-
import { getFileBanner } from './chunk-
|
|
5
|
-
import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX, GLOB_JSX, GLOB_MARKDOWN, GLOB_ASTRO_TS, GLOB_SRC, GLOB_TESTS, GLOB_ASTRO, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_YAML, GLOB_TOML, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_CSS, GLOB_POSTCSS, GLOB_SCSS, GLOB_LESS, GLOB_HTML, GLOB_XML, GLOB_SVG, GLOB_GRAPHQL, GLOB_SRC_EXT } from './chunk-
|
|
6
|
-
import { findWorkspaceRoot } from './chunk-
|
|
7
|
-
import { joinPaths } from './chunk-
|
|
8
|
-
import { __commonJS, init_esm_shims, __toESM } from './chunk-
|
|
1
|
+
import { isInEditorEnv, interopDefault, ensurePackages, renameRules, parserPlain, isPackageInScope } from './chunk-RDILXDR6.js';
|
|
2
|
+
import { getTsConfigPath } from './chunk-CU3WCSJV.js';
|
|
3
|
+
import { banner_plugin_default } from './chunk-3A3KMMJF.js';
|
|
4
|
+
import { getFileBanner } from './chunk-WEP2IM22.js';
|
|
5
|
+
import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX, GLOB_JSX, GLOB_MARKDOWN, GLOB_ASTRO_TS, GLOB_SRC, GLOB_TESTS, GLOB_ASTRO, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_YAML, GLOB_TOML, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_CSS, GLOB_POSTCSS, GLOB_SCSS, GLOB_LESS, GLOB_HTML, GLOB_XML, GLOB_SVG, GLOB_GRAPHQL, GLOB_SRC_EXT } from './chunk-6VQNC5V6.js';
|
|
6
|
+
import { findWorkspaceRoot } from './chunk-NBIDD7NF.js';
|
|
7
|
+
import { joinPaths } from './chunk-KPUW5PGE.js';
|
|
8
|
+
import { __commonJS, init_esm_shims, __toESM } from './chunk-4L5P7O5T.js';
|
|
9
9
|
import * as __import__microsoft_tsdocConfig from '@microsoft/tsdoc-config';
|
|
10
10
|
import * as __import_path from 'path';
|
|
11
11
|
import * as __import_fs from 'fs';
|
|
@@ -2205,22 +2205,31 @@ ${hideDateTime ? "" : `${_chalk.gray(formatTimestamp(fullDateTime))} `}${_chalk.
|
|
|
2205
2205
|
};
|
|
2206
2206
|
var writeWarning = (message, config3) => getLogFn(LogLevel.WARN, config3)(message);
|
|
2207
2207
|
var writeTrace = (message, config3) => getLogFn(LogLevel.TRACE, config3)(message);
|
|
2208
|
-
var MAX_DEPTH =
|
|
2208
|
+
var MAX_DEPTH = 10;
|
|
2209
2209
|
var formatLogMessage = (message, options = {}, depth2 = 0) => {
|
|
2210
2210
|
if (depth2 > MAX_DEPTH) {
|
|
2211
2211
|
return "<max depth>";
|
|
2212
2212
|
}
|
|
2213
|
-
const prefix = options.prefix ?? "
|
|
2213
|
+
const prefix = options.prefix ?? "";
|
|
2214
2214
|
const skip = options.skip ?? [];
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
${
|
|
2218
|
-
(
|
|
2215
|
+
const sort = options.sort ?? true;
|
|
2216
|
+
return typeof message === "undefined" || message === null ? "<empty>" : typeof message === "string" ? !message ? "<empty string>" : message : Array.isArray(message) ? `
|
|
2217
|
+
${message.map(
|
|
2218
|
+
(item, index) => ` ${prefix}> #${index} = ${formatLogMessage(
|
|
2219
|
+
item,
|
|
2220
|
+
{ prefix: `${prefix}--`, skip, sort },
|
|
2221
|
+
depth2 + 1
|
|
2222
|
+
)}`
|
|
2223
|
+
).join("\n")}` : typeof message === "object" ? `
|
|
2224
|
+
${Object.keys(message).filter((key) => !skip.includes(key)).sort(sort ? (a, b) => a.localeCompare(b) : void 0).map(
|
|
2225
|
+
(key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? Object.keys(message[key]).filter(
|
|
2226
|
+
(key2) => !skip.includes(key2)
|
|
2227
|
+
).length === 0 ? "{}" : formatLogMessage(
|
|
2219
2228
|
message[key],
|
|
2220
|
-
{ prefix: `${prefix}
|
|
2229
|
+
{ prefix: `${prefix}--`, skip, sort },
|
|
2221
2230
|
depth2 + 1
|
|
2222
2231
|
) : message[key]}`
|
|
2223
|
-
).join("\n")}` : message;
|
|
2232
|
+
).join("\n")}` : String(message);
|
|
2224
2233
|
};
|
|
2225
2234
|
var _isFunction = (value) => {
|
|
2226
2235
|
try {
|
package/dist/types.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { banner_plugin_default as default } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
1
|
+
export { banner_plugin_default as default } from '../chunk-3A3KMMJF.js';
|
|
2
|
+
import '../chunk-WEP2IM22.js';
|
|
3
|
+
import '../chunk-6VQNC5V6.js';
|
|
4
|
+
import '../chunk-4L5P7O5T.js';
|
package/dist/utils/combine.js
CHANGED
package/dist/utils/constants.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ACRONYMS_LIST, GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVELTE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { ACRONYMS_LIST, GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVELTE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML } from '../chunk-6VQNC5V6.js';
|
|
2
|
+
import '../chunk-4L5P7O5T.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { basename, correctPaths, dirname, extname, format, isAbsolute, joinPaths, normalizeString, normalizeWindowsPath, parse, relative, resolve, sep, toNamespacedPath } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { basename, correctPaths, dirname, extname, format, isAbsolute, joinPaths, normalizeString, normalizeWindowsPath, parse, relative, resolve, sep, toNamespacedPath } from '../chunk-KPUW5PGE.js';
|
|
2
|
+
import '../chunk-4L5P7O5T.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-NBIDD7NF.js';
|
|
2
|
+
import '../chunk-KPUW5PGE.js';
|
|
3
|
+
import '../chunk-4L5P7O5T.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { formatConfig } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { formatConfig } from '../chunk-B2F2NJ3W.js';
|
|
2
|
+
import '../chunk-4L5P7O5T.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { getFileBanner } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { getFileBanner } from '../chunk-WEP2IM22.js';
|
|
2
|
+
import '../chunk-6VQNC5V6.js';
|
|
3
|
+
import '../chunk-4L5P7O5T.js';
|
package/dist/utils/helpers.cjs
CHANGED
|
@@ -8,7 +8,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
|
8
8
|
|
|
9
9
|
var process__default = /*#__PURE__*/_interopDefault(process);
|
|
10
10
|
|
|
11
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
11
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__17f35255c9b2c5d65e514e3b165d24e6/node_modules/tsup/assets/cjs_shims.js
|
|
12
12
|
var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
13
13
|
var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
14
14
|
var scopeUrl = url.fileURLToPath(new URL(".", importMetaUrl));
|
package/dist/utils/helpers.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ensurePackages, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, parserPlain, renameRules } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { ensurePackages, interopDefault, isInEditorEnv, isInGitHooksOrLintStaged, isPackageInScope, parserPlain, renameRules } from '../chunk-RDILXDR6.js';
|
|
2
|
+
import '../chunk-4L5P7O5T.js';
|
package/dist/utils/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { ACRONYMS_LIST, GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVELTE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML } from '../chunk-
|
|
2
|
-
export { formatConfig } from '../chunk-
|
|
3
|
-
import { init_esm_shims } from '../chunk-
|
|
1
|
+
export { ACRONYMS_LIST, GLOB_ALL_SRC, GLOB_ASTRO, GLOB_ASTRO_TS, GLOB_CODE_BLOCK, GLOB_CODE_FILE, GLOB_CSS, GLOB_EXCLUDE, GLOB_GRAPHQL, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_MARKDOWN, GLOB_MARKDOWN_CODE, GLOB_MARKDOWN_IN_MARKDOWN, GLOB_MDX, GLOB_POSTCSS, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_SVELTE, GLOB_SVG, GLOB_TESTS, GLOB_TOML, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_XML, GLOB_YAML } from '../chunk-6VQNC5V6.js';
|
|
2
|
+
export { formatConfig } from '../chunk-B2F2NJ3W.js';
|
|
3
|
+
import { init_esm_shims } from '../chunk-4L5P7O5T.js';
|
|
4
4
|
|
|
5
5
|
// src/utils/index.ts
|
|
6
6
|
init_esm_shims();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { checkTsConfigPath, getTsConfigPath } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
1
|
+
export { checkTsConfigPath, getTsConfigPath } from '../chunk-CU3WCSJV.js';
|
|
2
|
+
import '../chunk-NBIDD7NF.js';
|
|
3
|
+
import '../chunk-KPUW5PGE.js';
|
|
4
|
+
import '../chunk-4L5P7O5T.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.170.
|
|
3
|
+
"version": "0.170.35",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"keywords": [
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
"@eslint/eslintrc": "^3.3.5",
|
|
142
142
|
"@eslint/markdown": "^6.6.0",
|
|
143
143
|
"@nx/eslint-plugin": "22.7.1",
|
|
144
|
-
"@storm-software/config": "1.137.
|
|
145
|
-
"@storm-software/config-tools": "1.190.
|
|
144
|
+
"@storm-software/config": "^1.137.46",
|
|
145
|
+
"@storm-software/config-tools": "^1.190.14",
|
|
146
146
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
147
147
|
"@typescript-eslint/eslint-plugin": "^8.59.3",
|
|
148
148
|
"@typescript-eslint/parser": "^8.59.3",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
196
196
|
"@types/eslint": "^9.6.1",
|
|
197
197
|
"@types/eslint__js": "^8.42.3",
|
|
198
|
-
"@types/node": "^25.
|
|
198
|
+
"@types/node": "^25.8.0",
|
|
199
199
|
"@unocss/eslint-plugin": "^65.5.0",
|
|
200
200
|
"astro-eslint-parser": "^1.4.0",
|
|
201
201
|
"esbuild": "^0.25.12",
|
|
@@ -239,5 +239,5 @@
|
|
|
239
239
|
"prettier-plugin-astro": "^0.14.0"
|
|
240
240
|
},
|
|
241
241
|
"publishConfig": { "access": "public" },
|
|
242
|
-
"gitHead": "
|
|
242
|
+
"gitHead": "0c334cad4cd3237b830127698face8e1f4f508fb"
|
|
243
243
|
}
|