@storm-software/eslint 0.169.102 → 0.169.104
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-L3LWC2Q2.js → chunk-H3RCHNCA.js} +1 -1
- package/dist/{chunk-UVJN4TQE.js → chunk-HGKDUUP5.js} +2 -2
- package/dist/{chunk-SHDRQRAZ.js → chunk-KD3E54TD.js} +3 -3
- package/dist/{chunk-PWQ34SJ2.js → chunk-PKXKXCCD.js} +1 -1
- package/dist/{chunk-UDXTXTFI.js → chunk-Q25MSM3K.js} +2 -2
- package/dist/{chunk-A32JZBPO.js → chunk-RSOBNZB3.js} +1 -1
- package/dist/{chunk-O72R6YEJ.js → chunk-SMKQOITJ.js} +3 -3
- package/dist/{chunk-T4LUMNGJ.js → chunk-V4HRYKCY.js} +1 -1
- package/dist/{chunk-IWQLEJ77.js → chunk-VWADAV3Y.js} +1 -1
- package/dist/preset.cjs +3 -3
- package/dist/preset.js +9 -9
- package/dist/types.d.cts +38 -2
- package/dist/types.d.ts +38 -2
- 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 +16 -16
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 -->
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { correctPaths } from './chunk-
|
|
2
|
-
import { init_esm_shims } from './chunk-
|
|
1
|
+
import { correctPaths } from './chunk-V4HRYKCY.js';
|
|
2
|
+
import { init_esm_shims } from './chunk-PKXKXCCD.js';
|
|
3
3
|
import { existsSync } from 'node:fs';
|
|
4
4
|
import { join } from 'node:path';
|
|
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-Q25MSM3K.js';
|
|
2
|
+
import { GLOB_SRC } from './chunk-H3RCHNCA.js';
|
|
3
|
+
import { init_esm_shims } from './chunk-PKXKXCCD.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__a9cefbd35e33069f17719a3a61e5a32e/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-H3RCHNCA.js';
|
|
2
|
+
import { init_esm_shims } from './chunk-PKXKXCCD.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-HGKDUUP5.js';
|
|
2
|
+
import { relative, joinPaths } from './chunk-V4HRYKCY.js';
|
|
3
|
+
import { init_esm_shims } from './chunk-PKXKXCCD.js';
|
|
4
4
|
import { existsSync, statSync } from 'node:fs';
|
|
5
5
|
|
|
6
6
|
// src/utils/tsconfig-path.ts
|
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__a9cefbd35e33069f17719a3a61e5a32e/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__a9cefbd35e33069f17719a3a61e5a32e/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
|
}
|
|
@@ -1772,7 +1772,7 @@ init_cjs_shims();
|
|
|
1772
1772
|
// src/plugins.ts
|
|
1773
1773
|
init_cjs_shims();
|
|
1774
1774
|
|
|
1775
|
-
// ../../node_modules/.pnpm/eslint-plugin-pnpm@0.3.0_patch_hash=
|
|
1775
|
+
// ../../node_modules/.pnpm/eslint-plugin-pnpm@0.3.0_patch_hash=72dcde755c336eeca3e6170de1106fd85ecb66171e060788f80_a0e867e2fdd5e61b2177f27f7d5585ff/node_modules/eslint-plugin-pnpm/dist/index.mjs
|
|
1776
1776
|
init_cjs_shims();
|
|
1777
1777
|
var name = "eslint-plugin-pnpm";
|
|
1778
1778
|
var version = "0.3.0";
|
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-VWADAV3Y.js';
|
|
2
|
+
import { getTsConfigPath } from './chunk-SMKQOITJ.js';
|
|
3
|
+
import { banner_plugin_default } from './chunk-KD3E54TD.js';
|
|
4
|
+
import { getFileBanner } from './chunk-Q25MSM3K.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-H3RCHNCA.js';
|
|
6
|
+
import { findWorkspaceRoot } from './chunk-HGKDUUP5.js';
|
|
7
|
+
import { joinPaths } from './chunk-V4HRYKCY.js';
|
|
8
|
+
import { __commonJS, init_esm_shims, __toESM } from './chunk-PKXKXCCD.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';
|
|
@@ -1211,7 +1211,7 @@ init_esm_shims();
|
|
|
1211
1211
|
// src/plugins.ts
|
|
1212
1212
|
init_esm_shims();
|
|
1213
1213
|
|
|
1214
|
-
// ../../node_modules/.pnpm/eslint-plugin-pnpm@0.3.0_patch_hash=
|
|
1214
|
+
// ../../node_modules/.pnpm/eslint-plugin-pnpm@0.3.0_patch_hash=72dcde755c336eeca3e6170de1106fd85ecb66171e060788f80_a0e867e2fdd5e61b2177f27f7d5585ff/node_modules/eslint-plugin-pnpm/dist/index.mjs
|
|
1215
1215
|
init_esm_shims();
|
|
1216
1216
|
var name = "eslint-plugin-pnpm";
|
|
1217
1217
|
var version = "0.3.0";
|
package/dist/types.d.cts
CHANGED
|
@@ -967,6 +967,10 @@ Backward pagination arguments
|
|
|
967
967
|
* Use dprint to format code
|
|
968
968
|
*/
|
|
969
969
|
'format/dprint'?: Linter.RuleEntry<FormatDprint>
|
|
970
|
+
/**
|
|
971
|
+
* Use oxfmt to format code
|
|
972
|
+
*/
|
|
973
|
+
'format/oxfmt'?: Linter.RuleEntry<FormatOxfmt>
|
|
970
974
|
/**
|
|
971
975
|
* Use Prettier to format code
|
|
972
976
|
*/
|
|
@@ -3202,11 +3206,11 @@ Backward pagination arguments
|
|
|
3202
3206
|
/**
|
|
3203
3207
|
* An eslint rule that does pattern matching against an entire file
|
|
3204
3208
|
*/
|
|
3205
|
-
'no-secrets/no-pattern-match'?: Linter.RuleEntry<
|
|
3209
|
+
'no-secrets/no-pattern-match'?: Linter.RuleEntry<NoSecretsNoPatternMatch>
|
|
3206
3210
|
/**
|
|
3207
3211
|
* An eslint rule that looks for possible leftover secrets in code
|
|
3208
3212
|
*/
|
|
3209
|
-
'no-secrets/no-secrets'?: Linter.RuleEntry<
|
|
3213
|
+
'no-secrets/no-secrets'?: Linter.RuleEntry<NoSecretsNoSecrets>
|
|
3210
3214
|
/**
|
|
3211
3215
|
* Disallow assignments where both sides are exactly the same
|
|
3212
3216
|
* @see https://eslint.org/docs/latest/rules/no-self-assign
|
|
@@ -8505,6 +8509,10 @@ type FormatDprint = []|[{
|
|
|
8505
8509
|
plugins?: unknown[]
|
|
8506
8510
|
[k: string]: unknown | undefined
|
|
8507
8511
|
}]
|
|
8512
|
+
// ----- format/oxfmt -----
|
|
8513
|
+
type FormatOxfmt = []|[{
|
|
8514
|
+
[k: string]: unknown | undefined
|
|
8515
|
+
}]
|
|
8508
8516
|
// ----- format/prettier -----
|
|
8509
8517
|
type FormatPrettier = []|[{
|
|
8510
8518
|
parser: string
|
|
@@ -10881,6 +10889,34 @@ type NoRestrictedSyntax = (string | {
|
|
|
10881
10889
|
})[]
|
|
10882
10890
|
// ----- no-return-assign -----
|
|
10883
10891
|
type NoReturnAssign = []|[("except-parens" | "always")]
|
|
10892
|
+
// ----- no-secrets/no-pattern-match -----
|
|
10893
|
+
type NoSecretsNoPatternMatch = {
|
|
10894
|
+
|
|
10895
|
+
patterns: {
|
|
10896
|
+
|
|
10897
|
+
[k: string]: (string | {}) | undefined
|
|
10898
|
+
}
|
|
10899
|
+
}[]
|
|
10900
|
+
// ----- no-secrets/no-secrets -----
|
|
10901
|
+
type NoSecretsNoSecrets = {
|
|
10902
|
+
|
|
10903
|
+
tolerance: number
|
|
10904
|
+
|
|
10905
|
+
ignoreModules: boolean
|
|
10906
|
+
|
|
10907
|
+
ignoreCase: boolean
|
|
10908
|
+
|
|
10909
|
+
ignoreContent: ((string | {}) | (string | {})[])
|
|
10910
|
+
|
|
10911
|
+
ignoreIdentifiers: ((string | {}) | (string | {})[])
|
|
10912
|
+
|
|
10913
|
+
additionalDelimiters: ((string | {}) | (string | {})[])
|
|
10914
|
+
|
|
10915
|
+
additionalRegexes: {
|
|
10916
|
+
|
|
10917
|
+
[k: string]: (string | {}) | undefined
|
|
10918
|
+
}
|
|
10919
|
+
}[]
|
|
10884
10920
|
// ----- no-self-assign -----
|
|
10885
10921
|
type NoSelfAssign = []|[{
|
|
10886
10922
|
props?: boolean
|
package/dist/types.d.ts
CHANGED
|
@@ -967,6 +967,10 @@ Backward pagination arguments
|
|
|
967
967
|
* Use dprint to format code
|
|
968
968
|
*/
|
|
969
969
|
'format/dprint'?: Linter.RuleEntry<FormatDprint>
|
|
970
|
+
/**
|
|
971
|
+
* Use oxfmt to format code
|
|
972
|
+
*/
|
|
973
|
+
'format/oxfmt'?: Linter.RuleEntry<FormatOxfmt>
|
|
970
974
|
/**
|
|
971
975
|
* Use Prettier to format code
|
|
972
976
|
*/
|
|
@@ -3202,11 +3206,11 @@ Backward pagination arguments
|
|
|
3202
3206
|
/**
|
|
3203
3207
|
* An eslint rule that does pattern matching against an entire file
|
|
3204
3208
|
*/
|
|
3205
|
-
'no-secrets/no-pattern-match'?: Linter.RuleEntry<
|
|
3209
|
+
'no-secrets/no-pattern-match'?: Linter.RuleEntry<NoSecretsNoPatternMatch>
|
|
3206
3210
|
/**
|
|
3207
3211
|
* An eslint rule that looks for possible leftover secrets in code
|
|
3208
3212
|
*/
|
|
3209
|
-
'no-secrets/no-secrets'?: Linter.RuleEntry<
|
|
3213
|
+
'no-secrets/no-secrets'?: Linter.RuleEntry<NoSecretsNoSecrets>
|
|
3210
3214
|
/**
|
|
3211
3215
|
* Disallow assignments where both sides are exactly the same
|
|
3212
3216
|
* @see https://eslint.org/docs/latest/rules/no-self-assign
|
|
@@ -8505,6 +8509,10 @@ type FormatDprint = []|[{
|
|
|
8505
8509
|
plugins?: unknown[]
|
|
8506
8510
|
[k: string]: unknown | undefined
|
|
8507
8511
|
}]
|
|
8512
|
+
// ----- format/oxfmt -----
|
|
8513
|
+
type FormatOxfmt = []|[{
|
|
8514
|
+
[k: string]: unknown | undefined
|
|
8515
|
+
}]
|
|
8508
8516
|
// ----- format/prettier -----
|
|
8509
8517
|
type FormatPrettier = []|[{
|
|
8510
8518
|
parser: string
|
|
@@ -10881,6 +10889,34 @@ type NoRestrictedSyntax = (string | {
|
|
|
10881
10889
|
})[]
|
|
10882
10890
|
// ----- no-return-assign -----
|
|
10883
10891
|
type NoReturnAssign = []|[("except-parens" | "always")]
|
|
10892
|
+
// ----- no-secrets/no-pattern-match -----
|
|
10893
|
+
type NoSecretsNoPatternMatch = {
|
|
10894
|
+
|
|
10895
|
+
patterns: {
|
|
10896
|
+
|
|
10897
|
+
[k: string]: (string | {}) | undefined
|
|
10898
|
+
}
|
|
10899
|
+
}[]
|
|
10900
|
+
// ----- no-secrets/no-secrets -----
|
|
10901
|
+
type NoSecretsNoSecrets = {
|
|
10902
|
+
|
|
10903
|
+
tolerance: number
|
|
10904
|
+
|
|
10905
|
+
ignoreModules: boolean
|
|
10906
|
+
|
|
10907
|
+
ignoreCase: boolean
|
|
10908
|
+
|
|
10909
|
+
ignoreContent: ((string | {}) | (string | {})[])
|
|
10910
|
+
|
|
10911
|
+
ignoreIdentifiers: ((string | {}) | (string | {})[])
|
|
10912
|
+
|
|
10913
|
+
additionalDelimiters: ((string | {}) | (string | {})[])
|
|
10914
|
+
|
|
10915
|
+
additionalRegexes: {
|
|
10916
|
+
|
|
10917
|
+
[k: string]: (string | {}) | undefined
|
|
10918
|
+
}
|
|
10919
|
+
}[]
|
|
10884
10920
|
// ----- no-self-assign -----
|
|
10885
10921
|
type NoSelfAssign = []|[{
|
|
10886
10922
|
props?: boolean
|
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-KD3E54TD.js';
|
|
2
|
+
import '../chunk-Q25MSM3K.js';
|
|
3
|
+
import '../chunk-H3RCHNCA.js';
|
|
4
|
+
import '../chunk-PKXKXCCD.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-H3RCHNCA.js';
|
|
2
|
+
import '../chunk-PKXKXCCD.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-V4HRYKCY.js';
|
|
2
|
+
import '../chunk-PKXKXCCD.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { findWorkspaceRoot, findWorkspaceRootSafe } from '../chunk-HGKDUUP5.js';
|
|
2
|
+
import '../chunk-V4HRYKCY.js';
|
|
3
|
+
import '../chunk-PKXKXCCD.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { formatConfig } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { formatConfig } from '../chunk-RSOBNZB3.js';
|
|
2
|
+
import '../chunk-PKXKXCCD.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { getFileBanner } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { getFileBanner } from '../chunk-Q25MSM3K.js';
|
|
2
|
+
import '../chunk-H3RCHNCA.js';
|
|
3
|
+
import '../chunk-PKXKXCCD.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__a9cefbd35e33069f17719a3a61e5a32e/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-VWADAV3Y.js';
|
|
2
|
+
import '../chunk-PKXKXCCD.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-H3RCHNCA.js';
|
|
2
|
+
export { formatConfig } from '../chunk-RSOBNZB3.js';
|
|
3
|
+
import { init_esm_shims } from '../chunk-PKXKXCCD.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-SMKQOITJ.js';
|
|
2
|
+
import '../chunk-HGKDUUP5.js';
|
|
3
|
+
import '../chunk-V4HRYKCY.js';
|
|
4
|
+
import '../chunk-PKXKXCCD.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.104",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"keywords": [
|
|
@@ -138,19 +138,19 @@
|
|
|
138
138
|
"@antfu/install-pkg": "^1.1.0",
|
|
139
139
|
"@clack/prompts": "^0.10.1",
|
|
140
140
|
"@cspell/eslint-plugin": "^8.19.4",
|
|
141
|
-
"@eslint/eslintrc": "^3.3.
|
|
141
|
+
"@eslint/eslintrc": "^3.3.4",
|
|
142
142
|
"@eslint/markdown": "^6.6.0",
|
|
143
143
|
"@nx/eslint-plugin": "22.5.1",
|
|
144
|
-
"@storm-software/config": "^1.135.
|
|
145
|
-
"@storm-software/config-tools": "^1.189.
|
|
144
|
+
"@storm-software/config": "^1.135.17",
|
|
145
|
+
"@storm-software/config-tools": "^1.189.16",
|
|
146
146
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
147
|
-
"@typescript-eslint/eslint-plugin": "^8.56.
|
|
148
|
-
"@typescript-eslint/parser": "^8.56.
|
|
149
|
-
"@typescript-eslint/utils": "^8.56.
|
|
147
|
+
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
148
|
+
"@typescript-eslint/parser": "^8.56.1",
|
|
149
|
+
"@typescript-eslint/utils": "^8.56.1",
|
|
150
150
|
"@vitest/eslint-plugin": "^1.6.9",
|
|
151
151
|
"chalk": "^4.1.2",
|
|
152
152
|
"defu": "6.1.4",
|
|
153
|
-
"eslint-config-flat-gitignore": "^2.1
|
|
153
|
+
"eslint-config-flat-gitignore": "^2.2.1",
|
|
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",
|
|
@@ -161,10 +161,10 @@
|
|
|
161
161
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
162
162
|
"eslint-plugin-markdown": "^5.1.0",
|
|
163
163
|
"eslint-plugin-markdownlint": "^0.6.0",
|
|
164
|
-
"eslint-plugin-mdx": "^3.
|
|
164
|
+
"eslint-plugin-mdx": "^3.7.0",
|
|
165
165
|
"eslint-plugin-n": "^17.24.0",
|
|
166
166
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
167
|
-
"eslint-plugin-no-secrets": "^2.
|
|
167
|
+
"eslint-plugin-no-secrets": "^2.3.3",
|
|
168
168
|
"eslint-plugin-paths": "^1.1.0",
|
|
169
169
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
170
170
|
"eslint-plugin-pnpm": "0.3.0",
|
|
@@ -195,13 +195,13 @@
|
|
|
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.3.
|
|
198
|
+
"@types/node": "^25.3.5",
|
|
199
199
|
"@unocss/eslint-plugin": "^65.5.0",
|
|
200
200
|
"astro-eslint-parser": "^1.3.0",
|
|
201
201
|
"esbuild": "^0.25.12",
|
|
202
|
-
"eslint": "^9.39.
|
|
202
|
+
"eslint": "^9.39.3",
|
|
203
203
|
"eslint-plugin-astro": "^1.6.0",
|
|
204
|
-
"eslint-plugin-format": "^1.
|
|
204
|
+
"eslint-plugin-format": "^1.5.0",
|
|
205
205
|
"eslint-plugin-import-zod": "^1.2.1",
|
|
206
206
|
"eslint-plugin-react-compiler": "19.0.0-beta-21e868a-20250216",
|
|
207
207
|
"eslint-plugin-react-hooks": "^5.2.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.
|
|
213
|
+
"graphql": "^16.13.1",
|
|
214
214
|
"prettier-plugin-astro": "^0.14.1",
|
|
215
215
|
"tsup": "8.4.0",
|
|
216
216
|
"tsx": "^4.21.0",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"@storm-software/tsdoc": "*",
|
|
226
226
|
"@unocss/eslint-plugin": ">=0.50.0",
|
|
227
227
|
"astro-eslint-parser": "^1.0.2",
|
|
228
|
-
"eslint": "^9.39.
|
|
228
|
+
"eslint": "^9.39.3",
|
|
229
229
|
"eslint-plugin-astro": "^1.2.0",
|
|
230
230
|
"eslint-plugin-format": ">=0.1.0",
|
|
231
231
|
"eslint-plugin-import-zod": "^1.2.0",
|
|
@@ -239,5 +239,5 @@
|
|
|
239
239
|
"prettier-plugin-astro": "^0.14.0"
|
|
240
240
|
},
|
|
241
241
|
"publishConfig": { "access": "public" },
|
|
242
|
-
"gitHead": "
|
|
242
|
+
"gitHead": "082d71d3d16ea8d29abe946dc2f87d08c26d7012"
|
|
243
243
|
}
|