@storm-software/eslint 0.170.112 → 0.170.113
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
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 -->
|
|
@@ -118,9 +118,9 @@ var GLOB_EXCLUDE = [
|
|
|
118
118
|
"**/vitest.workspace.{js,ts,cjs,cts,mjs,mts,json}",
|
|
119
119
|
"**/*.spec.{ts,tsx}",
|
|
120
120
|
"**/*.test.{ts,tsx}",
|
|
121
|
-
"**/output",
|
|
122
121
|
"**/temp",
|
|
123
122
|
"**/.temp",
|
|
123
|
+
"**/.output",
|
|
124
124
|
"**/.history",
|
|
125
125
|
"**/.vitepress/cache",
|
|
126
126
|
"**/.nuxt",
|
package/dist/preset.cjs
CHANGED
|
@@ -264,9 +264,9 @@ var init_globs = __esm({
|
|
|
264
264
|
"**/vitest.workspace.{js,ts,cjs,cts,mjs,mts,json}",
|
|
265
265
|
"**/*.spec.{ts,tsx}",
|
|
266
266
|
"**/*.test.{ts,tsx}",
|
|
267
|
-
"**/output",
|
|
268
267
|
"**/temp",
|
|
269
268
|
"**/.temp",
|
|
269
|
+
"**/.output",
|
|
270
270
|
"**/.history",
|
|
271
271
|
"**/.vitepress/cache",
|
|
272
272
|
"**/.nuxt",
|
|
@@ -2121,10 +2121,14 @@ 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.42",
|
|
2125
2125
|
private: false,
|
|
2126
2126
|
description: "An ESLint Plugin that enforces TSDoc comments in Storm Software projects.",
|
|
2127
|
-
keywords: [
|
|
2127
|
+
keywords: [
|
|
2128
|
+
"eslint",
|
|
2129
|
+
"eslint-plugin",
|
|
2130
|
+
"storm-software"
|
|
2131
|
+
],
|
|
2128
2132
|
homepage: "https://stormsoftware.com",
|
|
2129
2133
|
bugs: {
|
|
2130
2134
|
url: "https://stormsoftware.com/support",
|
|
@@ -2169,7 +2173,9 @@ var init_package = __esm({
|
|
|
2169
2173
|
},
|
|
2170
2174
|
types: "./dist/index.d.ts",
|
|
2171
2175
|
typings: "dist/index.d.mts",
|
|
2172
|
-
files: [
|
|
2176
|
+
files: [
|
|
2177
|
+
"dist"
|
|
2178
|
+
],
|
|
2173
2179
|
dependencies: {
|
|
2174
2180
|
"@microsoft/tsdoc": "catalog:",
|
|
2175
2181
|
"@microsoft/tsdoc-config": "catalog:",
|
|
@@ -5910,7 +5916,7 @@ init_cjs_shims();
|
|
|
5910
5916
|
|
|
5911
5917
|
// ../eslint-plugin-banner/package.json
|
|
5912
5918
|
var package_default = {
|
|
5913
|
-
version: "0.0.
|
|
5919
|
+
version: "0.0.44"};
|
|
5914
5920
|
|
|
5915
5921
|
// ../eslint-plugin-banner/src/rules/banner.ts
|
|
5916
5922
|
init_cjs_shims();
|
|
@@ -20115,7 +20121,7 @@ plugin3.configs = configs3;
|
|
|
20115
20121
|
|
|
20116
20122
|
// ../eslint-plugin-pnpm/package.json
|
|
20117
20123
|
var package_default2 = {
|
|
20118
|
-
version: "0.0.
|
|
20124
|
+
version: "0.0.42"};
|
|
20119
20125
|
|
|
20120
20126
|
// ../eslint-plugin-pnpm/src/plugin.ts
|
|
20121
20127
|
var plugin4 = {
|
package/dist/preset.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX, GLOB_MARKDOWN, GLOB_ASTRO_TS, GLOB_SRC, GLOB_JSX, GLOB_TESTS, GLOB_SRC_FILE, 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-
|
|
1
|
+
import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX, GLOB_MARKDOWN, GLOB_ASTRO_TS, GLOB_SRC, GLOB_JSX, GLOB_TESTS, GLOB_SRC_FILE, 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-GMEN6WMS.js';
|
|
2
2
|
import { isInEditorEnv, interopDefault, ensurePackages, renameRules, parserPlain, isPackageInScope } from './chunk-AJBUZKXG.js';
|
|
3
3
|
import { getTsConfigPath } from './chunk-NJKY2HBL.js';
|
|
4
4
|
import { findWorkspaceRoot } from './chunk-XFN7CWVV.js';
|
|
@@ -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.44"};
|
|
4876
4876
|
|
|
4877
4877
|
// ../eslint-plugin-banner/src/rules/banner.ts
|
|
4878
4878
|
init_esm_shims();
|
|
@@ -18811,7 +18811,7 @@ plugin3.configs = configs3;
|
|
|
18811
18811
|
|
|
18812
18812
|
// ../eslint-plugin-pnpm/package.json
|
|
18813
18813
|
var package_default2 = {
|
|
18814
|
-
version: "0.0.
|
|
18814
|
+
version: "0.0.42"};
|
|
18815
18815
|
|
|
18816
18816
|
// ../eslint-plugin-pnpm/src/plugin.ts
|
|
18817
18817
|
var plugin4 = {
|
|
@@ -19690,7 +19690,7 @@ async function tsdoc(options = {}) {
|
|
|
19690
19690
|
} = options;
|
|
19691
19691
|
await ensurePackages(["@storm-software/eslint-plugin-tsdoc"]);
|
|
19692
19692
|
const [pluginTsdoc] = await Promise.all([
|
|
19693
|
-
interopDefault(import('./src-
|
|
19693
|
+
interopDefault(import('./src-6A2K6H36.js'))
|
|
19694
19694
|
]);
|
|
19695
19695
|
return [
|
|
19696
19696
|
{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX } from './chunk-
|
|
1
|
+
import { GLOB_EXCLUDE, GLOB_TS, GLOB_TSX } from './chunk-GMEN6WMS.js';
|
|
2
2
|
import { __commonJS, init_esm_shims, __toESM } from './chunk-AEY7HMSV.js';
|
|
3
3
|
import * as __import__microsoft_tsdocConfig from '@microsoft/tsdoc-config';
|
|
4
4
|
import * as __import_path from 'path';
|
|
@@ -553,7 +553,7 @@ var import_eslint_plugin_tsdoc = __toESM(require_lib(), 1);
|
|
|
553
553
|
|
|
554
554
|
// ../eslint-plugin-tsdoc/package.json
|
|
555
555
|
var package_default = {
|
|
556
|
-
version: "0.0.
|
|
556
|
+
version: "0.0.42"};
|
|
557
557
|
|
|
558
558
|
// ../eslint-plugin-tsdoc/src/plugin.ts
|
|
559
559
|
var plugin = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.170.
|
|
3
|
+
"version": "0.170.113",
|
|
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.17",
|
|
145
|
+
"@storm-software/config-tools": "1.190.80",
|
|
146
|
+
"@storm-software/package-constants": "0.1.93",
|
|
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",
|
|
@@ -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.45",
|
|
200
|
+
"@storm-software/eslint-plugin-pnpm": "0.0.43",
|
|
201
|
+
"@storm-software/eslint-plugin-tsdoc": "0.0.43",
|
|
202
|
+
"@storm-software/tsdoc": "0.13.233",
|
|
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": "7cf0e2018373dcf9ac1f57ea8c6ffbdba18e4f6a"
|
|
276
276
|
}
|