@storm-software/linting-tools 1.132.137 → 1.133.1
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/package.json +2 -2
- package/treefmt/config.toml +167 -0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.133.1",
|
|
4
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
6
|
"keywords": [
|
|
@@ -159,5 +159,5 @@
|
|
|
159
159
|
"packageManager": "pnpm@10.3.0",
|
|
160
160
|
"engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
|
|
161
161
|
"publishConfig": { "access": "public" },
|
|
162
|
-
"gitHead": "
|
|
162
|
+
"gitHead": "5e37c98861d83629592ebb8cc18922180cf7ef71"
|
|
163
163
|
}
|
package/treefmt/config.toml
CHANGED
|
@@ -1,7 +1,107 @@
|
|
|
1
|
+
# The formatter multiplexer - https://github.com/numtide/treefmt
|
|
2
|
+
# This file configures the formatters that treefmt will use to format files in this project.
|
|
3
|
+
# More info: https://treefmt.com/latest/getting-started/configure/#config-file
|
|
4
|
+
|
|
5
|
+
exclude = [
|
|
6
|
+
"**/.git",
|
|
7
|
+
"**/node_modules",
|
|
8
|
+
"**/dist",
|
|
9
|
+
"**/tmp",
|
|
10
|
+
"**/coverage",
|
|
11
|
+
"**/bench",
|
|
12
|
+
"**/__snapshots__",
|
|
13
|
+
"**/__test__",
|
|
14
|
+
"**/__mocks__",
|
|
15
|
+
"**/__generated__",
|
|
16
|
+
"**/.wrangler",
|
|
17
|
+
"**/.rolldown",
|
|
18
|
+
"**/.docusaurus",
|
|
19
|
+
"**/.tamagui",
|
|
20
|
+
"**/tamagui.css",
|
|
21
|
+
"**/.nx",
|
|
22
|
+
"**/.next",
|
|
23
|
+
"**/.storm",
|
|
24
|
+
"**/.powerlines",
|
|
25
|
+
"**/.shell-shock",
|
|
26
|
+
"**/.earthquake",
|
|
27
|
+
"**/.aftershock",
|
|
28
|
+
"**/workbox*.js",
|
|
29
|
+
"**/sw*.js",
|
|
30
|
+
"**/service-worker.js",
|
|
31
|
+
"**/fallback*.js",
|
|
32
|
+
"**/ios",
|
|
33
|
+
"**/.android",
|
|
34
|
+
"**/.DS_Store",
|
|
35
|
+
"**/Thumbs.db",
|
|
36
|
+
"**/.cspellcache",
|
|
37
|
+
"**/package-lock.*",
|
|
38
|
+
"**/npm-lock.*",
|
|
39
|
+
"**/pnpm-lock.*",
|
|
40
|
+
"**/bun.lockb",
|
|
41
|
+
"**/cargo.lock",
|
|
42
|
+
"**/next-env.d.ts",
|
|
43
|
+
"**/CODEOWNERS",
|
|
44
|
+
"**/yarn.lock",
|
|
45
|
+
"**/jest.config.js",
|
|
46
|
+
"**/jest.setup.js",
|
|
47
|
+
"**/jest.config.ts",
|
|
48
|
+
"**/jest.setup.ts",
|
|
49
|
+
"**/jest.config.json",
|
|
50
|
+
"**/jest.setup.json",
|
|
51
|
+
"**/output",
|
|
52
|
+
"**/temp",
|
|
53
|
+
"**/.temp",
|
|
54
|
+
"**/.history",
|
|
55
|
+
"**/.vitepress/cache",
|
|
56
|
+
"**/.nuxt",
|
|
57
|
+
"**/.svelte-kit",
|
|
58
|
+
"**/.vercel",
|
|
59
|
+
"**/.changeset",
|
|
60
|
+
"**/.idea",
|
|
61
|
+
"**/.cache",
|
|
62
|
+
"**/.vite-inspect",
|
|
63
|
+
"**/.yarn",
|
|
64
|
+
"**/*.min.*",
|
|
65
|
+
"**/CHANGELOG*.md",
|
|
66
|
+
"**/CONTRIBUTING.md",
|
|
67
|
+
"**/SECURITY.md",
|
|
68
|
+
"**/CODE_OF_CONDUCT.md",
|
|
69
|
+
"**/PULL_REQUEST_TEMPLATE.md",
|
|
70
|
+
"**/LICENSE*",
|
|
71
|
+
"**/auto-import?(s).d.ts",
|
|
72
|
+
"**/components.d.ts",
|
|
73
|
+
"**/vite.config.*.timestamp-*",
|
|
74
|
+
"**/webpack.config.*.timestamp-*",
|
|
75
|
+
"**/rollup.config.*.timestamp-*",
|
|
76
|
+
"**/nx/**/schema.d.ts",
|
|
77
|
+
"**/nx/**/schema.json",
|
|
78
|
+
"**/nx/**/schema.md",
|
|
79
|
+
"**/nx/**/*.schema.d.ts",
|
|
80
|
+
"**/nx/**/*.schema.json",
|
|
81
|
+
"**/nx/**/*.schema.md",
|
|
82
|
+
"**/nx/**/generators/**/files",
|
|
83
|
+
".agents/**/*",
|
|
84
|
+
"**/.agents/**/*",
|
|
85
|
+
".claude/**/*",
|
|
86
|
+
"**/.claude/**/*",
|
|
87
|
+
".cursor/**/*",
|
|
88
|
+
"**/.cursor/**/*",
|
|
89
|
+
".opencode/**/*",
|
|
90
|
+
"**/.opencode/**/*",
|
|
91
|
+
".nx/**/*",
|
|
92
|
+
"**/.nx/**/*"
|
|
93
|
+
]
|
|
94
|
+
|
|
1
95
|
[formatter.nix]
|
|
2
96
|
command = "nixpkgs-fmt"
|
|
3
97
|
includes = ["*.nix"]
|
|
4
98
|
|
|
99
|
+
[formatter.nixfmt]
|
|
100
|
+
command = "nixfmt"
|
|
101
|
+
excludes = []
|
|
102
|
+
includes = ["*.nix"]
|
|
103
|
+
options = []
|
|
104
|
+
|
|
5
105
|
[formatter.rust]
|
|
6
106
|
command = "rustfmt"
|
|
7
107
|
includes = ["*.rs"]
|
|
@@ -11,3 +111,70 @@ options = [
|
|
|
11
111
|
"--config-path",
|
|
12
112
|
"node_modules/@storm-software/linting-tools/rustfmt/config.toml"
|
|
13
113
|
]
|
|
114
|
+
|
|
115
|
+
[formatter.buf]
|
|
116
|
+
command = "buf-wrapper"
|
|
117
|
+
excludes = []
|
|
118
|
+
includes = ["*.proto"]
|
|
119
|
+
options = []
|
|
120
|
+
|
|
121
|
+
[formatter.gofmt]
|
|
122
|
+
command = "gofmt"
|
|
123
|
+
excludes = ["vendor/*"]
|
|
124
|
+
includes = ["*.go"]
|
|
125
|
+
options = ["-w"]
|
|
126
|
+
|
|
127
|
+
[formatter.prettier]
|
|
128
|
+
command = "prettier"
|
|
129
|
+
excludes = []
|
|
130
|
+
includes = [
|
|
131
|
+
"*.cjs",
|
|
132
|
+
"*.css",
|
|
133
|
+
"*.html",
|
|
134
|
+
"*.js",
|
|
135
|
+
"*.json",
|
|
136
|
+
"*.json5",
|
|
137
|
+
"*.jsx",
|
|
138
|
+
"*.md",
|
|
139
|
+
"*.mdx",
|
|
140
|
+
"*.mjs",
|
|
141
|
+
"*.scss",
|
|
142
|
+
"*.ts",
|
|
143
|
+
"*.tsx",
|
|
144
|
+
"*.vue",
|
|
145
|
+
"*.yaml",
|
|
146
|
+
"*.yml"
|
|
147
|
+
]
|
|
148
|
+
options = [
|
|
149
|
+
"--write",
|
|
150
|
+
"--ignore-unknown",
|
|
151
|
+
"--no-error-on-unmatched-pattern",
|
|
152
|
+
"--config=node_modules/@storm-software/prettier/exclude-packagejson.json",
|
|
153
|
+
"--ignore-path=node_modules/@storm-software/prettier/.prettierignore-exclude-packagejson",
|
|
154
|
+
"--cache",
|
|
155
|
+
"--cache-location=node_modules/.cache/prettier/workspace.cache"
|
|
156
|
+
]
|
|
157
|
+
|
|
158
|
+
[formatter.taplo]
|
|
159
|
+
command = "taplo"
|
|
160
|
+
excludes = []
|
|
161
|
+
includes = ["*.toml"]
|
|
162
|
+
options = [
|
|
163
|
+
"format",
|
|
164
|
+
"--write-mode=overwrite",
|
|
165
|
+
"--config",
|
|
166
|
+
"node_modules/@storm-software/linting-tools/taplo/config.toml",
|
|
167
|
+
"--force",
|
|
168
|
+
"--cache-path",
|
|
169
|
+
"node_modules/.cache/taplo"
|
|
170
|
+
]
|
|
171
|
+
|
|
172
|
+
[formatter.yamllint]
|
|
173
|
+
command = "yamllint"
|
|
174
|
+
excludes = []
|
|
175
|
+
includes = ["*.yaml", "*.yml"]
|
|
176
|
+
options = [
|
|
177
|
+
"format",
|
|
178
|
+
"--config",
|
|
179
|
+
"node_modules/@storm-software/linting-tools/yamllint/config.yaml"
|
|
180
|
+
]
|