@storm-software/eslint 0.170.105 → 0.170.107
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 +5 -11
- package/dist/preset.js +3 -3
- package/dist/{src-B37473G7.js → src-S64ZK2BE.js} +1 -1
- package/package.json +9 -9
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 -->
|
package/dist/preset.cjs
CHANGED
|
@@ -2121,14 +2121,10 @@ var init_package = __esm({
|
|
|
2121
2121
|
"../eslint-plugin-tsdoc/package.json"() {
|
|
2122
2122
|
package_default3 = {
|
|
2123
2123
|
name: "@storm-software/eslint-plugin-tsdoc",
|
|
2124
|
-
version: "0.0.
|
|
2124
|
+
version: "0.0.36",
|
|
2125
2125
|
private: false,
|
|
2126
2126
|
description: "An ESLint Plugin that enforces TSDoc comments in Storm Software projects.",
|
|
2127
|
-
keywords: [
|
|
2128
|
-
"eslint",
|
|
2129
|
-
"eslint-plugin",
|
|
2130
|
-
"storm-software"
|
|
2131
|
-
],
|
|
2127
|
+
keywords: ["eslint", "eslint-plugin", "storm-software"],
|
|
2132
2128
|
homepage: "https://stormsoftware.com",
|
|
2133
2129
|
bugs: {
|
|
2134
2130
|
url: "https://stormsoftware.com/support",
|
|
@@ -2173,9 +2169,7 @@ var init_package = __esm({
|
|
|
2173
2169
|
},
|
|
2174
2170
|
types: "./dist/index.d.ts",
|
|
2175
2171
|
typings: "dist/index.d.mts",
|
|
2176
|
-
files: [
|
|
2177
|
-
"dist"
|
|
2178
|
-
],
|
|
2172
|
+
files: ["dist"],
|
|
2179
2173
|
dependencies: {
|
|
2180
2174
|
"@microsoft/tsdoc": "catalog:",
|
|
2181
2175
|
"@microsoft/tsdoc-config": "catalog:",
|
|
@@ -5916,7 +5910,7 @@ init_cjs_shims();
|
|
|
5916
5910
|
|
|
5917
5911
|
// ../eslint-plugin-banner/package.json
|
|
5918
5912
|
var package_default = {
|
|
5919
|
-
version: "0.0.
|
|
5913
|
+
version: "0.0.38"};
|
|
5920
5914
|
|
|
5921
5915
|
// ../eslint-plugin-banner/src/rules/banner.ts
|
|
5922
5916
|
init_cjs_shims();
|
|
@@ -20082,7 +20076,7 @@ plugin3.configs = configs3;
|
|
|
20082
20076
|
|
|
20083
20077
|
// ../eslint-plugin-pnpm/package.json
|
|
20084
20078
|
var package_default2 = {
|
|
20085
|
-
version: "0.0.
|
|
20079
|
+
version: "0.0.36"};
|
|
20086
20080
|
|
|
20087
20081
|
// ../eslint-plugin-pnpm/src/plugin.ts
|
|
20088
20082
|
var plugin4 = {
|
package/dist/preset.js
CHANGED
|
@@ -4872,7 +4872,7 @@ init_esm_shims();
|
|
|
4872
4872
|
|
|
4873
4873
|
// ../eslint-plugin-banner/package.json
|
|
4874
4874
|
var package_default = {
|
|
4875
|
-
version: "0.0.
|
|
4875
|
+
version: "0.0.38"};
|
|
4876
4876
|
|
|
4877
4877
|
// ../eslint-plugin-banner/src/rules/banner.ts
|
|
4878
4878
|
init_esm_shims();
|
|
@@ -18772,7 +18772,7 @@ plugin3.configs = configs3;
|
|
|
18772
18772
|
|
|
18773
18773
|
// ../eslint-plugin-pnpm/package.json
|
|
18774
18774
|
var package_default2 = {
|
|
18775
|
-
version: "0.0.
|
|
18775
|
+
version: "0.0.36"};
|
|
18776
18776
|
|
|
18777
18777
|
// ../eslint-plugin-pnpm/src/plugin.ts
|
|
18778
18778
|
var plugin4 = {
|
|
@@ -19651,7 +19651,7 @@ async function tsdoc(options = {}) {
|
|
|
19651
19651
|
} = options;
|
|
19652
19652
|
await ensurePackages(["@storm-software/eslint-plugin-tsdoc"]);
|
|
19653
19653
|
const [pluginTsdoc] = await Promise.all([
|
|
19654
|
-
interopDefault(import('./src-
|
|
19654
|
+
interopDefault(import('./src-S64ZK2BE.js'))
|
|
19655
19655
|
]);
|
|
19656
19656
|
return [
|
|
19657
19657
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.170.
|
|
3
|
+
"version": "0.170.107",
|
|
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,9 +141,9 @@
|
|
|
141
141
|
"@eslint/eslintrc": "^3.3.5",
|
|
142
142
|
"@eslint/markdown": "^6.6.0",
|
|
143
143
|
"@nx/eslint-plugin": "22.7.5",
|
|
144
|
-
"@storm-software/config": "1.138.
|
|
145
|
-
"@storm-software/config-tools": "1.190.
|
|
146
|
-
"@storm-software/package-constants": "0.1.
|
|
144
|
+
"@storm-software/config": "1.138.11",
|
|
145
|
+
"@storm-software/config-tools": "1.190.74",
|
|
146
|
+
"@storm-software/package-constants": "0.1.87",
|
|
147
147
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
148
148
|
"@typescript-eslint/eslint-plugin": "^8.61.1",
|
|
149
149
|
"@typescript-eslint/parser": "^8.61.1",
|
|
@@ -196,10 +196,10 @@
|
|
|
196
196
|
"@next/eslint-plugin-next": "^15.5.19",
|
|
197
197
|
"@nx/eslint": "22.7.5",
|
|
198
198
|
"@prettier/plugin-xml": "^3.4.2",
|
|
199
|
-
"@storm-software/eslint-plugin-banner": "0.0.
|
|
200
|
-
"@storm-software/eslint-plugin-pnpm": "0.0.
|
|
201
|
-
"@storm-software/eslint-plugin-tsdoc": "0.0.
|
|
202
|
-
"@storm-software/tsdoc": "0.13.
|
|
199
|
+
"@storm-software/eslint-plugin-banner": "0.0.39",
|
|
200
|
+
"@storm-software/eslint-plugin-pnpm": "0.0.37",
|
|
201
|
+
"@storm-software/eslint-plugin-tsdoc": "0.0.37",
|
|
202
|
+
"@storm-software/tsdoc": "0.13.227",
|
|
203
203
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
204
204
|
"@types/eslint": "^9.6.1",
|
|
205
205
|
"@types/eslint__js": "^8.42.3",
|
|
@@ -272,5 +272,5 @@
|
|
|
272
272
|
"zod": { "optional": true }
|
|
273
273
|
},
|
|
274
274
|
"publishConfig": { "access": "public" },
|
|
275
|
-
"gitHead": "
|
|
275
|
+
"gitHead": "9921582cf98c46916489dff566565984207ee690"
|
|
276
276
|
}
|