@storm-software/linting-tools 1.104.0 → 1.104.1
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/bin/lint.cjs +2 -2
- package/bin/lint.js +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +142 -1
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/bin/lint.cjs
CHANGED
|
@@ -632,7 +632,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
|
|
|
632
632
|
envName: fileName?.toUpperCase(),
|
|
633
633
|
jitiOptions: {
|
|
634
634
|
debug: false,
|
|
635
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
635
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
636
636
|
},
|
|
637
637
|
...options
|
|
638
638
|
});
|
|
@@ -644,7 +644,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
|
|
|
644
644
|
envName: fileName?.toUpperCase(),
|
|
645
645
|
jitiOptions: {
|
|
646
646
|
debug: false,
|
|
647
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
647
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
648
648
|
},
|
|
649
649
|
configFile: fileName,
|
|
650
650
|
...options
|
package/bin/lint.js
CHANGED
|
@@ -611,7 +611,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
|
|
|
611
611
|
envName: fileName?.toUpperCase(),
|
|
612
612
|
jitiOptions: {
|
|
613
613
|
debug: false,
|
|
614
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
614
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
615
615
|
},
|
|
616
616
|
...options
|
|
617
617
|
});
|
|
@@ -623,7 +623,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
|
|
|
623
623
|
envName: fileName?.toUpperCase(),
|
|
624
624
|
jitiOptions: {
|
|
625
625
|
debug: false,
|
|
626
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
626
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
627
627
|
},
|
|
628
628
|
configFile: fileName,
|
|
629
629
|
...options
|
package/dist/index.cjs
CHANGED
|
@@ -576,7 +576,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
|
|
|
576
576
|
envName: _optionalChain([fileName, 'optionalAccess', _30 => _30.toUpperCase, 'call', _31 => _31()]),
|
|
577
577
|
jitiOptions: {
|
|
578
578
|
debug: false,
|
|
579
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
579
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
580
580
|
},
|
|
581
581
|
...options
|
|
582
582
|
});
|
|
@@ -588,7 +588,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
|
|
|
588
588
|
envName: _optionalChain([fileName, 'optionalAccess', _32 => _32.toUpperCase, 'call', _33 => _33()]),
|
|
589
589
|
jitiOptions: {
|
|
590
590
|
debug: false,
|
|
591
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
591
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
592
592
|
},
|
|
593
593
|
configFile: fileName,
|
|
594
594
|
...options
|
package/dist/index.js
CHANGED
|
@@ -576,7 +576,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
|
|
|
576
576
|
envName: fileName?.toUpperCase(),
|
|
577
577
|
jitiOptions: {
|
|
578
578
|
debug: false,
|
|
579
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
579
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
580
580
|
},
|
|
581
581
|
...options
|
|
582
582
|
});
|
|
@@ -588,7 +588,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
|
|
|
588
588
|
envName: fileName?.toUpperCase(),
|
|
589
589
|
jitiOptions: {
|
|
590
590
|
debug: false,
|
|
591
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
591
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
592
592
|
},
|
|
593
593
|
configFile: fileName,
|
|
594
594
|
...options
|
package/package.json
CHANGED
|
@@ -1 +1,142 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"name": "@storm-software/linting-tools",
|
|
3
|
+
"version": "1.104.1",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "github",
|
|
8
|
+
"url": "https://github.com/storm-software/storm-ops",
|
|
9
|
+
"directory": "packages/linting-tools"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://stormsoftware.com",
|
|
12
|
+
"bugs": "https://github.com/storm-software/storm-ops/issues",
|
|
13
|
+
"author": {
|
|
14
|
+
"name": "Storm Software",
|
|
15
|
+
"email": "contact@stormsoftware.com",
|
|
16
|
+
"url": "https://stormsoftware.com"
|
|
17
|
+
},
|
|
18
|
+
"maintainers": [
|
|
19
|
+
{
|
|
20
|
+
"name": "Storm Software",
|
|
21
|
+
"email": "contact@stormsoftware.com",
|
|
22
|
+
"url": "https://stormsoftware.com"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "Pat Sullivan",
|
|
26
|
+
"email": "admin@stormsoftware.com",
|
|
27
|
+
"url": "https://patsullivan.org"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"contributors": [
|
|
31
|
+
{
|
|
32
|
+
"name": "Storm Software",
|
|
33
|
+
"email": "contact@stormsoftware.com",
|
|
34
|
+
"url": "https://stormsoftware.com"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"funding": {
|
|
38
|
+
"type": "github",
|
|
39
|
+
"url": "https://github.com/sponsors/storm-software"
|
|
40
|
+
},
|
|
41
|
+
"license": "Apache-2.0",
|
|
42
|
+
"private": false,
|
|
43
|
+
"packageManager": "pnpm@9.15.2",
|
|
44
|
+
"engines": { "node": ">=22.4.0", "pnpm": ">=9.15.2" },
|
|
45
|
+
"bin": {
|
|
46
|
+
"storm-lint": "./bin/lint.cjs",
|
|
47
|
+
"storm-lint-esm": "./bin/lint.js",
|
|
48
|
+
"storm-lint-cjs": "./bin/lint.cjs"
|
|
49
|
+
},
|
|
50
|
+
"main": "./dist/index.cjs",
|
|
51
|
+
"module": "./dist/index.js",
|
|
52
|
+
"exports": {
|
|
53
|
+
"./package.json": "./package.json",
|
|
54
|
+
".": {
|
|
55
|
+
"import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
|
|
56
|
+
"require": {
|
|
57
|
+
"types": "./dist/index.d.cts",
|
|
58
|
+
"default": "./dist/index.cjs"
|
|
59
|
+
},
|
|
60
|
+
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
|
|
61
|
+
},
|
|
62
|
+
"./index": {
|
|
63
|
+
"import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
|
|
64
|
+
"require": {
|
|
65
|
+
"types": "./dist/index.d.cts",
|
|
66
|
+
"default": "./dist/index.cjs"
|
|
67
|
+
},
|
|
68
|
+
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
|
|
69
|
+
},
|
|
70
|
+
"./biome/*": "./biome/*",
|
|
71
|
+
"./ls-lint/*": "./ls-lint/*",
|
|
72
|
+
"./syncpack/*": "./syncpack/*",
|
|
73
|
+
"./cspell/*": "./cspell/*",
|
|
74
|
+
"./alex/*": "./alex/*",
|
|
75
|
+
"./taplo/*": "./taplo/*",
|
|
76
|
+
"./zizmor/*": "./zizmor/*",
|
|
77
|
+
"./dependency-cruiser/*": "./dependency-cruiser/*"
|
|
78
|
+
},
|
|
79
|
+
"types": "./dist/index.d.ts",
|
|
80
|
+
"files": [
|
|
81
|
+
"alex/**/*",
|
|
82
|
+
"bin/**/*",
|
|
83
|
+
"biome/**/*",
|
|
84
|
+
"cspell/**/*",
|
|
85
|
+
"dist/**/*",
|
|
86
|
+
"ls-lint/**/*",
|
|
87
|
+
"syncpack/**/*",
|
|
88
|
+
"taplo/**/*",
|
|
89
|
+
"zizmor/**/*"
|
|
90
|
+
],
|
|
91
|
+
"keywords": [
|
|
92
|
+
"storm-software",
|
|
93
|
+
"monorepo",
|
|
94
|
+
"storm-ops",
|
|
95
|
+
"sullivanpj",
|
|
96
|
+
"manypkg",
|
|
97
|
+
"ls-lint",
|
|
98
|
+
"cspell",
|
|
99
|
+
"biome",
|
|
100
|
+
"alex",
|
|
101
|
+
"taplo",
|
|
102
|
+
"syncpack",
|
|
103
|
+
"zizmor"
|
|
104
|
+
],
|
|
105
|
+
"peerDependencies": { "@storm-software/cspell": "workspace:*" },
|
|
106
|
+
"peerDependenciesMeta": { "@storm-software/cspell": { "optional": false } },
|
|
107
|
+
"dependencies": {
|
|
108
|
+
"@angular-devkit/architect": "0.1900.6",
|
|
109
|
+
"@manypkg/cli": "0.21.4",
|
|
110
|
+
"@manypkg/get-packages": "2.2.1",
|
|
111
|
+
"alex": "11.0.1",
|
|
112
|
+
"check-dependency-version-consistency": "4.1.0",
|
|
113
|
+
"commander": "^12.1.0",
|
|
114
|
+
"dpdm": "3.14.0",
|
|
115
|
+
"fast-glob": "3.3.2",
|
|
116
|
+
"fs-extra": "11.2.0",
|
|
117
|
+
"octokit": "4.0.2",
|
|
118
|
+
"p-limit": "5.0.0",
|
|
119
|
+
"rehype-parse": "9.0.0",
|
|
120
|
+
"rehype-retext": "4.0.0",
|
|
121
|
+
"remark-frontmatter": "5.0.0",
|
|
122
|
+
"remark-gfm": "4.0.0",
|
|
123
|
+
"remark-mdx": "3.0.1",
|
|
124
|
+
"remark-parse": "11.0.0",
|
|
125
|
+
"remark-retext": "6.0.0",
|
|
126
|
+
"retext-english": "5.0.0",
|
|
127
|
+
"retext-equality": "7.1.0",
|
|
128
|
+
"retext-profanities": "8.0.0",
|
|
129
|
+
"spawndamnit": "2.0.0",
|
|
130
|
+
"tsconfig-paths": "4.2.0",
|
|
131
|
+
"unified": "11.0.5",
|
|
132
|
+
"unified-engine": "11.2.1",
|
|
133
|
+
"vfile-reporter": "8.1.1"
|
|
134
|
+
},
|
|
135
|
+
"devDependencies": {
|
|
136
|
+
"@storm-software/cspell": "0.6.1",
|
|
137
|
+
"@types/node": "^22.10.2",
|
|
138
|
+
"cspell": "8.8.4",
|
|
139
|
+
"tsup": "8.3.5"
|
|
140
|
+
},
|
|
141
|
+
"publishConfig": { "access": "public" }
|
|
142
|
+
}
|