@storm-software/eslint 0.169.134 → 0.169.136
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/{chunk-N2OBSANH.js → chunk-7ZFWLIFE.js} +1 -1
- package/dist/{chunk-IMYHP6YO.js → chunk-A4FOMCUL.js} +1 -1
- package/dist/{chunk-QSL7N72D.js → chunk-ADP4AA6N.js} +1 -1
- package/dist/{chunk-OS5BWNO4.js → chunk-FG3UFBTY.js} +1 -1
- package/dist/{chunk-GRP5M6FC.js → chunk-KCYKMPC6.js} +2 -2
- package/dist/{chunk-W6Z5TA6S.js → chunk-O7GV43EU.js} +1 -1
- package/dist/{chunk-TMDYSCHP.js → chunk-RU22XDNZ.js} +3 -3
- package/dist/{chunk-5AZBVWFB.js → chunk-V3ELCUZX.js} +3 -3
- package/dist/{chunk-7CNAMNPQ.js → chunk-ZKHT77ET.js} +2 -2
- package/dist/preset.cjs +4 -4
- package/dist/preset.js +10 -10
- package/dist/types.d.cts +10 -0
- package/dist/types.d.ts +10 -0
- 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 +12 -12
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -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__544fc81e26f13ef0455e9a50e1cc2f07/node_modules/tsup/assets/esm_shims.js"() {
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ACRONYMS_LIST } from './chunk-
|
|
2
|
-
import { init_esm_shims } from './chunk-
|
|
1
|
+
import { ACRONYMS_LIST } from './chunk-O7GV43EU.js';
|
|
2
|
+
import { init_esm_shims } from './chunk-FG3UFBTY.js';
|
|
3
3
|
|
|
4
4
|
// src/utils/get-file-banner.ts
|
|
5
5
|
init_esm_shims();
|
|
@@ -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-ZKHT77ET.js';
|
|
2
|
+
import { relative, joinPaths } from './chunk-ADP4AA6N.js';
|
|
3
|
+
import { init_esm_shims } from './chunk-FG3UFBTY.js';
|
|
4
4
|
import { existsSync, statSync } from 'node:fs';
|
|
5
5
|
|
|
6
6
|
// src/utils/tsconfig-path.ts
|
|
@@ -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-KCYKMPC6.js';
|
|
2
|
+
import { GLOB_SRC } from './chunk-O7GV43EU.js';
|
|
3
|
+
import { init_esm_shims } from './chunk-FG3UFBTY.js';
|
|
4
4
|
import { ESLintUtils } from '@typescript-eslint/utils';
|
|
5
5
|
import os from 'node:os';
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { correctPaths } from './chunk-
|
|
2
|
-
import { init_esm_shims } from './chunk-
|
|
1
|
+
import { correctPaths } from './chunk-ADP4AA6N.js';
|
|
2
|
+
import { init_esm_shims } from './chunk-FG3UFBTY.js';
|
|
3
3
|
import { existsSync } from 'node:fs';
|
|
4
4
|
import { join } from 'node:path';
|
|
5
5
|
|
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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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
|
}
|
|
@@ -2526,7 +2526,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
2526
2526
|
warning: "#f3d371",
|
|
2527
2527
|
danger: "#D8314A",
|
|
2528
2528
|
fatal: "#a40e26",
|
|
2529
|
-
performance: "#
|
|
2529
|
+
performance: "#80fd74"}
|
|
2530
2530
|
};
|
|
2531
2531
|
|
|
2532
2532
|
// ../config-tools/src/logger/chalk.ts
|
|
@@ -4651,7 +4651,7 @@ var fatalColorSchema = optional(colorSchema);
|
|
|
4651
4651
|
schemaRegistry.add(fatalColorSchema, {
|
|
4652
4652
|
description: "The fatal color of the workspace"
|
|
4653
4653
|
});
|
|
4654
|
-
var performanceColorSchema = _default(colorSchema, "#
|
|
4654
|
+
var performanceColorSchema = _default(colorSchema, "#80fd74");
|
|
4655
4655
|
schemaRegistry.add(performanceColorSchema, {
|
|
4656
4656
|
description: "The performance color of the workspace"
|
|
4657
4657
|
});
|
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-7ZFWLIFE.js';
|
|
2
|
+
import { getTsConfigPath } from './chunk-RU22XDNZ.js';
|
|
3
|
+
import { banner_plugin_default } from './chunk-V3ELCUZX.js';
|
|
4
|
+
import { getFileBanner } from './chunk-KCYKMPC6.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-O7GV43EU.js';
|
|
6
|
+
import { findWorkspaceRoot } from './chunk-ZKHT77ET.js';
|
|
7
|
+
import { joinPaths } from './chunk-ADP4AA6N.js';
|
|
8
|
+
import { __commonJS, init_esm_shims, __toESM } from './chunk-FG3UFBTY.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';
|
|
@@ -1964,7 +1964,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
1964
1964
|
warning: "#f3d371",
|
|
1965
1965
|
danger: "#D8314A",
|
|
1966
1966
|
fatal: "#a40e26",
|
|
1967
|
-
performance: "#
|
|
1967
|
+
performance: "#80fd74"}
|
|
1968
1968
|
};
|
|
1969
1969
|
|
|
1970
1970
|
// ../config-tools/src/logger/chalk.ts
|
|
@@ -4089,7 +4089,7 @@ var fatalColorSchema = optional(colorSchema);
|
|
|
4089
4089
|
schemaRegistry.add(fatalColorSchema, {
|
|
4090
4090
|
description: "The fatal color of the workspace"
|
|
4091
4091
|
});
|
|
4092
|
-
var performanceColorSchema = _default(colorSchema, "#
|
|
4092
|
+
var performanceColorSchema = _default(colorSchema, "#80fd74");
|
|
4093
4093
|
schemaRegistry.add(performanceColorSchema, {
|
|
4094
4094
|
description: "The performance color of the workspace"
|
|
4095
4095
|
});
|
package/dist/types.d.cts
CHANGED
|
@@ -5977,6 +5977,11 @@ Backward pagination arguments
|
|
|
5977
5977
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/require-top-level-describe.md
|
|
5978
5978
|
*/
|
|
5979
5979
|
'test/require-top-level-describe'?: Linter.RuleEntry<TestRequireTopLevelDescribe>
|
|
5980
|
+
/**
|
|
5981
|
+
* enforce unbound methods are called with their expected scope
|
|
5982
|
+
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/unbound-method.md
|
|
5983
|
+
*/
|
|
5984
|
+
'test/unbound-method'?: Linter.RuleEntry<TestUnboundMethod>
|
|
5980
5985
|
/**
|
|
5981
5986
|
* enforce valid describe callback
|
|
5982
5987
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/valid-describe-callback.md
|
|
@@ -16014,6 +16019,11 @@ type TestRequireTopLevelDescribe = []|[{
|
|
|
16014
16019
|
|
|
16015
16020
|
maxNumberOfTopLevelDescribes?: number
|
|
16016
16021
|
}]
|
|
16022
|
+
// ----- test/unbound-method -----
|
|
16023
|
+
type TestUnboundMethod = []|[{
|
|
16024
|
+
|
|
16025
|
+
ignoreStatic?: boolean
|
|
16026
|
+
}]
|
|
16017
16027
|
// ----- test/valid-expect -----
|
|
16018
16028
|
type TestValidExpect = []|[{
|
|
16019
16029
|
|
package/dist/types.d.ts
CHANGED
|
@@ -5977,6 +5977,11 @@ Backward pagination arguments
|
|
|
5977
5977
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/require-top-level-describe.md
|
|
5978
5978
|
*/
|
|
5979
5979
|
'test/require-top-level-describe'?: Linter.RuleEntry<TestRequireTopLevelDescribe>
|
|
5980
|
+
/**
|
|
5981
|
+
* enforce unbound methods are called with their expected scope
|
|
5982
|
+
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/unbound-method.md
|
|
5983
|
+
*/
|
|
5984
|
+
'test/unbound-method'?: Linter.RuleEntry<TestUnboundMethod>
|
|
5980
5985
|
/**
|
|
5981
5986
|
* enforce valid describe callback
|
|
5982
5987
|
* @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/valid-describe-callback.md
|
|
@@ -16014,6 +16019,11 @@ type TestRequireTopLevelDescribe = []|[{
|
|
|
16014
16019
|
|
|
16015
16020
|
maxNumberOfTopLevelDescribes?: number
|
|
16016
16021
|
}]
|
|
16022
|
+
// ----- test/unbound-method -----
|
|
16023
|
+
type TestUnboundMethod = []|[{
|
|
16024
|
+
|
|
16025
|
+
ignoreStatic?: boolean
|
|
16026
|
+
}]
|
|
16017
16027
|
// ----- test/valid-expect -----
|
|
16018
16028
|
type TestValidExpect = []|[{
|
|
16019
16029
|
|
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-V3ELCUZX.js';
|
|
2
|
+
import '../chunk-KCYKMPC6.js';
|
|
3
|
+
import '../chunk-O7GV43EU.js';
|
|
4
|
+
import '../chunk-FG3UFBTY.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-O7GV43EU.js';
|
|
2
|
+
import '../chunk-FG3UFBTY.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-ADP4AA6N.js';
|
|
2
|
+
import '../chunk-FG3UFBTY.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-ZKHT77ET.js';
|
|
2
|
+
import '../chunk-ADP4AA6N.js';
|
|
3
|
+
import '../chunk-FG3UFBTY.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { formatConfig } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { formatConfig } from '../chunk-A4FOMCUL.js';
|
|
2
|
+
import '../chunk-FG3UFBTY.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { getFileBanner } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { getFileBanner } from '../chunk-KCYKMPC6.js';
|
|
2
|
+
import '../chunk-O7GV43EU.js';
|
|
3
|
+
import '../chunk-FG3UFBTY.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__544fc81e26f13ef0455e9a50e1cc2f07/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-7ZFWLIFE.js';
|
|
2
|
+
import '../chunk-FG3UFBTY.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-O7GV43EU.js';
|
|
2
|
+
export { formatConfig } from '../chunk-A4FOMCUL.js';
|
|
3
|
+
import { init_esm_shims } from '../chunk-FG3UFBTY.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-RU22XDNZ.js';
|
|
2
|
+
import '../chunk-ZKHT77ET.js';
|
|
3
|
+
import '../chunk-ADP4AA6N.js';
|
|
4
|
+
import '../chunk-FG3UFBTY.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.169.
|
|
3
|
+
"version": "0.169.136",
|
|
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,16 +141,16 @@
|
|
|
141
141
|
"@eslint/eslintrc": "^3.3.5",
|
|
142
142
|
"@eslint/markdown": "^6.6.0",
|
|
143
143
|
"@nx/eslint-plugin": "22.6.0",
|
|
144
|
-
"@storm-software/config": "^1.
|
|
145
|
-
"@storm-software/config-tools": "^1.189.
|
|
144
|
+
"@storm-software/config": "^1.137.1",
|
|
145
|
+
"@storm-software/config-tools": "^1.189.47",
|
|
146
146
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
147
|
-
"@typescript-eslint/eslint-plugin": "^8.57.
|
|
148
|
-
"@typescript-eslint/parser": "^8.57.
|
|
149
|
-
"@typescript-eslint/utils": "^8.57.
|
|
150
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
147
|
+
"@typescript-eslint/eslint-plugin": "^8.57.2",
|
|
148
|
+
"@typescript-eslint/parser": "^8.57.2",
|
|
149
|
+
"@typescript-eslint/utils": "^8.57.2",
|
|
150
|
+
"@vitest/eslint-plugin": "^1.6.13",
|
|
151
151
|
"chalk": "^4.1.2",
|
|
152
152
|
"defu": "6.1.4",
|
|
153
|
-
"eslint-config-flat-gitignore": "^2.
|
|
153
|
+
"eslint-config-flat-gitignore": "^2.3.0",
|
|
154
154
|
"eslint-config-prettier": "^10.1.8",
|
|
155
155
|
"eslint-flat-config-utils": "^2.1.4",
|
|
156
156
|
"eslint-merge-processors": "^2.0.0",
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"@eslint-types/typescript-eslint": "^7.5.0",
|
|
190
190
|
"@eslint/config-inspector": "^0.5.6",
|
|
191
191
|
"@graphql-eslint/eslint-plugin": "^4.4.0",
|
|
192
|
-
"@next/eslint-plugin-next": "^15.5.
|
|
192
|
+
"@next/eslint-plugin-next": "^15.5.14",
|
|
193
193
|
"@nx/eslint": "22.6.0",
|
|
194
194
|
"@prettier/plugin-xml": "^3.4.2",
|
|
195
195
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"@types/eslint__js": "^8.42.3",
|
|
198
198
|
"@types/node": "^25.5.0",
|
|
199
199
|
"@unocss/eslint-plugin": "^65.5.0",
|
|
200
|
-
"astro-eslint-parser": "^1.
|
|
200
|
+
"astro-eslint-parser": "^1.4.0",
|
|
201
201
|
"esbuild": "^0.25.12",
|
|
202
202
|
"eslint": "^9.39.4",
|
|
203
203
|
"eslint-plugin-astro": "^1.6.0",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"eslint-plugin-relay": "^1.8.3",
|
|
211
211
|
"eslint-plugin-storybook": "^0.11.6",
|
|
212
212
|
"eslint-typegen": "^1.0.0",
|
|
213
|
-
"graphql": "^16.13.
|
|
213
|
+
"graphql": "^16.13.2",
|
|
214
214
|
"prettier-plugin-astro": "^0.14.1",
|
|
215
215
|
"tsup": "8.4.0",
|
|
216
216
|
"tsx": "^4.21.0",
|
|
@@ -239,5 +239,5 @@
|
|
|
239
239
|
"prettier-plugin-astro": "^0.14.0"
|
|
240
240
|
},
|
|
241
241
|
"publishConfig": { "access": "public" },
|
|
242
|
-
"gitHead": "
|
|
242
|
+
"gitHead": "b5b3c51a63e328729b23693d73ab17751fdf367c"
|
|
243
243
|
}
|