@storm-software/linting-tools 1.132.123 → 1.132.125

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +42 -34
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
- [![Version](https://img.shields.io/badge/version-1.132.121-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-1.132.123-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
package/package.json CHANGED
@@ -1,15 +1,34 @@
1
1
  {
2
2
  "name": "@storm-software/linting-tools",
3
- "version": "1.132.123",
4
- "type": "module",
3
+ "version": "1.132.125",
4
+ "private": false,
5
5
  "description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
6
+ "keywords": [
7
+ "storm-software",
8
+ "monorepo",
9
+ "storm-ops",
10
+ "sullivanpj",
11
+ "manypkg",
12
+ "ls-lint",
13
+ "cspell",
14
+ "biome",
15
+ "alex",
16
+ "taplo",
17
+ "syncpack",
18
+ "zizmor"
19
+ ],
20
+ "homepage": "https://stormsoftware.com",
21
+ "bugs": "https://github.com/storm-software/storm-ops/issues",
6
22
  "repository": {
7
23
  "type": "github",
8
24
  "url": "https://github.com/storm-software/storm-ops",
9
25
  "directory": "packages/linting-tools"
10
26
  },
11
- "homepage": "https://stormsoftware.com",
12
- "bugs": "https://github.com/storm-software/storm-ops/issues",
27
+ "funding": {
28
+ "type": "github",
29
+ "url": "https://github.com/sponsors/storm-software"
30
+ },
31
+ "license": "Apache-2.0",
13
32
  "author": {
14
33
  "name": "Storm Software",
15
34
  "email": "contact@stormsoftware.com",
@@ -34,21 +53,7 @@
34
53
  "url": "https://stormsoftware.com"
35
54
  }
36
55
  ],
37
- "funding": {
38
- "type": "github",
39
- "url": "https://github.com/sponsors/storm-software"
40
- },
41
- "license": "Apache-2.0",
42
- "private": false,
43
- "packageManager": "pnpm@10.3.0",
44
- "engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
45
- "bin": {
46
- "storm-lint": "./bin/lint.cjs",
47
- "storm-lint-esm": "./bin/lint.js",
48
- "storm-lint-cjs": "./bin/lint.cjs"
49
- },
50
- "main": "./dist/index.cjs",
51
- "module": "./dist/index.js",
56
+ "type": "module",
52
57
  "exports": {
53
58
  "./package.json": "./package.json",
54
59
  ".": {
@@ -67,7 +72,9 @@
67
72
  },
68
73
  "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
69
74
  },
75
+ "./biome.json": "./biome/config.json",
70
76
  "./biome/*": "./biome/*",
77
+ "./ls-lint.yml": "./ls-lint/config.yml",
71
78
  "./ls-lint/*": "./ls-lint/*",
72
79
  "./knip/*": "./knip/*",
73
80
  "./mega-linter/*": "./mega-linter/*",
@@ -75,15 +82,28 @@
75
82
  "./tflint/*": "./tflint/*",
76
83
  "./syncpack/*": "./syncpack/*",
77
84
  "./cspell/*": "./cspell/*",
85
+ "./alex.json": "./alex/config.json",
78
86
  "./alex/*": "./alex/*",
79
87
  "./yamllint/*": "./yamllint/*",
80
88
  "./cloudformation-lint/*": "./cloudformation-lint/*",
81
89
  "./editorconfig-checker/*": "./editorconfig-checker/*",
90
+ "./taplo.toml": "./taplo/config.toml",
82
91
  "./taplo/*": "./taplo/*",
92
+ "./treefmt.toml": "./treefmt/config.toml",
93
+ "./treefmt/*": "./treefmt/*",
94
+ "./rustfmt.toml": "./rustfmt/config.toml",
95
+ "./rustfmt/*": "./rustfmt/*",
83
96
  "./zizmor/*": "./zizmor/*",
84
97
  "./dependency-cruiser/*": "./dependency-cruiser/*"
85
98
  },
99
+ "main": "./dist/index.cjs",
100
+ "module": "./dist/index.js",
86
101
  "types": "./dist/index.d.ts",
102
+ "bin": {
103
+ "storm-lint": "./bin/lint.cjs",
104
+ "storm-lint-cjs": "./bin/lint.cjs",
105
+ "storm-lint-esm": "./bin/lint.js"
106
+ },
87
107
  "files": [
88
108
  "alex/**/*",
89
109
  "bin/**/*",
@@ -103,20 +123,6 @@
103
123
  "yamllint/**/*",
104
124
  "zizmor/**/*"
105
125
  ],
106
- "keywords": [
107
- "storm-software",
108
- "monorepo",
109
- "storm-ops",
110
- "sullivanpj",
111
- "manypkg",
112
- "ls-lint",
113
- "cspell",
114
- "biome",
115
- "alex",
116
- "taplo",
117
- "syncpack",
118
- "zizmor"
119
- ],
120
126
  "dependencies": { "@angular-devkit/architect": "0.1900.6", "jiti": "2.4.2" },
121
127
  "devDependencies": {
122
128
  "@manypkg/cli": "^0.23.0",
@@ -148,6 +154,8 @@
148
154
  "unified-engine": "11.2.1",
149
155
  "vfile-reporter": "8.1.1"
150
156
  },
157
+ "packageManager": "pnpm@10.3.0",
158
+ "engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
151
159
  "publishConfig": { "access": "public" },
152
- "gitHead": "97d403e5a80722fc43dc7e1c835dc99759a438b8"
160
+ "gitHead": "a4c01def7e756b87f3b9aa06dc35320a149177bd"
153
161
  }