@storm-software/linting-tools 1.111.0 → 1.112.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 +961 -78
- package/bin/lint.js +953 -70
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.112.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": {
|
|
@@ -108,9 +108,6 @@
|
|
|
108
108
|
],
|
|
109
109
|
"dependencies": {
|
|
110
110
|
"@angular-devkit/architect": "0.1900.6",
|
|
111
|
-
"@manypkg/cli": "0.21.4",
|
|
112
|
-
"@manypkg/get-packages": "2.2.1",
|
|
113
|
-
"@storm-software/cspell": "0.13.3",
|
|
114
111
|
"alex": "11.0.1",
|
|
115
112
|
"check-dependency-version-consistency": "4.1.0",
|
|
116
113
|
"commander": "^12.1.0",
|
|
@@ -135,6 +132,8 @@
|
|
|
135
132
|
"vfile-reporter": "8.1.1"
|
|
136
133
|
},
|
|
137
134
|
"devDependencies": {
|
|
135
|
+
"@manypkg/cli": "0.21.4",
|
|
136
|
+
"@manypkg/get-packages": "2.2.1",
|
|
138
137
|
"@types/node": "^22.10.2",
|
|
139
138
|
"cspell": "8.8.4",
|
|
140
139
|
"tsup": "8.3.5"
|