@storm-software/linting-tools 1.110.4 → 1.111.0
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 +1 -1
- package/bin/lint.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +7 -3
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
|
@@ -3436,7 +3436,7 @@ var import_dpdm = require("dpdm");
|
|
|
3436
3436
|
|
|
3437
3437
|
// src/alex/index.ts
|
|
3438
3438
|
init_cjs_shims();
|
|
3439
|
-
var import_filter = require("alex/filter");
|
|
3439
|
+
var import_filter = require("alex/filter.js");
|
|
3440
3440
|
var import_retext_english = __toESM(require("retext-english"), 1);
|
|
3441
3441
|
var import_retext_equality = __toESM(require("retext-equality"), 1);
|
|
3442
3442
|
var import_retext_profanities = __toESM(require("retext-profanities"), 1);
|
package/bin/lint.js
CHANGED
|
@@ -3449,7 +3449,7 @@ import { parseCircular, parseDependencyTree, prettyCircular } from "dpdm";
|
|
|
3449
3449
|
|
|
3450
3450
|
// src/alex/index.ts
|
|
3451
3451
|
init_esm_shims();
|
|
3452
|
-
import { filter } from "alex/filter";
|
|
3452
|
+
import { filter } from "alex/filter.js";
|
|
3453
3453
|
import retextEnglish from "retext-english";
|
|
3454
3454
|
import retextEquality from "retext-equality";
|
|
3455
3455
|
import retextProfanities from "retext-profanities";
|
package/dist/index.cjs
CHANGED
|
@@ -1233,7 +1233,7 @@ var _cspell = require('cspell');
|
|
|
1233
1233
|
var _dpdm = require('dpdm');
|
|
1234
1234
|
|
|
1235
1235
|
// src/alex/index.ts
|
|
1236
|
-
var
|
|
1236
|
+
var _filterjs = require('alex/filter.js');
|
|
1237
1237
|
var _retextenglish = require('retext-english'); var _retextenglish2 = _interopRequireDefault(_retextenglish);
|
|
1238
1238
|
var _retextequality = require('retext-equality'); var _retextequality2 = _interopRequireDefault(_retextequality);
|
|
1239
1239
|
var _retextprofanities = require('retext-profanities'); var _retextprofanities2 = _interopRequireDefault(_retextprofanities);
|
|
@@ -1305,7 +1305,7 @@ var transform = /* @__PURE__ */ __name((options) => {
|
|
|
1305
1305
|
}
|
|
1306
1306
|
],
|
|
1307
1307
|
[
|
|
1308
|
-
|
|
1308
|
+
_filterjs.filter,
|
|
1309
1309
|
{
|
|
1310
1310
|
allow: options.allow,
|
|
1311
1311
|
deny: options.deny
|
package/dist/index.js
CHANGED
|
@@ -1233,7 +1233,7 @@ import { lint } from "cspell";
|
|
|
1233
1233
|
import { parseCircular, parseDependencyTree, prettyCircular } from "dpdm";
|
|
1234
1234
|
|
|
1235
1235
|
// src/alex/index.ts
|
|
1236
|
-
import { filter } from "alex/filter";
|
|
1236
|
+
import { filter } from "alex/filter.js";
|
|
1237
1237
|
import retextEnglish from "retext-english";
|
|
1238
1238
|
import retextEquality from "retext-equality";
|
|
1239
1239
|
import retextProfanities from "retext-profanities";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.111.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"packageManager": "pnpm@9.15.2",
|
|
44
44
|
"engines": { "node": ">=22.4.0", "pnpm": ">=9.15.2" },
|
|
45
45
|
"bin": {
|
|
46
|
-
"storm-lint": "./bin/lint.
|
|
46
|
+
"storm-lint": "./bin/lint.js",
|
|
47
47
|
"storm-lint-esm": "./bin/lint.js",
|
|
48
48
|
"storm-lint-cjs": "./bin/lint.cjs"
|
|
49
49
|
},
|
|
@@ -72,6 +72,10 @@
|
|
|
72
72
|
"./syncpack/*": "./syncpack/*",
|
|
73
73
|
"./cspell/*": "./cspell/*",
|
|
74
74
|
"./alex/*": "./alex/*",
|
|
75
|
+
"./yamllint/*": "./yamllint/*",
|
|
76
|
+
"./markdown-link-check/*": "./markdown-link-check/*",
|
|
77
|
+
"./cloudformation-lint/*": "./cloudformation-lint/*",
|
|
78
|
+
"./editorconfig-checker/*": "./editorconfig-checker/*",
|
|
75
79
|
"./taplo/*": "./taplo/*",
|
|
76
80
|
"./zizmor/*": "./zizmor/*",
|
|
77
81
|
"./dependency-cruiser/*": "./dependency-cruiser/*"
|
|
@@ -106,7 +110,7 @@
|
|
|
106
110
|
"@angular-devkit/architect": "0.1900.6",
|
|
107
111
|
"@manypkg/cli": "0.21.4",
|
|
108
112
|
"@manypkg/get-packages": "2.2.1",
|
|
109
|
-
"@storm-software/cspell": "0.13.
|
|
113
|
+
"@storm-software/cspell": "0.13.3",
|
|
110
114
|
"alex": "11.0.1",
|
|
111
115
|
"check-dependency-version-consistency": "4.1.0",
|
|
112
116
|
"commander": "^12.1.0",
|