@storm-software/eslint 0.170.109 → 0.170.111
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-737IXBF3.js → src-Y47HAE7H.js} +1 -1
- package/package.json +10 -10
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.40",
|
|
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.42"};
|
|
5920
5914
|
|
|
5921
5915
|
// ../eslint-plugin-banner/src/rules/banner.ts
|
|
5922
5916
|
init_cjs_shims();
|
|
@@ -20120,7 +20114,7 @@ plugin3.configs = configs3;
|
|
|
20120
20114
|
|
|
20121
20115
|
// ../eslint-plugin-pnpm/package.json
|
|
20122
20116
|
var package_default2 = {
|
|
20123
|
-
version: "0.0.
|
|
20117
|
+
version: "0.0.40"};
|
|
20124
20118
|
|
|
20125
20119
|
// ../eslint-plugin-pnpm/src/plugin.ts
|
|
20126
20120
|
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.42"};
|
|
4876
4876
|
|
|
4877
4877
|
// ../eslint-plugin-banner/src/rules/banner.ts
|
|
4878
4878
|
init_esm_shims();
|
|
@@ -18810,7 +18810,7 @@ plugin3.configs = configs3;
|
|
|
18810
18810
|
|
|
18811
18811
|
// ../eslint-plugin-pnpm/package.json
|
|
18812
18812
|
var package_default2 = {
|
|
18813
|
-
version: "0.0.
|
|
18813
|
+
version: "0.0.40"};
|
|
18814
18814
|
|
|
18815
18815
|
// ../eslint-plugin-pnpm/src/plugin.ts
|
|
18816
18816
|
var plugin4 = {
|
|
@@ -19689,7 +19689,7 @@ async function tsdoc(options = {}) {
|
|
|
19689
19689
|
} = options;
|
|
19690
19690
|
await ensurePackages(["@storm-software/eslint-plugin-tsdoc"]);
|
|
19691
19691
|
const [pluginTsdoc] = await Promise.all([
|
|
19692
|
-
interopDefault(import('./src-
|
|
19692
|
+
interopDefault(import('./src-Y47HAE7H.js'))
|
|
19693
19693
|
]);
|
|
19694
19694
|
return [
|
|
19695
19695
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.170.
|
|
3
|
+
"version": "0.170.111",
|
|
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.15",
|
|
145
|
+
"@storm-software/config-tools": "1.190.78",
|
|
146
|
+
"@storm-software/package-constants": "0.1.91",
|
|
147
147
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
148
148
|
"@typescript-eslint/eslint-plugin": "^8.62.0",
|
|
149
149
|
"@typescript-eslint/parser": "^8.62.0",
|
|
@@ -189,17 +189,17 @@
|
|
|
189
189
|
},
|
|
190
190
|
"devDependencies": {
|
|
191
191
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
192
|
-
"@eslint-react/eslint-plugin": "^5.9.
|
|
192
|
+
"@eslint-react/eslint-plugin": "^5.9.3",
|
|
193
193
|
"@eslint-types/typescript-eslint": "^7.5.0",
|
|
194
194
|
"@eslint/config-inspector": "^1.5.0",
|
|
195
195
|
"@graphql-eslint/eslint-plugin": "^4.4.0",
|
|
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.43",
|
|
200
|
+
"@storm-software/eslint-plugin-pnpm": "0.0.41",
|
|
201
|
+
"@storm-software/eslint-plugin-tsdoc": "0.0.41",
|
|
202
|
+
"@storm-software/tsdoc": "0.13.231",
|
|
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": "c969fce9f24f583cbbe49cc655c74b9a82eab765"
|
|
276
276
|
}
|