knip 2.30.1 → 2.31.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/dist/ConfigurationChief.d.ts +2 -0
- package/dist/ConfigurationChief.js +57 -61
- package/dist/ConfigurationValidator.d.ts +321 -321
- package/dist/ConfigurationValidator.js +1 -1
- package/dist/WorkspaceWorker.js +11 -6
- package/dist/index.js +8 -2
- package/dist/types/config.d.ts +3 -2
- package/dist/util/compilers.d.ts +80 -80
- package/dist/util/plugin.d.ts +1 -1
- package/dist/util/plugin.js +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const pluginSchema: z.ZodUnion<[z.
|
|
2
|
+
export declare const pluginSchema: z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
3
3
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
4
4
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
5
5
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -34,7 +34,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
34
34
|
ignore: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
35
35
|
ignoreBinaries: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
36
36
|
ignoreDependencies: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
37
|
-
angular: z.ZodOptional<z.ZodUnion<[z.
|
|
37
|
+
angular: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
38
38
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
39
39
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
40
40
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -47,7 +47,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
47
47
|
entry?: string | string[] | undefined;
|
|
48
48
|
project?: string | string[] | undefined;
|
|
49
49
|
}>]>>;
|
|
50
|
-
ava: z.ZodOptional<z.ZodUnion<[z.
|
|
50
|
+
ava: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
51
51
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
52
52
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
53
53
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -60,7 +60,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
60
60
|
entry?: string | string[] | undefined;
|
|
61
61
|
project?: string | string[] | undefined;
|
|
62
62
|
}>]>>;
|
|
63
|
-
babel: z.ZodOptional<z.ZodUnion<[z.
|
|
63
|
+
babel: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
64
64
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
65
65
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
66
66
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -73,7 +73,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
73
73
|
entry?: string | string[] | undefined;
|
|
74
74
|
project?: string | string[] | undefined;
|
|
75
75
|
}>]>>;
|
|
76
|
-
capacitor: z.ZodOptional<z.ZodUnion<[z.
|
|
76
|
+
capacitor: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
77
77
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
78
78
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
79
79
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -86,7 +86,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
86
86
|
entry?: string | string[] | undefined;
|
|
87
87
|
project?: string | string[] | undefined;
|
|
88
88
|
}>]>>;
|
|
89
|
-
changesets: z.ZodOptional<z.ZodUnion<[z.
|
|
89
|
+
changesets: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
90
90
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
91
91
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
92
92
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -99,7 +99,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
99
99
|
entry?: string | string[] | undefined;
|
|
100
100
|
project?: string | string[] | undefined;
|
|
101
101
|
}>]>>;
|
|
102
|
-
commitizen: z.ZodOptional<z.ZodUnion<[z.
|
|
102
|
+
commitizen: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
103
103
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
104
104
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
105
105
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -112,7 +112,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
112
112
|
entry?: string | string[] | undefined;
|
|
113
113
|
project?: string | string[] | undefined;
|
|
114
114
|
}>]>>;
|
|
115
|
-
commitlint: z.ZodOptional<z.ZodUnion<[z.
|
|
115
|
+
commitlint: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
116
116
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
117
117
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
118
118
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -125,7 +125,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
125
125
|
entry?: string | string[] | undefined;
|
|
126
126
|
project?: string | string[] | undefined;
|
|
127
127
|
}>]>>;
|
|
128
|
-
cspell: z.ZodOptional<z.ZodUnion<[z.
|
|
128
|
+
cspell: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
129
129
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
130
130
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
131
131
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -138,7 +138,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
138
138
|
entry?: string | string[] | undefined;
|
|
139
139
|
project?: string | string[] | undefined;
|
|
140
140
|
}>]>>;
|
|
141
|
-
cypress: z.ZodOptional<z.ZodUnion<[z.
|
|
141
|
+
cypress: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
142
142
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
143
143
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
144
144
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -151,7 +151,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
151
151
|
entry?: string | string[] | undefined;
|
|
152
152
|
project?: string | string[] | undefined;
|
|
153
153
|
}>]>>;
|
|
154
|
-
eslint: z.ZodOptional<z.ZodUnion<[z.
|
|
154
|
+
eslint: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
155
155
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
156
156
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
157
157
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -164,7 +164,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
164
164
|
entry?: string | string[] | undefined;
|
|
165
165
|
project?: string | string[] | undefined;
|
|
166
166
|
}>]>>;
|
|
167
|
-
gatsby: z.ZodOptional<z.ZodUnion<[z.
|
|
167
|
+
gatsby: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
168
168
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
169
169
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
170
170
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -177,7 +177,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
177
177
|
entry?: string | string[] | undefined;
|
|
178
178
|
project?: string | string[] | undefined;
|
|
179
179
|
}>]>>;
|
|
180
|
-
'github-actions': z.ZodOptional<z.ZodUnion<[z.
|
|
180
|
+
'github-actions': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
181
181
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
182
182
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
183
183
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -190,7 +190,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
190
190
|
entry?: string | string[] | undefined;
|
|
191
191
|
project?: string | string[] | undefined;
|
|
192
192
|
}>]>>;
|
|
193
|
-
husky: z.ZodOptional<z.ZodUnion<[z.
|
|
193
|
+
husky: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
194
194
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
195
195
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
196
196
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -203,7 +203,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
203
203
|
entry?: string | string[] | undefined;
|
|
204
204
|
project?: string | string[] | undefined;
|
|
205
205
|
}>]>>;
|
|
206
|
-
jest: z.ZodOptional<z.ZodUnion<[z.
|
|
206
|
+
jest: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
207
207
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
208
208
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
209
209
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -216,7 +216,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
216
216
|
entry?: string | string[] | undefined;
|
|
217
217
|
project?: string | string[] | undefined;
|
|
218
218
|
}>]>>;
|
|
219
|
-
lefthook: z.ZodOptional<z.ZodUnion<[z.
|
|
219
|
+
lefthook: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
220
220
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
221
221
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
222
222
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -229,7 +229,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
229
229
|
entry?: string | string[] | undefined;
|
|
230
230
|
project?: string | string[] | undefined;
|
|
231
231
|
}>]>>;
|
|
232
|
-
'lint-staged': z.ZodOptional<z.ZodUnion<[z.
|
|
232
|
+
'lint-staged': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
233
233
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
234
234
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
235
235
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -242,7 +242,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
242
242
|
entry?: string | string[] | undefined;
|
|
243
243
|
project?: string | string[] | undefined;
|
|
244
244
|
}>]>>;
|
|
245
|
-
markdownlint: z.ZodOptional<z.ZodUnion<[z.
|
|
245
|
+
markdownlint: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
246
246
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
247
247
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
248
248
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -255,7 +255,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
255
255
|
entry?: string | string[] | undefined;
|
|
256
256
|
project?: string | string[] | undefined;
|
|
257
257
|
}>]>>;
|
|
258
|
-
mocha: z.ZodOptional<z.ZodUnion<[z.
|
|
258
|
+
mocha: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
259
259
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
260
260
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
261
261
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -268,7 +268,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
268
268
|
entry?: string | string[] | undefined;
|
|
269
269
|
project?: string | string[] | undefined;
|
|
270
270
|
}>]>>;
|
|
271
|
-
next: z.ZodOptional<z.ZodUnion<[z.
|
|
271
|
+
next: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
272
272
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
273
273
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
274
274
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -281,7 +281,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
281
281
|
entry?: string | string[] | undefined;
|
|
282
282
|
project?: string | string[] | undefined;
|
|
283
283
|
}>]>>;
|
|
284
|
-
'npm-package-json-lint': z.ZodOptional<z.ZodUnion<[z.
|
|
284
|
+
'npm-package-json-lint': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
285
285
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
286
286
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
287
287
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -294,7 +294,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
294
294
|
entry?: string | string[] | undefined;
|
|
295
295
|
project?: string | string[] | undefined;
|
|
296
296
|
}>]>>;
|
|
297
|
-
nx: z.ZodOptional<z.ZodUnion<[z.
|
|
297
|
+
nx: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
298
298
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
299
299
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
300
300
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -307,7 +307,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
307
307
|
entry?: string | string[] | undefined;
|
|
308
308
|
project?: string | string[] | undefined;
|
|
309
309
|
}>]>>;
|
|
310
|
-
nyc: z.ZodOptional<z.ZodUnion<[z.
|
|
310
|
+
nyc: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
311
311
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
312
312
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
313
313
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -320,7 +320,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
320
320
|
entry?: string | string[] | undefined;
|
|
321
321
|
project?: string | string[] | undefined;
|
|
322
322
|
}>]>>;
|
|
323
|
-
playwright: z.ZodOptional<z.ZodUnion<[z.
|
|
323
|
+
playwright: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
324
324
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
325
325
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
326
326
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -333,7 +333,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
333
333
|
entry?: string | string[] | undefined;
|
|
334
334
|
project?: string | string[] | undefined;
|
|
335
335
|
}>]>>;
|
|
336
|
-
postcss: z.ZodOptional<z.ZodUnion<[z.
|
|
336
|
+
postcss: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
337
337
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
338
338
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
339
339
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -346,7 +346,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
346
346
|
entry?: string | string[] | undefined;
|
|
347
347
|
project?: string | string[] | undefined;
|
|
348
348
|
}>]>>;
|
|
349
|
-
prettier: z.ZodOptional<z.ZodUnion<[z.
|
|
349
|
+
prettier: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
350
350
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
351
351
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
352
352
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -359,7 +359,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
359
359
|
entry?: string | string[] | undefined;
|
|
360
360
|
project?: string | string[] | undefined;
|
|
361
361
|
}>]>>;
|
|
362
|
-
'release-it': z.ZodOptional<z.ZodUnion<[z.
|
|
362
|
+
'release-it': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
363
363
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
364
364
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
365
365
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -372,7 +372,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
372
372
|
entry?: string | string[] | undefined;
|
|
373
373
|
project?: string | string[] | undefined;
|
|
374
374
|
}>]>>;
|
|
375
|
-
remark: z.ZodOptional<z.ZodUnion<[z.
|
|
375
|
+
remark: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
376
376
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
377
377
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
378
378
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -385,7 +385,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
385
385
|
entry?: string | string[] | undefined;
|
|
386
386
|
project?: string | string[] | undefined;
|
|
387
387
|
}>]>>;
|
|
388
|
-
remix: z.ZodOptional<z.ZodUnion<[z.
|
|
388
|
+
remix: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
389
389
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
390
390
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
391
391
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -398,7 +398,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
398
398
|
entry?: string | string[] | undefined;
|
|
399
399
|
project?: string | string[] | undefined;
|
|
400
400
|
}>]>>;
|
|
401
|
-
rollup: z.ZodOptional<z.ZodUnion<[z.
|
|
401
|
+
rollup: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
402
402
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
403
403
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
404
404
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -411,7 +411,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
411
411
|
entry?: string | string[] | undefined;
|
|
412
412
|
project?: string | string[] | undefined;
|
|
413
413
|
}>]>>;
|
|
414
|
-
'semantic-release': z.ZodOptional<z.ZodUnion<[z.
|
|
414
|
+
'semantic-release': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
415
415
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
416
416
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
417
417
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -424,7 +424,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
424
424
|
entry?: string | string[] | undefined;
|
|
425
425
|
project?: string | string[] | undefined;
|
|
426
426
|
}>]>>;
|
|
427
|
-
sentry: z.ZodOptional<z.ZodUnion<[z.
|
|
427
|
+
sentry: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
428
428
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
429
429
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
430
430
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -437,7 +437,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
437
437
|
entry?: string | string[] | undefined;
|
|
438
438
|
project?: string | string[] | undefined;
|
|
439
439
|
}>]>>;
|
|
440
|
-
storybook: z.ZodOptional<z.ZodUnion<[z.
|
|
440
|
+
storybook: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
441
441
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
442
442
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
443
443
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -450,7 +450,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
450
450
|
entry?: string | string[] | undefined;
|
|
451
451
|
project?: string | string[] | undefined;
|
|
452
452
|
}>]>>;
|
|
453
|
-
stryker: z.ZodOptional<z.ZodUnion<[z.
|
|
453
|
+
stryker: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
454
454
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
455
455
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
456
456
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -463,7 +463,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
463
463
|
entry?: string | string[] | undefined;
|
|
464
464
|
project?: string | string[] | undefined;
|
|
465
465
|
}>]>>;
|
|
466
|
-
stylelint: z.ZodOptional<z.ZodUnion<[z.
|
|
466
|
+
stylelint: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
467
467
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
468
468
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
469
469
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -476,7 +476,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
476
476
|
entry?: string | string[] | undefined;
|
|
477
477
|
project?: string | string[] | undefined;
|
|
478
478
|
}>]>>;
|
|
479
|
-
tailwind: z.ZodOptional<z.ZodUnion<[z.
|
|
479
|
+
tailwind: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
480
480
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
481
481
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
482
482
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -489,7 +489,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
489
489
|
entry?: string | string[] | undefined;
|
|
490
490
|
project?: string | string[] | undefined;
|
|
491
491
|
}>]>>;
|
|
492
|
-
typedoc: z.ZodOptional<z.ZodUnion<[z.
|
|
492
|
+
typedoc: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
493
493
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
494
494
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
495
495
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -502,7 +502,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
502
502
|
entry?: string | string[] | undefined;
|
|
503
503
|
project?: string | string[] | undefined;
|
|
504
504
|
}>]>>;
|
|
505
|
-
typescript: z.ZodOptional<z.ZodUnion<[z.
|
|
505
|
+
typescript: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
506
506
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
507
507
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
508
508
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -515,7 +515,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
515
515
|
entry?: string | string[] | undefined;
|
|
516
516
|
project?: string | string[] | undefined;
|
|
517
517
|
}>]>>;
|
|
518
|
-
vite: z.ZodOptional<z.ZodUnion<[z.
|
|
518
|
+
vite: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
519
519
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
520
520
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
521
521
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -528,7 +528,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
528
528
|
entry?: string | string[] | undefined;
|
|
529
529
|
project?: string | string[] | undefined;
|
|
530
530
|
}>]>>;
|
|
531
|
-
vitest: z.ZodOptional<z.ZodUnion<[z.
|
|
531
|
+
vitest: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
532
532
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
533
533
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
534
534
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -541,7 +541,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
541
541
|
entry?: string | string[] | undefined;
|
|
542
542
|
project?: string | string[] | undefined;
|
|
543
543
|
}>]>>;
|
|
544
|
-
webpack: z.ZodOptional<z.ZodUnion<[z.
|
|
544
|
+
webpack: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
545
545
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
546
546
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
547
547
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -561,202 +561,202 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
561
561
|
ignore?: string | string[] | undefined;
|
|
562
562
|
ignoreBinaries?: string[] | undefined;
|
|
563
563
|
ignoreDependencies?: string[] | undefined;
|
|
564
|
-
angular?: string |
|
|
564
|
+
angular?: string | boolean | string[] | {
|
|
565
565
|
config?: string | string[] | undefined;
|
|
566
566
|
entry?: string | string[] | undefined;
|
|
567
567
|
project?: string | string[] | undefined;
|
|
568
568
|
} | undefined;
|
|
569
|
-
ava?: string |
|
|
569
|
+
ava?: string | boolean | string[] | {
|
|
570
570
|
config?: string | string[] | undefined;
|
|
571
571
|
entry?: string | string[] | undefined;
|
|
572
572
|
project?: string | string[] | undefined;
|
|
573
573
|
} | undefined;
|
|
574
|
-
babel?: string |
|
|
574
|
+
babel?: string | boolean | string[] | {
|
|
575
575
|
config?: string | string[] | undefined;
|
|
576
576
|
entry?: string | string[] | undefined;
|
|
577
577
|
project?: string | string[] | undefined;
|
|
578
578
|
} | undefined;
|
|
579
|
-
capacitor?: string |
|
|
579
|
+
capacitor?: string | boolean | string[] | {
|
|
580
580
|
config?: string | string[] | undefined;
|
|
581
581
|
entry?: string | string[] | undefined;
|
|
582
582
|
project?: string | string[] | undefined;
|
|
583
583
|
} | undefined;
|
|
584
|
-
changesets?: string |
|
|
584
|
+
changesets?: string | boolean | string[] | {
|
|
585
585
|
config?: string | string[] | undefined;
|
|
586
586
|
entry?: string | string[] | undefined;
|
|
587
587
|
project?: string | string[] | undefined;
|
|
588
588
|
} | undefined;
|
|
589
|
-
commitizen?: string |
|
|
589
|
+
commitizen?: string | boolean | string[] | {
|
|
590
590
|
config?: string | string[] | undefined;
|
|
591
591
|
entry?: string | string[] | undefined;
|
|
592
592
|
project?: string | string[] | undefined;
|
|
593
593
|
} | undefined;
|
|
594
|
-
commitlint?: string |
|
|
594
|
+
commitlint?: string | boolean | string[] | {
|
|
595
595
|
config?: string | string[] | undefined;
|
|
596
596
|
entry?: string | string[] | undefined;
|
|
597
597
|
project?: string | string[] | undefined;
|
|
598
598
|
} | undefined;
|
|
599
|
-
cspell?: string |
|
|
599
|
+
cspell?: string | boolean | string[] | {
|
|
600
600
|
config?: string | string[] | undefined;
|
|
601
601
|
entry?: string | string[] | undefined;
|
|
602
602
|
project?: string | string[] | undefined;
|
|
603
603
|
} | undefined;
|
|
604
|
-
cypress?: string |
|
|
604
|
+
cypress?: string | boolean | string[] | {
|
|
605
605
|
config?: string | string[] | undefined;
|
|
606
606
|
entry?: string | string[] | undefined;
|
|
607
607
|
project?: string | string[] | undefined;
|
|
608
608
|
} | undefined;
|
|
609
|
-
eslint?: string |
|
|
609
|
+
eslint?: string | boolean | string[] | {
|
|
610
610
|
config?: string | string[] | undefined;
|
|
611
611
|
entry?: string | string[] | undefined;
|
|
612
612
|
project?: string | string[] | undefined;
|
|
613
613
|
} | undefined;
|
|
614
|
-
gatsby?: string |
|
|
614
|
+
gatsby?: string | boolean | string[] | {
|
|
615
615
|
config?: string | string[] | undefined;
|
|
616
616
|
entry?: string | string[] | undefined;
|
|
617
617
|
project?: string | string[] | undefined;
|
|
618
618
|
} | undefined;
|
|
619
|
-
'github-actions'?: string |
|
|
619
|
+
'github-actions'?: string | boolean | string[] | {
|
|
620
620
|
config?: string | string[] | undefined;
|
|
621
621
|
entry?: string | string[] | undefined;
|
|
622
622
|
project?: string | string[] | undefined;
|
|
623
623
|
} | undefined;
|
|
624
|
-
husky?: string |
|
|
624
|
+
husky?: string | boolean | string[] | {
|
|
625
625
|
config?: string | string[] | undefined;
|
|
626
626
|
entry?: string | string[] | undefined;
|
|
627
627
|
project?: string | string[] | undefined;
|
|
628
628
|
} | undefined;
|
|
629
|
-
jest?: string |
|
|
629
|
+
jest?: string | boolean | string[] | {
|
|
630
630
|
config?: string | string[] | undefined;
|
|
631
631
|
entry?: string | string[] | undefined;
|
|
632
632
|
project?: string | string[] | undefined;
|
|
633
633
|
} | undefined;
|
|
634
|
-
lefthook?: string |
|
|
634
|
+
lefthook?: string | boolean | string[] | {
|
|
635
635
|
config?: string | string[] | undefined;
|
|
636
636
|
entry?: string | string[] | undefined;
|
|
637
637
|
project?: string | string[] | undefined;
|
|
638
638
|
} | undefined;
|
|
639
|
-
'lint-staged'?: string |
|
|
639
|
+
'lint-staged'?: string | boolean | string[] | {
|
|
640
640
|
config?: string | string[] | undefined;
|
|
641
641
|
entry?: string | string[] | undefined;
|
|
642
642
|
project?: string | string[] | undefined;
|
|
643
643
|
} | undefined;
|
|
644
|
-
markdownlint?: string |
|
|
644
|
+
markdownlint?: string | boolean | string[] | {
|
|
645
645
|
config?: string | string[] | undefined;
|
|
646
646
|
entry?: string | string[] | undefined;
|
|
647
647
|
project?: string | string[] | undefined;
|
|
648
648
|
} | undefined;
|
|
649
|
-
mocha?: string |
|
|
649
|
+
mocha?: string | boolean | string[] | {
|
|
650
650
|
config?: string | string[] | undefined;
|
|
651
651
|
entry?: string | string[] | undefined;
|
|
652
652
|
project?: string | string[] | undefined;
|
|
653
653
|
} | undefined;
|
|
654
|
-
next?: string |
|
|
654
|
+
next?: string | boolean | string[] | {
|
|
655
655
|
config?: string | string[] | undefined;
|
|
656
656
|
entry?: string | string[] | undefined;
|
|
657
657
|
project?: string | string[] | undefined;
|
|
658
658
|
} | undefined;
|
|
659
|
-
'npm-package-json-lint'?: string |
|
|
659
|
+
'npm-package-json-lint'?: string | boolean | string[] | {
|
|
660
660
|
config?: string | string[] | undefined;
|
|
661
661
|
entry?: string | string[] | undefined;
|
|
662
662
|
project?: string | string[] | undefined;
|
|
663
663
|
} | undefined;
|
|
664
|
-
nx?: string |
|
|
664
|
+
nx?: string | boolean | string[] | {
|
|
665
665
|
config?: string | string[] | undefined;
|
|
666
666
|
entry?: string | string[] | undefined;
|
|
667
667
|
project?: string | string[] | undefined;
|
|
668
668
|
} | undefined;
|
|
669
|
-
nyc?: string |
|
|
669
|
+
nyc?: string | boolean | string[] | {
|
|
670
670
|
config?: string | string[] | undefined;
|
|
671
671
|
entry?: string | string[] | undefined;
|
|
672
672
|
project?: string | string[] | undefined;
|
|
673
673
|
} | undefined;
|
|
674
|
-
playwright?: string |
|
|
674
|
+
playwright?: string | boolean | string[] | {
|
|
675
675
|
config?: string | string[] | undefined;
|
|
676
676
|
entry?: string | string[] | undefined;
|
|
677
677
|
project?: string | string[] | undefined;
|
|
678
678
|
} | undefined;
|
|
679
|
-
postcss?: string |
|
|
679
|
+
postcss?: string | boolean | string[] | {
|
|
680
680
|
config?: string | string[] | undefined;
|
|
681
681
|
entry?: string | string[] | undefined;
|
|
682
682
|
project?: string | string[] | undefined;
|
|
683
683
|
} | undefined;
|
|
684
|
-
prettier?: string |
|
|
684
|
+
prettier?: string | boolean | string[] | {
|
|
685
685
|
config?: string | string[] | undefined;
|
|
686
686
|
entry?: string | string[] | undefined;
|
|
687
687
|
project?: string | string[] | undefined;
|
|
688
688
|
} | undefined;
|
|
689
|
-
'release-it'?: string |
|
|
689
|
+
'release-it'?: string | boolean | string[] | {
|
|
690
690
|
config?: string | string[] | undefined;
|
|
691
691
|
entry?: string | string[] | undefined;
|
|
692
692
|
project?: string | string[] | undefined;
|
|
693
693
|
} | undefined;
|
|
694
|
-
remark?: string |
|
|
694
|
+
remark?: string | boolean | string[] | {
|
|
695
695
|
config?: string | string[] | undefined;
|
|
696
696
|
entry?: string | string[] | undefined;
|
|
697
697
|
project?: string | string[] | undefined;
|
|
698
698
|
} | undefined;
|
|
699
|
-
remix?: string |
|
|
699
|
+
remix?: string | boolean | string[] | {
|
|
700
700
|
config?: string | string[] | undefined;
|
|
701
701
|
entry?: string | string[] | undefined;
|
|
702
702
|
project?: string | string[] | undefined;
|
|
703
703
|
} | undefined;
|
|
704
|
-
rollup?: string |
|
|
704
|
+
rollup?: string | boolean | string[] | {
|
|
705
705
|
config?: string | string[] | undefined;
|
|
706
706
|
entry?: string | string[] | undefined;
|
|
707
707
|
project?: string | string[] | undefined;
|
|
708
708
|
} | undefined;
|
|
709
|
-
'semantic-release'?: string |
|
|
709
|
+
'semantic-release'?: string | boolean | string[] | {
|
|
710
710
|
config?: string | string[] | undefined;
|
|
711
711
|
entry?: string | string[] | undefined;
|
|
712
712
|
project?: string | string[] | undefined;
|
|
713
713
|
} | undefined;
|
|
714
|
-
sentry?: string |
|
|
714
|
+
sentry?: string | boolean | string[] | {
|
|
715
715
|
config?: string | string[] | undefined;
|
|
716
716
|
entry?: string | string[] | undefined;
|
|
717
717
|
project?: string | string[] | undefined;
|
|
718
718
|
} | undefined;
|
|
719
|
-
storybook?: string |
|
|
719
|
+
storybook?: string | boolean | string[] | {
|
|
720
720
|
config?: string | string[] | undefined;
|
|
721
721
|
entry?: string | string[] | undefined;
|
|
722
722
|
project?: string | string[] | undefined;
|
|
723
723
|
} | undefined;
|
|
724
|
-
stryker?: string |
|
|
724
|
+
stryker?: string | boolean | string[] | {
|
|
725
725
|
config?: string | string[] | undefined;
|
|
726
726
|
entry?: string | string[] | undefined;
|
|
727
727
|
project?: string | string[] | undefined;
|
|
728
728
|
} | undefined;
|
|
729
|
-
stylelint?: string |
|
|
729
|
+
stylelint?: string | boolean | string[] | {
|
|
730
730
|
config?: string | string[] | undefined;
|
|
731
731
|
entry?: string | string[] | undefined;
|
|
732
732
|
project?: string | string[] | undefined;
|
|
733
733
|
} | undefined;
|
|
734
|
-
tailwind?: string |
|
|
734
|
+
tailwind?: string | boolean | string[] | {
|
|
735
735
|
config?: string | string[] | undefined;
|
|
736
736
|
entry?: string | string[] | undefined;
|
|
737
737
|
project?: string | string[] | undefined;
|
|
738
738
|
} | undefined;
|
|
739
|
-
typedoc?: string |
|
|
739
|
+
typedoc?: string | boolean | string[] | {
|
|
740
740
|
config?: string | string[] | undefined;
|
|
741
741
|
entry?: string | string[] | undefined;
|
|
742
742
|
project?: string | string[] | undefined;
|
|
743
743
|
} | undefined;
|
|
744
|
-
typescript?: string |
|
|
744
|
+
typescript?: string | boolean | string[] | {
|
|
745
745
|
config?: string | string[] | undefined;
|
|
746
746
|
entry?: string | string[] | undefined;
|
|
747
747
|
project?: string | string[] | undefined;
|
|
748
748
|
} | undefined;
|
|
749
|
-
vite?: string |
|
|
749
|
+
vite?: string | boolean | string[] | {
|
|
750
750
|
config?: string | string[] | undefined;
|
|
751
751
|
entry?: string | string[] | undefined;
|
|
752
752
|
project?: string | string[] | undefined;
|
|
753
753
|
} | undefined;
|
|
754
|
-
vitest?: string |
|
|
754
|
+
vitest?: string | boolean | string[] | {
|
|
755
755
|
config?: string | string[] | undefined;
|
|
756
756
|
entry?: string | string[] | undefined;
|
|
757
757
|
project?: string | string[] | undefined;
|
|
758
758
|
} | undefined;
|
|
759
|
-
webpack?: string |
|
|
759
|
+
webpack?: string | boolean | string[] | {
|
|
760
760
|
config?: string | string[] | undefined;
|
|
761
761
|
entry?: string | string[] | undefined;
|
|
762
762
|
project?: string | string[] | undefined;
|
|
@@ -768,208 +768,208 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
768
768
|
ignore?: string | string[] | undefined;
|
|
769
769
|
ignoreBinaries?: string[] | undefined;
|
|
770
770
|
ignoreDependencies?: string[] | undefined;
|
|
771
|
-
angular?: string |
|
|
771
|
+
angular?: string | boolean | string[] | {
|
|
772
772
|
config?: string | string[] | undefined;
|
|
773
773
|
entry?: string | string[] | undefined;
|
|
774
774
|
project?: string | string[] | undefined;
|
|
775
775
|
} | undefined;
|
|
776
|
-
ava?: string |
|
|
776
|
+
ava?: string | boolean | string[] | {
|
|
777
777
|
config?: string | string[] | undefined;
|
|
778
778
|
entry?: string | string[] | undefined;
|
|
779
779
|
project?: string | string[] | undefined;
|
|
780
780
|
} | undefined;
|
|
781
|
-
babel?: string |
|
|
781
|
+
babel?: string | boolean | string[] | {
|
|
782
782
|
config?: string | string[] | undefined;
|
|
783
783
|
entry?: string | string[] | undefined;
|
|
784
784
|
project?: string | string[] | undefined;
|
|
785
785
|
} | undefined;
|
|
786
|
-
capacitor?: string |
|
|
786
|
+
capacitor?: string | boolean | string[] | {
|
|
787
787
|
config?: string | string[] | undefined;
|
|
788
788
|
entry?: string | string[] | undefined;
|
|
789
789
|
project?: string | string[] | undefined;
|
|
790
790
|
} | undefined;
|
|
791
|
-
changesets?: string |
|
|
791
|
+
changesets?: string | boolean | string[] | {
|
|
792
792
|
config?: string | string[] | undefined;
|
|
793
793
|
entry?: string | string[] | undefined;
|
|
794
794
|
project?: string | string[] | undefined;
|
|
795
795
|
} | undefined;
|
|
796
|
-
commitizen?: string |
|
|
796
|
+
commitizen?: string | boolean | string[] | {
|
|
797
797
|
config?: string | string[] | undefined;
|
|
798
798
|
entry?: string | string[] | undefined;
|
|
799
799
|
project?: string | string[] | undefined;
|
|
800
800
|
} | undefined;
|
|
801
|
-
commitlint?: string |
|
|
801
|
+
commitlint?: string | boolean | string[] | {
|
|
802
802
|
config?: string | string[] | undefined;
|
|
803
803
|
entry?: string | string[] | undefined;
|
|
804
804
|
project?: string | string[] | undefined;
|
|
805
805
|
} | undefined;
|
|
806
|
-
cspell?: string |
|
|
806
|
+
cspell?: string | boolean | string[] | {
|
|
807
807
|
config?: string | string[] | undefined;
|
|
808
808
|
entry?: string | string[] | undefined;
|
|
809
809
|
project?: string | string[] | undefined;
|
|
810
810
|
} | undefined;
|
|
811
|
-
cypress?: string |
|
|
811
|
+
cypress?: string | boolean | string[] | {
|
|
812
812
|
config?: string | string[] | undefined;
|
|
813
813
|
entry?: string | string[] | undefined;
|
|
814
814
|
project?: string | string[] | undefined;
|
|
815
815
|
} | undefined;
|
|
816
|
-
eslint?: string |
|
|
816
|
+
eslint?: string | boolean | string[] | {
|
|
817
817
|
config?: string | string[] | undefined;
|
|
818
818
|
entry?: string | string[] | undefined;
|
|
819
819
|
project?: string | string[] | undefined;
|
|
820
820
|
} | undefined;
|
|
821
|
-
gatsby?: string |
|
|
821
|
+
gatsby?: string | boolean | string[] | {
|
|
822
822
|
config?: string | string[] | undefined;
|
|
823
823
|
entry?: string | string[] | undefined;
|
|
824
824
|
project?: string | string[] | undefined;
|
|
825
825
|
} | undefined;
|
|
826
|
-
'github-actions'?: string |
|
|
826
|
+
'github-actions'?: string | boolean | string[] | {
|
|
827
827
|
config?: string | string[] | undefined;
|
|
828
828
|
entry?: string | string[] | undefined;
|
|
829
829
|
project?: string | string[] | undefined;
|
|
830
830
|
} | undefined;
|
|
831
|
-
husky?: string |
|
|
831
|
+
husky?: string | boolean | string[] | {
|
|
832
832
|
config?: string | string[] | undefined;
|
|
833
833
|
entry?: string | string[] | undefined;
|
|
834
834
|
project?: string | string[] | undefined;
|
|
835
835
|
} | undefined;
|
|
836
|
-
jest?: string |
|
|
836
|
+
jest?: string | boolean | string[] | {
|
|
837
837
|
config?: string | string[] | undefined;
|
|
838
838
|
entry?: string | string[] | undefined;
|
|
839
839
|
project?: string | string[] | undefined;
|
|
840
840
|
} | undefined;
|
|
841
|
-
lefthook?: string |
|
|
841
|
+
lefthook?: string | boolean | string[] | {
|
|
842
842
|
config?: string | string[] | undefined;
|
|
843
843
|
entry?: string | string[] | undefined;
|
|
844
844
|
project?: string | string[] | undefined;
|
|
845
845
|
} | undefined;
|
|
846
|
-
'lint-staged'?: string |
|
|
846
|
+
'lint-staged'?: string | boolean | string[] | {
|
|
847
847
|
config?: string | string[] | undefined;
|
|
848
848
|
entry?: string | string[] | undefined;
|
|
849
849
|
project?: string | string[] | undefined;
|
|
850
850
|
} | undefined;
|
|
851
|
-
markdownlint?: string |
|
|
851
|
+
markdownlint?: string | boolean | string[] | {
|
|
852
852
|
config?: string | string[] | undefined;
|
|
853
853
|
entry?: string | string[] | undefined;
|
|
854
854
|
project?: string | string[] | undefined;
|
|
855
855
|
} | undefined;
|
|
856
|
-
mocha?: string |
|
|
856
|
+
mocha?: string | boolean | string[] | {
|
|
857
857
|
config?: string | string[] | undefined;
|
|
858
858
|
entry?: string | string[] | undefined;
|
|
859
859
|
project?: string | string[] | undefined;
|
|
860
860
|
} | undefined;
|
|
861
|
-
next?: string |
|
|
861
|
+
next?: string | boolean | string[] | {
|
|
862
862
|
config?: string | string[] | undefined;
|
|
863
863
|
entry?: string | string[] | undefined;
|
|
864
864
|
project?: string | string[] | undefined;
|
|
865
865
|
} | undefined;
|
|
866
|
-
'npm-package-json-lint'?: string |
|
|
866
|
+
'npm-package-json-lint'?: string | boolean | string[] | {
|
|
867
867
|
config?: string | string[] | undefined;
|
|
868
868
|
entry?: string | string[] | undefined;
|
|
869
869
|
project?: string | string[] | undefined;
|
|
870
870
|
} | undefined;
|
|
871
|
-
nx?: string |
|
|
871
|
+
nx?: string | boolean | string[] | {
|
|
872
872
|
config?: string | string[] | undefined;
|
|
873
873
|
entry?: string | string[] | undefined;
|
|
874
874
|
project?: string | string[] | undefined;
|
|
875
875
|
} | undefined;
|
|
876
|
-
nyc?: string |
|
|
876
|
+
nyc?: string | boolean | string[] | {
|
|
877
877
|
config?: string | string[] | undefined;
|
|
878
878
|
entry?: string | string[] | undefined;
|
|
879
879
|
project?: string | string[] | undefined;
|
|
880
880
|
} | undefined;
|
|
881
|
-
playwright?: string |
|
|
881
|
+
playwright?: string | boolean | string[] | {
|
|
882
882
|
config?: string | string[] | undefined;
|
|
883
883
|
entry?: string | string[] | undefined;
|
|
884
884
|
project?: string | string[] | undefined;
|
|
885
885
|
} | undefined;
|
|
886
|
-
postcss?: string |
|
|
886
|
+
postcss?: string | boolean | string[] | {
|
|
887
887
|
config?: string | string[] | undefined;
|
|
888
888
|
entry?: string | string[] | undefined;
|
|
889
889
|
project?: string | string[] | undefined;
|
|
890
890
|
} | undefined;
|
|
891
|
-
prettier?: string |
|
|
891
|
+
prettier?: string | boolean | string[] | {
|
|
892
892
|
config?: string | string[] | undefined;
|
|
893
893
|
entry?: string | string[] | undefined;
|
|
894
894
|
project?: string | string[] | undefined;
|
|
895
895
|
} | undefined;
|
|
896
|
-
'release-it'?: string |
|
|
896
|
+
'release-it'?: string | boolean | string[] | {
|
|
897
897
|
config?: string | string[] | undefined;
|
|
898
898
|
entry?: string | string[] | undefined;
|
|
899
899
|
project?: string | string[] | undefined;
|
|
900
900
|
} | undefined;
|
|
901
|
-
remark?: string |
|
|
901
|
+
remark?: string | boolean | string[] | {
|
|
902
902
|
config?: string | string[] | undefined;
|
|
903
903
|
entry?: string | string[] | undefined;
|
|
904
904
|
project?: string | string[] | undefined;
|
|
905
905
|
} | undefined;
|
|
906
|
-
remix?: string |
|
|
906
|
+
remix?: string | boolean | string[] | {
|
|
907
907
|
config?: string | string[] | undefined;
|
|
908
908
|
entry?: string | string[] | undefined;
|
|
909
909
|
project?: string | string[] | undefined;
|
|
910
910
|
} | undefined;
|
|
911
|
-
rollup?: string |
|
|
911
|
+
rollup?: string | boolean | string[] | {
|
|
912
912
|
config?: string | string[] | undefined;
|
|
913
913
|
entry?: string | string[] | undefined;
|
|
914
914
|
project?: string | string[] | undefined;
|
|
915
915
|
} | undefined;
|
|
916
|
-
'semantic-release'?: string |
|
|
916
|
+
'semantic-release'?: string | boolean | string[] | {
|
|
917
917
|
config?: string | string[] | undefined;
|
|
918
918
|
entry?: string | string[] | undefined;
|
|
919
919
|
project?: string | string[] | undefined;
|
|
920
920
|
} | undefined;
|
|
921
|
-
sentry?: string |
|
|
921
|
+
sentry?: string | boolean | string[] | {
|
|
922
922
|
config?: string | string[] | undefined;
|
|
923
923
|
entry?: string | string[] | undefined;
|
|
924
924
|
project?: string | string[] | undefined;
|
|
925
925
|
} | undefined;
|
|
926
|
-
storybook?: string |
|
|
926
|
+
storybook?: string | boolean | string[] | {
|
|
927
927
|
config?: string | string[] | undefined;
|
|
928
928
|
entry?: string | string[] | undefined;
|
|
929
929
|
project?: string | string[] | undefined;
|
|
930
930
|
} | undefined;
|
|
931
|
-
stryker?: string |
|
|
931
|
+
stryker?: string | boolean | string[] | {
|
|
932
932
|
config?: string | string[] | undefined;
|
|
933
933
|
entry?: string | string[] | undefined;
|
|
934
934
|
project?: string | string[] | undefined;
|
|
935
935
|
} | undefined;
|
|
936
|
-
stylelint?: string |
|
|
936
|
+
stylelint?: string | boolean | string[] | {
|
|
937
937
|
config?: string | string[] | undefined;
|
|
938
938
|
entry?: string | string[] | undefined;
|
|
939
939
|
project?: string | string[] | undefined;
|
|
940
940
|
} | undefined;
|
|
941
|
-
tailwind?: string |
|
|
941
|
+
tailwind?: string | boolean | string[] | {
|
|
942
942
|
config?: string | string[] | undefined;
|
|
943
943
|
entry?: string | string[] | undefined;
|
|
944
944
|
project?: string | string[] | undefined;
|
|
945
945
|
} | undefined;
|
|
946
|
-
typedoc?: string |
|
|
946
|
+
typedoc?: string | boolean | string[] | {
|
|
947
947
|
config?: string | string[] | undefined;
|
|
948
948
|
entry?: string | string[] | undefined;
|
|
949
949
|
project?: string | string[] | undefined;
|
|
950
950
|
} | undefined;
|
|
951
|
-
typescript?: string |
|
|
951
|
+
typescript?: string | boolean | string[] | {
|
|
952
952
|
config?: string | string[] | undefined;
|
|
953
953
|
entry?: string | string[] | undefined;
|
|
954
954
|
project?: string | string[] | undefined;
|
|
955
955
|
} | undefined;
|
|
956
|
-
vite?: string |
|
|
956
|
+
vite?: string | boolean | string[] | {
|
|
957
957
|
config?: string | string[] | undefined;
|
|
958
958
|
entry?: string | string[] | undefined;
|
|
959
959
|
project?: string | string[] | undefined;
|
|
960
960
|
} | undefined;
|
|
961
|
-
vitest?: string |
|
|
961
|
+
vitest?: string | boolean | string[] | {
|
|
962
962
|
config?: string | string[] | undefined;
|
|
963
963
|
entry?: string | string[] | undefined;
|
|
964
964
|
project?: string | string[] | undefined;
|
|
965
965
|
} | undefined;
|
|
966
|
-
webpack?: string |
|
|
966
|
+
webpack?: string | boolean | string[] | {
|
|
967
967
|
config?: string | string[] | undefined;
|
|
968
968
|
entry?: string | string[] | undefined;
|
|
969
969
|
project?: string | string[] | undefined;
|
|
970
970
|
} | undefined;
|
|
971
971
|
}>>>;
|
|
972
|
-
angular: z.ZodOptional<z.ZodUnion<[z.
|
|
972
|
+
angular: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
973
973
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
974
974
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
975
975
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -982,7 +982,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
982
982
|
entry?: string | string[] | undefined;
|
|
983
983
|
project?: string | string[] | undefined;
|
|
984
984
|
}>]>>;
|
|
985
|
-
ava: z.ZodOptional<z.ZodUnion<[z.
|
|
985
|
+
ava: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
986
986
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
987
987
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
988
988
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -995,7 +995,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
995
995
|
entry?: string | string[] | undefined;
|
|
996
996
|
project?: string | string[] | undefined;
|
|
997
997
|
}>]>>;
|
|
998
|
-
babel: z.ZodOptional<z.ZodUnion<[z.
|
|
998
|
+
babel: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
999
999
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1000
1000
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1001
1001
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1008,7 +1008,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1008
1008
|
entry?: string | string[] | undefined;
|
|
1009
1009
|
project?: string | string[] | undefined;
|
|
1010
1010
|
}>]>>;
|
|
1011
|
-
capacitor: z.ZodOptional<z.ZodUnion<[z.
|
|
1011
|
+
capacitor: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1012
1012
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1013
1013
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1014
1014
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1021,7 +1021,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1021
1021
|
entry?: string | string[] | undefined;
|
|
1022
1022
|
project?: string | string[] | undefined;
|
|
1023
1023
|
}>]>>;
|
|
1024
|
-
changesets: z.ZodOptional<z.ZodUnion<[z.
|
|
1024
|
+
changesets: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1025
1025
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1026
1026
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1027
1027
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1034,7 +1034,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1034
1034
|
entry?: string | string[] | undefined;
|
|
1035
1035
|
project?: string | string[] | undefined;
|
|
1036
1036
|
}>]>>;
|
|
1037
|
-
commitizen: z.ZodOptional<z.ZodUnion<[z.
|
|
1037
|
+
commitizen: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1038
1038
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1039
1039
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1040
1040
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1047,7 +1047,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1047
1047
|
entry?: string | string[] | undefined;
|
|
1048
1048
|
project?: string | string[] | undefined;
|
|
1049
1049
|
}>]>>;
|
|
1050
|
-
commitlint: z.ZodOptional<z.ZodUnion<[z.
|
|
1050
|
+
commitlint: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1051
1051
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1052
1052
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1053
1053
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1060,7 +1060,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1060
1060
|
entry?: string | string[] | undefined;
|
|
1061
1061
|
project?: string | string[] | undefined;
|
|
1062
1062
|
}>]>>;
|
|
1063
|
-
cspell: z.ZodOptional<z.ZodUnion<[z.
|
|
1063
|
+
cspell: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1064
1064
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1065
1065
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1066
1066
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1073,7 +1073,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1073
1073
|
entry?: string | string[] | undefined;
|
|
1074
1074
|
project?: string | string[] | undefined;
|
|
1075
1075
|
}>]>>;
|
|
1076
|
-
cypress: z.ZodOptional<z.ZodUnion<[z.
|
|
1076
|
+
cypress: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1077
1077
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1078
1078
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1079
1079
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1086,7 +1086,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1086
1086
|
entry?: string | string[] | undefined;
|
|
1087
1087
|
project?: string | string[] | undefined;
|
|
1088
1088
|
}>]>>;
|
|
1089
|
-
eslint: z.ZodOptional<z.ZodUnion<[z.
|
|
1089
|
+
eslint: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1090
1090
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1091
1091
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1092
1092
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1099,7 +1099,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1099
1099
|
entry?: string | string[] | undefined;
|
|
1100
1100
|
project?: string | string[] | undefined;
|
|
1101
1101
|
}>]>>;
|
|
1102
|
-
gatsby: z.ZodOptional<z.ZodUnion<[z.
|
|
1102
|
+
gatsby: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1103
1103
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1104
1104
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1105
1105
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1112,7 +1112,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1112
1112
|
entry?: string | string[] | undefined;
|
|
1113
1113
|
project?: string | string[] | undefined;
|
|
1114
1114
|
}>]>>;
|
|
1115
|
-
'github-actions': z.ZodOptional<z.ZodUnion<[z.
|
|
1115
|
+
'github-actions': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1116
1116
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1117
1117
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1118
1118
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1125,7 +1125,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1125
1125
|
entry?: string | string[] | undefined;
|
|
1126
1126
|
project?: string | string[] | undefined;
|
|
1127
1127
|
}>]>>;
|
|
1128
|
-
husky: z.ZodOptional<z.ZodUnion<[z.
|
|
1128
|
+
husky: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1129
1129
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1130
1130
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1131
1131
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1138,7 +1138,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1138
1138
|
entry?: string | string[] | undefined;
|
|
1139
1139
|
project?: string | string[] | undefined;
|
|
1140
1140
|
}>]>>;
|
|
1141
|
-
jest: z.ZodOptional<z.ZodUnion<[z.
|
|
1141
|
+
jest: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1142
1142
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1143
1143
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1144
1144
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1151,7 +1151,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1151
1151
|
entry?: string | string[] | undefined;
|
|
1152
1152
|
project?: string | string[] | undefined;
|
|
1153
1153
|
}>]>>;
|
|
1154
|
-
lefthook: z.ZodOptional<z.ZodUnion<[z.
|
|
1154
|
+
lefthook: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1155
1155
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1156
1156
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1157
1157
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1164,7 +1164,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1164
1164
|
entry?: string | string[] | undefined;
|
|
1165
1165
|
project?: string | string[] | undefined;
|
|
1166
1166
|
}>]>>;
|
|
1167
|
-
'lint-staged': z.ZodOptional<z.ZodUnion<[z.
|
|
1167
|
+
'lint-staged': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1168
1168
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1169
1169
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1170
1170
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1177,7 +1177,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1177
1177
|
entry?: string | string[] | undefined;
|
|
1178
1178
|
project?: string | string[] | undefined;
|
|
1179
1179
|
}>]>>;
|
|
1180
|
-
markdownlint: z.ZodOptional<z.ZodUnion<[z.
|
|
1180
|
+
markdownlint: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1181
1181
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1182
1182
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1183
1183
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1190,7 +1190,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1190
1190
|
entry?: string | string[] | undefined;
|
|
1191
1191
|
project?: string | string[] | undefined;
|
|
1192
1192
|
}>]>>;
|
|
1193
|
-
mocha: z.ZodOptional<z.ZodUnion<[z.
|
|
1193
|
+
mocha: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1194
1194
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1195
1195
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1196
1196
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1203,7 +1203,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1203
1203
|
entry?: string | string[] | undefined;
|
|
1204
1204
|
project?: string | string[] | undefined;
|
|
1205
1205
|
}>]>>;
|
|
1206
|
-
next: z.ZodOptional<z.ZodUnion<[z.
|
|
1206
|
+
next: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1207
1207
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1208
1208
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1209
1209
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1216,7 +1216,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1216
1216
|
entry?: string | string[] | undefined;
|
|
1217
1217
|
project?: string | string[] | undefined;
|
|
1218
1218
|
}>]>>;
|
|
1219
|
-
'npm-package-json-lint': z.ZodOptional<z.ZodUnion<[z.
|
|
1219
|
+
'npm-package-json-lint': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1220
1220
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1221
1221
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1222
1222
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1229,7 +1229,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1229
1229
|
entry?: string | string[] | undefined;
|
|
1230
1230
|
project?: string | string[] | undefined;
|
|
1231
1231
|
}>]>>;
|
|
1232
|
-
nx: z.ZodOptional<z.ZodUnion<[z.
|
|
1232
|
+
nx: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1233
1233
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1234
1234
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1235
1235
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1242,7 +1242,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1242
1242
|
entry?: string | string[] | undefined;
|
|
1243
1243
|
project?: string | string[] | undefined;
|
|
1244
1244
|
}>]>>;
|
|
1245
|
-
nyc: z.ZodOptional<z.ZodUnion<[z.
|
|
1245
|
+
nyc: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1246
1246
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1247
1247
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1248
1248
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1255,7 +1255,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1255
1255
|
entry?: string | string[] | undefined;
|
|
1256
1256
|
project?: string | string[] | undefined;
|
|
1257
1257
|
}>]>>;
|
|
1258
|
-
playwright: z.ZodOptional<z.ZodUnion<[z.
|
|
1258
|
+
playwright: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1259
1259
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1260
1260
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1261
1261
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1268,7 +1268,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1268
1268
|
entry?: string | string[] | undefined;
|
|
1269
1269
|
project?: string | string[] | undefined;
|
|
1270
1270
|
}>]>>;
|
|
1271
|
-
postcss: z.ZodOptional<z.ZodUnion<[z.
|
|
1271
|
+
postcss: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1272
1272
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1273
1273
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1274
1274
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1281,7 +1281,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1281
1281
|
entry?: string | string[] | undefined;
|
|
1282
1282
|
project?: string | string[] | undefined;
|
|
1283
1283
|
}>]>>;
|
|
1284
|
-
prettier: z.ZodOptional<z.ZodUnion<[z.
|
|
1284
|
+
prettier: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1285
1285
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1286
1286
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1287
1287
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1294,7 +1294,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1294
1294
|
entry?: string | string[] | undefined;
|
|
1295
1295
|
project?: string | string[] | undefined;
|
|
1296
1296
|
}>]>>;
|
|
1297
|
-
'release-it': z.ZodOptional<z.ZodUnion<[z.
|
|
1297
|
+
'release-it': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1298
1298
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1299
1299
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1300
1300
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1307,7 +1307,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1307
1307
|
entry?: string | string[] | undefined;
|
|
1308
1308
|
project?: string | string[] | undefined;
|
|
1309
1309
|
}>]>>;
|
|
1310
|
-
remark: z.ZodOptional<z.ZodUnion<[z.
|
|
1310
|
+
remark: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1311
1311
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1312
1312
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1313
1313
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1320,7 +1320,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1320
1320
|
entry?: string | string[] | undefined;
|
|
1321
1321
|
project?: string | string[] | undefined;
|
|
1322
1322
|
}>]>>;
|
|
1323
|
-
remix: z.ZodOptional<z.ZodUnion<[z.
|
|
1323
|
+
remix: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1324
1324
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1325
1325
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1326
1326
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1333,7 +1333,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1333
1333
|
entry?: string | string[] | undefined;
|
|
1334
1334
|
project?: string | string[] | undefined;
|
|
1335
1335
|
}>]>>;
|
|
1336
|
-
rollup: z.ZodOptional<z.ZodUnion<[z.
|
|
1336
|
+
rollup: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1337
1337
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1338
1338
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1339
1339
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1346,7 +1346,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1346
1346
|
entry?: string | string[] | undefined;
|
|
1347
1347
|
project?: string | string[] | undefined;
|
|
1348
1348
|
}>]>>;
|
|
1349
|
-
'semantic-release': z.ZodOptional<z.ZodUnion<[z.
|
|
1349
|
+
'semantic-release': z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1350
1350
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1351
1351
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1352
1352
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1359,7 +1359,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1359
1359
|
entry?: string | string[] | undefined;
|
|
1360
1360
|
project?: string | string[] | undefined;
|
|
1361
1361
|
}>]>>;
|
|
1362
|
-
sentry: z.ZodOptional<z.ZodUnion<[z.
|
|
1362
|
+
sentry: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1363
1363
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1364
1364
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1365
1365
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1372,7 +1372,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1372
1372
|
entry?: string | string[] | undefined;
|
|
1373
1373
|
project?: string | string[] | undefined;
|
|
1374
1374
|
}>]>>;
|
|
1375
|
-
storybook: z.ZodOptional<z.ZodUnion<[z.
|
|
1375
|
+
storybook: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1376
1376
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1377
1377
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1378
1378
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1385,7 +1385,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1385
1385
|
entry?: string | string[] | undefined;
|
|
1386
1386
|
project?: string | string[] | undefined;
|
|
1387
1387
|
}>]>>;
|
|
1388
|
-
stryker: z.ZodOptional<z.ZodUnion<[z.
|
|
1388
|
+
stryker: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1389
1389
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1390
1390
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1391
1391
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1398,7 +1398,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1398
1398
|
entry?: string | string[] | undefined;
|
|
1399
1399
|
project?: string | string[] | undefined;
|
|
1400
1400
|
}>]>>;
|
|
1401
|
-
stylelint: z.ZodOptional<z.ZodUnion<[z.
|
|
1401
|
+
stylelint: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1402
1402
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1403
1403
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1404
1404
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1411,7 +1411,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1411
1411
|
entry?: string | string[] | undefined;
|
|
1412
1412
|
project?: string | string[] | undefined;
|
|
1413
1413
|
}>]>>;
|
|
1414
|
-
tailwind: z.ZodOptional<z.ZodUnion<[z.
|
|
1414
|
+
tailwind: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1415
1415
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1416
1416
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1417
1417
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1424,7 +1424,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1424
1424
|
entry?: string | string[] | undefined;
|
|
1425
1425
|
project?: string | string[] | undefined;
|
|
1426
1426
|
}>]>>;
|
|
1427
|
-
typedoc: z.ZodOptional<z.ZodUnion<[z.
|
|
1427
|
+
typedoc: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1428
1428
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1429
1429
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1430
1430
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1437,7 +1437,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1437
1437
|
entry?: string | string[] | undefined;
|
|
1438
1438
|
project?: string | string[] | undefined;
|
|
1439
1439
|
}>]>>;
|
|
1440
|
-
typescript: z.ZodOptional<z.ZodUnion<[z.
|
|
1440
|
+
typescript: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1441
1441
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1442
1442
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1443
1443
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1450,7 +1450,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1450
1450
|
entry?: string | string[] | undefined;
|
|
1451
1451
|
project?: string | string[] | undefined;
|
|
1452
1452
|
}>]>>;
|
|
1453
|
-
vite: z.ZodOptional<z.ZodUnion<[z.
|
|
1453
|
+
vite: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1454
1454
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1455
1455
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1456
1456
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1463,7 +1463,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1463
1463
|
entry?: string | string[] | undefined;
|
|
1464
1464
|
project?: string | string[] | undefined;
|
|
1465
1465
|
}>]>>;
|
|
1466
|
-
vitest: z.ZodOptional<z.ZodUnion<[z.
|
|
1466
|
+
vitest: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1467
1467
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1468
1468
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1469
1469
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1476,7 +1476,7 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1476
1476
|
entry?: string | string[] | undefined;
|
|
1477
1477
|
project?: string | string[] | undefined;
|
|
1478
1478
|
}>]>>;
|
|
1479
|
-
webpack: z.ZodOptional<z.ZodUnion<[z.
|
|
1479
|
+
webpack: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, z.ZodObject<{
|
|
1480
1480
|
config: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1481
1481
|
entry: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
1482
1482
|
project: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
@@ -1511,403 +1511,403 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1511
1511
|
ignore?: string | string[] | undefined;
|
|
1512
1512
|
ignoreBinaries?: string[] | undefined;
|
|
1513
1513
|
ignoreDependencies?: string[] | undefined;
|
|
1514
|
-
angular?: string |
|
|
1514
|
+
angular?: string | boolean | string[] | {
|
|
1515
1515
|
config?: string | string[] | undefined;
|
|
1516
1516
|
entry?: string | string[] | undefined;
|
|
1517
1517
|
project?: string | string[] | undefined;
|
|
1518
1518
|
} | undefined;
|
|
1519
|
-
ava?: string |
|
|
1519
|
+
ava?: string | boolean | string[] | {
|
|
1520
1520
|
config?: string | string[] | undefined;
|
|
1521
1521
|
entry?: string | string[] | undefined;
|
|
1522
1522
|
project?: string | string[] | undefined;
|
|
1523
1523
|
} | undefined;
|
|
1524
|
-
babel?: string |
|
|
1524
|
+
babel?: string | boolean | string[] | {
|
|
1525
1525
|
config?: string | string[] | undefined;
|
|
1526
1526
|
entry?: string | string[] | undefined;
|
|
1527
1527
|
project?: string | string[] | undefined;
|
|
1528
1528
|
} | undefined;
|
|
1529
|
-
capacitor?: string |
|
|
1529
|
+
capacitor?: string | boolean | string[] | {
|
|
1530
1530
|
config?: string | string[] | undefined;
|
|
1531
1531
|
entry?: string | string[] | undefined;
|
|
1532
1532
|
project?: string | string[] | undefined;
|
|
1533
1533
|
} | undefined;
|
|
1534
|
-
changesets?: string |
|
|
1534
|
+
changesets?: string | boolean | string[] | {
|
|
1535
1535
|
config?: string | string[] | undefined;
|
|
1536
1536
|
entry?: string | string[] | undefined;
|
|
1537
1537
|
project?: string | string[] | undefined;
|
|
1538
1538
|
} | undefined;
|
|
1539
|
-
commitizen?: string |
|
|
1539
|
+
commitizen?: string | boolean | string[] | {
|
|
1540
1540
|
config?: string | string[] | undefined;
|
|
1541
1541
|
entry?: string | string[] | undefined;
|
|
1542
1542
|
project?: string | string[] | undefined;
|
|
1543
1543
|
} | undefined;
|
|
1544
|
-
commitlint?: string |
|
|
1544
|
+
commitlint?: string | boolean | string[] | {
|
|
1545
1545
|
config?: string | string[] | undefined;
|
|
1546
1546
|
entry?: string | string[] | undefined;
|
|
1547
1547
|
project?: string | string[] | undefined;
|
|
1548
1548
|
} | undefined;
|
|
1549
|
-
cspell?: string |
|
|
1549
|
+
cspell?: string | boolean | string[] | {
|
|
1550
1550
|
config?: string | string[] | undefined;
|
|
1551
1551
|
entry?: string | string[] | undefined;
|
|
1552
1552
|
project?: string | string[] | undefined;
|
|
1553
1553
|
} | undefined;
|
|
1554
|
-
cypress?: string |
|
|
1554
|
+
cypress?: string | boolean | string[] | {
|
|
1555
1555
|
config?: string | string[] | undefined;
|
|
1556
1556
|
entry?: string | string[] | undefined;
|
|
1557
1557
|
project?: string | string[] | undefined;
|
|
1558
1558
|
} | undefined;
|
|
1559
|
-
eslint?: string |
|
|
1559
|
+
eslint?: string | boolean | string[] | {
|
|
1560
1560
|
config?: string | string[] | undefined;
|
|
1561
1561
|
entry?: string | string[] | undefined;
|
|
1562
1562
|
project?: string | string[] | undefined;
|
|
1563
1563
|
} | undefined;
|
|
1564
|
-
gatsby?: string |
|
|
1564
|
+
gatsby?: string | boolean | string[] | {
|
|
1565
1565
|
config?: string | string[] | undefined;
|
|
1566
1566
|
entry?: string | string[] | undefined;
|
|
1567
1567
|
project?: string | string[] | undefined;
|
|
1568
1568
|
} | undefined;
|
|
1569
|
-
'github-actions'?: string |
|
|
1569
|
+
'github-actions'?: string | boolean | string[] | {
|
|
1570
1570
|
config?: string | string[] | undefined;
|
|
1571
1571
|
entry?: string | string[] | undefined;
|
|
1572
1572
|
project?: string | string[] | undefined;
|
|
1573
1573
|
} | undefined;
|
|
1574
|
-
husky?: string |
|
|
1574
|
+
husky?: string | boolean | string[] | {
|
|
1575
1575
|
config?: string | string[] | undefined;
|
|
1576
1576
|
entry?: string | string[] | undefined;
|
|
1577
1577
|
project?: string | string[] | undefined;
|
|
1578
1578
|
} | undefined;
|
|
1579
|
-
jest?: string |
|
|
1579
|
+
jest?: string | boolean | string[] | {
|
|
1580
1580
|
config?: string | string[] | undefined;
|
|
1581
1581
|
entry?: string | string[] | undefined;
|
|
1582
1582
|
project?: string | string[] | undefined;
|
|
1583
1583
|
} | undefined;
|
|
1584
|
-
lefthook?: string |
|
|
1584
|
+
lefthook?: string | boolean | string[] | {
|
|
1585
1585
|
config?: string | string[] | undefined;
|
|
1586
1586
|
entry?: string | string[] | undefined;
|
|
1587
1587
|
project?: string | string[] | undefined;
|
|
1588
1588
|
} | undefined;
|
|
1589
|
-
'lint-staged'?: string |
|
|
1589
|
+
'lint-staged'?: string | boolean | string[] | {
|
|
1590
1590
|
config?: string | string[] | undefined;
|
|
1591
1591
|
entry?: string | string[] | undefined;
|
|
1592
1592
|
project?: string | string[] | undefined;
|
|
1593
1593
|
} | undefined;
|
|
1594
|
-
markdownlint?: string |
|
|
1594
|
+
markdownlint?: string | boolean | string[] | {
|
|
1595
1595
|
config?: string | string[] | undefined;
|
|
1596
1596
|
entry?: string | string[] | undefined;
|
|
1597
1597
|
project?: string | string[] | undefined;
|
|
1598
1598
|
} | undefined;
|
|
1599
|
-
mocha?: string |
|
|
1599
|
+
mocha?: string | boolean | string[] | {
|
|
1600
1600
|
config?: string | string[] | undefined;
|
|
1601
1601
|
entry?: string | string[] | undefined;
|
|
1602
1602
|
project?: string | string[] | undefined;
|
|
1603
1603
|
} | undefined;
|
|
1604
|
-
next?: string |
|
|
1604
|
+
next?: string | boolean | string[] | {
|
|
1605
1605
|
config?: string | string[] | undefined;
|
|
1606
1606
|
entry?: string | string[] | undefined;
|
|
1607
1607
|
project?: string | string[] | undefined;
|
|
1608
1608
|
} | undefined;
|
|
1609
|
-
'npm-package-json-lint'?: string |
|
|
1609
|
+
'npm-package-json-lint'?: string | boolean | string[] | {
|
|
1610
1610
|
config?: string | string[] | undefined;
|
|
1611
1611
|
entry?: string | string[] | undefined;
|
|
1612
1612
|
project?: string | string[] | undefined;
|
|
1613
1613
|
} | undefined;
|
|
1614
|
-
nx?: string |
|
|
1614
|
+
nx?: string | boolean | string[] | {
|
|
1615
1615
|
config?: string | string[] | undefined;
|
|
1616
1616
|
entry?: string | string[] | undefined;
|
|
1617
1617
|
project?: string | string[] | undefined;
|
|
1618
1618
|
} | undefined;
|
|
1619
|
-
nyc?: string |
|
|
1619
|
+
nyc?: string | boolean | string[] | {
|
|
1620
1620
|
config?: string | string[] | undefined;
|
|
1621
1621
|
entry?: string | string[] | undefined;
|
|
1622
1622
|
project?: string | string[] | undefined;
|
|
1623
1623
|
} | undefined;
|
|
1624
|
-
playwright?: string |
|
|
1624
|
+
playwright?: string | boolean | string[] | {
|
|
1625
1625
|
config?: string | string[] | undefined;
|
|
1626
1626
|
entry?: string | string[] | undefined;
|
|
1627
1627
|
project?: string | string[] | undefined;
|
|
1628
1628
|
} | undefined;
|
|
1629
|
-
postcss?: string |
|
|
1629
|
+
postcss?: string | boolean | string[] | {
|
|
1630
1630
|
config?: string | string[] | undefined;
|
|
1631
1631
|
entry?: string | string[] | undefined;
|
|
1632
1632
|
project?: string | string[] | undefined;
|
|
1633
1633
|
} | undefined;
|
|
1634
|
-
prettier?: string |
|
|
1634
|
+
prettier?: string | boolean | string[] | {
|
|
1635
1635
|
config?: string | string[] | undefined;
|
|
1636
1636
|
entry?: string | string[] | undefined;
|
|
1637
1637
|
project?: string | string[] | undefined;
|
|
1638
1638
|
} | undefined;
|
|
1639
|
-
'release-it'?: string |
|
|
1639
|
+
'release-it'?: string | boolean | string[] | {
|
|
1640
1640
|
config?: string | string[] | undefined;
|
|
1641
1641
|
entry?: string | string[] | undefined;
|
|
1642
1642
|
project?: string | string[] | undefined;
|
|
1643
1643
|
} | undefined;
|
|
1644
|
-
remark?: string |
|
|
1644
|
+
remark?: string | boolean | string[] | {
|
|
1645
1645
|
config?: string | string[] | undefined;
|
|
1646
1646
|
entry?: string | string[] | undefined;
|
|
1647
1647
|
project?: string | string[] | undefined;
|
|
1648
1648
|
} | undefined;
|
|
1649
|
-
remix?: string |
|
|
1649
|
+
remix?: string | boolean | string[] | {
|
|
1650
1650
|
config?: string | string[] | undefined;
|
|
1651
1651
|
entry?: string | string[] | undefined;
|
|
1652
1652
|
project?: string | string[] | undefined;
|
|
1653
1653
|
} | undefined;
|
|
1654
|
-
rollup?: string |
|
|
1654
|
+
rollup?: string | boolean | string[] | {
|
|
1655
1655
|
config?: string | string[] | undefined;
|
|
1656
1656
|
entry?: string | string[] | undefined;
|
|
1657
1657
|
project?: string | string[] | undefined;
|
|
1658
1658
|
} | undefined;
|
|
1659
|
-
'semantic-release'?: string |
|
|
1659
|
+
'semantic-release'?: string | boolean | string[] | {
|
|
1660
1660
|
config?: string | string[] | undefined;
|
|
1661
1661
|
entry?: string | string[] | undefined;
|
|
1662
1662
|
project?: string | string[] | undefined;
|
|
1663
1663
|
} | undefined;
|
|
1664
|
-
sentry?: string |
|
|
1664
|
+
sentry?: string | boolean | string[] | {
|
|
1665
1665
|
config?: string | string[] | undefined;
|
|
1666
1666
|
entry?: string | string[] | undefined;
|
|
1667
1667
|
project?: string | string[] | undefined;
|
|
1668
1668
|
} | undefined;
|
|
1669
|
-
storybook?: string |
|
|
1669
|
+
storybook?: string | boolean | string[] | {
|
|
1670
1670
|
config?: string | string[] | undefined;
|
|
1671
1671
|
entry?: string | string[] | undefined;
|
|
1672
1672
|
project?: string | string[] | undefined;
|
|
1673
1673
|
} | undefined;
|
|
1674
|
-
stryker?: string |
|
|
1674
|
+
stryker?: string | boolean | string[] | {
|
|
1675
1675
|
config?: string | string[] | undefined;
|
|
1676
1676
|
entry?: string | string[] | undefined;
|
|
1677
1677
|
project?: string | string[] | undefined;
|
|
1678
1678
|
} | undefined;
|
|
1679
|
-
stylelint?: string |
|
|
1679
|
+
stylelint?: string | boolean | string[] | {
|
|
1680
1680
|
config?: string | string[] | undefined;
|
|
1681
1681
|
entry?: string | string[] | undefined;
|
|
1682
1682
|
project?: string | string[] | undefined;
|
|
1683
1683
|
} | undefined;
|
|
1684
|
-
tailwind?: string |
|
|
1684
|
+
tailwind?: string | boolean | string[] | {
|
|
1685
1685
|
config?: string | string[] | undefined;
|
|
1686
1686
|
entry?: string | string[] | undefined;
|
|
1687
1687
|
project?: string | string[] | undefined;
|
|
1688
1688
|
} | undefined;
|
|
1689
|
-
typedoc?: string |
|
|
1689
|
+
typedoc?: string | boolean | string[] | {
|
|
1690
1690
|
config?: string | string[] | undefined;
|
|
1691
1691
|
entry?: string | string[] | undefined;
|
|
1692
1692
|
project?: string | string[] | undefined;
|
|
1693
1693
|
} | undefined;
|
|
1694
|
-
typescript?: string |
|
|
1694
|
+
typescript?: string | boolean | string[] | {
|
|
1695
1695
|
config?: string | string[] | undefined;
|
|
1696
1696
|
entry?: string | string[] | undefined;
|
|
1697
1697
|
project?: string | string[] | undefined;
|
|
1698
1698
|
} | undefined;
|
|
1699
|
-
vite?: string |
|
|
1699
|
+
vite?: string | boolean | string[] | {
|
|
1700
1700
|
config?: string | string[] | undefined;
|
|
1701
1701
|
entry?: string | string[] | undefined;
|
|
1702
1702
|
project?: string | string[] | undefined;
|
|
1703
1703
|
} | undefined;
|
|
1704
|
-
vitest?: string |
|
|
1704
|
+
vitest?: string | boolean | string[] | {
|
|
1705
1705
|
config?: string | string[] | undefined;
|
|
1706
1706
|
entry?: string | string[] | undefined;
|
|
1707
1707
|
project?: string | string[] | undefined;
|
|
1708
1708
|
} | undefined;
|
|
1709
|
-
webpack?: string |
|
|
1709
|
+
webpack?: string | boolean | string[] | {
|
|
1710
1710
|
config?: string | string[] | undefined;
|
|
1711
1711
|
entry?: string | string[] | undefined;
|
|
1712
1712
|
project?: string | string[] | undefined;
|
|
1713
1713
|
} | undefined;
|
|
1714
1714
|
}> | undefined;
|
|
1715
|
-
angular?: string |
|
|
1715
|
+
angular?: string | boolean | string[] | {
|
|
1716
1716
|
config?: string | string[] | undefined;
|
|
1717
1717
|
entry?: string | string[] | undefined;
|
|
1718
1718
|
project?: string | string[] | undefined;
|
|
1719
1719
|
} | undefined;
|
|
1720
|
-
ava?: string |
|
|
1720
|
+
ava?: string | boolean | string[] | {
|
|
1721
1721
|
config?: string | string[] | undefined;
|
|
1722
1722
|
entry?: string | string[] | undefined;
|
|
1723
1723
|
project?: string | string[] | undefined;
|
|
1724
1724
|
} | undefined;
|
|
1725
|
-
babel?: string |
|
|
1725
|
+
babel?: string | boolean | string[] | {
|
|
1726
1726
|
config?: string | string[] | undefined;
|
|
1727
1727
|
entry?: string | string[] | undefined;
|
|
1728
1728
|
project?: string | string[] | undefined;
|
|
1729
1729
|
} | undefined;
|
|
1730
|
-
capacitor?: string |
|
|
1730
|
+
capacitor?: string | boolean | string[] | {
|
|
1731
1731
|
config?: string | string[] | undefined;
|
|
1732
1732
|
entry?: string | string[] | undefined;
|
|
1733
1733
|
project?: string | string[] | undefined;
|
|
1734
1734
|
} | undefined;
|
|
1735
|
-
changesets?: string |
|
|
1735
|
+
changesets?: string | boolean | string[] | {
|
|
1736
1736
|
config?: string | string[] | undefined;
|
|
1737
1737
|
entry?: string | string[] | undefined;
|
|
1738
1738
|
project?: string | string[] | undefined;
|
|
1739
1739
|
} | undefined;
|
|
1740
|
-
commitizen?: string |
|
|
1740
|
+
commitizen?: string | boolean | string[] | {
|
|
1741
1741
|
config?: string | string[] | undefined;
|
|
1742
1742
|
entry?: string | string[] | undefined;
|
|
1743
1743
|
project?: string | string[] | undefined;
|
|
1744
1744
|
} | undefined;
|
|
1745
|
-
commitlint?: string |
|
|
1745
|
+
commitlint?: string | boolean | string[] | {
|
|
1746
1746
|
config?: string | string[] | undefined;
|
|
1747
1747
|
entry?: string | string[] | undefined;
|
|
1748
1748
|
project?: string | string[] | undefined;
|
|
1749
1749
|
} | undefined;
|
|
1750
|
-
cspell?: string |
|
|
1750
|
+
cspell?: string | boolean | string[] | {
|
|
1751
1751
|
config?: string | string[] | undefined;
|
|
1752
1752
|
entry?: string | string[] | undefined;
|
|
1753
1753
|
project?: string | string[] | undefined;
|
|
1754
1754
|
} | undefined;
|
|
1755
|
-
cypress?: string |
|
|
1755
|
+
cypress?: string | boolean | string[] | {
|
|
1756
1756
|
config?: string | string[] | undefined;
|
|
1757
1757
|
entry?: string | string[] | undefined;
|
|
1758
1758
|
project?: string | string[] | undefined;
|
|
1759
1759
|
} | undefined;
|
|
1760
|
-
eslint?: string |
|
|
1760
|
+
eslint?: string | boolean | string[] | {
|
|
1761
1761
|
config?: string | string[] | undefined;
|
|
1762
1762
|
entry?: string | string[] | undefined;
|
|
1763
1763
|
project?: string | string[] | undefined;
|
|
1764
1764
|
} | undefined;
|
|
1765
|
-
gatsby?: string |
|
|
1765
|
+
gatsby?: string | boolean | string[] | {
|
|
1766
1766
|
config?: string | string[] | undefined;
|
|
1767
1767
|
entry?: string | string[] | undefined;
|
|
1768
1768
|
project?: string | string[] | undefined;
|
|
1769
1769
|
} | undefined;
|
|
1770
|
-
'github-actions'?: string |
|
|
1770
|
+
'github-actions'?: string | boolean | string[] | {
|
|
1771
1771
|
config?: string | string[] | undefined;
|
|
1772
1772
|
entry?: string | string[] | undefined;
|
|
1773
1773
|
project?: string | string[] | undefined;
|
|
1774
1774
|
} | undefined;
|
|
1775
|
-
husky?: string |
|
|
1775
|
+
husky?: string | boolean | string[] | {
|
|
1776
1776
|
config?: string | string[] | undefined;
|
|
1777
1777
|
entry?: string | string[] | undefined;
|
|
1778
1778
|
project?: string | string[] | undefined;
|
|
1779
1779
|
} | undefined;
|
|
1780
|
-
jest?: string |
|
|
1780
|
+
jest?: string | boolean | string[] | {
|
|
1781
1781
|
config?: string | string[] | undefined;
|
|
1782
1782
|
entry?: string | string[] | undefined;
|
|
1783
1783
|
project?: string | string[] | undefined;
|
|
1784
1784
|
} | undefined;
|
|
1785
|
-
lefthook?: string |
|
|
1785
|
+
lefthook?: string | boolean | string[] | {
|
|
1786
1786
|
config?: string | string[] | undefined;
|
|
1787
1787
|
entry?: string | string[] | undefined;
|
|
1788
1788
|
project?: string | string[] | undefined;
|
|
1789
1789
|
} | undefined;
|
|
1790
|
-
'lint-staged'?: string |
|
|
1790
|
+
'lint-staged'?: string | boolean | string[] | {
|
|
1791
1791
|
config?: string | string[] | undefined;
|
|
1792
1792
|
entry?: string | string[] | undefined;
|
|
1793
1793
|
project?: string | string[] | undefined;
|
|
1794
1794
|
} | undefined;
|
|
1795
|
-
markdownlint?: string |
|
|
1795
|
+
markdownlint?: string | boolean | string[] | {
|
|
1796
1796
|
config?: string | string[] | undefined;
|
|
1797
1797
|
entry?: string | string[] | undefined;
|
|
1798
1798
|
project?: string | string[] | undefined;
|
|
1799
1799
|
} | undefined;
|
|
1800
|
-
mocha?: string |
|
|
1800
|
+
mocha?: string | boolean | string[] | {
|
|
1801
1801
|
config?: string | string[] | undefined;
|
|
1802
1802
|
entry?: string | string[] | undefined;
|
|
1803
1803
|
project?: string | string[] | undefined;
|
|
1804
1804
|
} | undefined;
|
|
1805
|
-
next?: string |
|
|
1805
|
+
next?: string | boolean | string[] | {
|
|
1806
1806
|
config?: string | string[] | undefined;
|
|
1807
1807
|
entry?: string | string[] | undefined;
|
|
1808
1808
|
project?: string | string[] | undefined;
|
|
1809
1809
|
} | undefined;
|
|
1810
|
-
'npm-package-json-lint'?: string |
|
|
1810
|
+
'npm-package-json-lint'?: string | boolean | string[] | {
|
|
1811
1811
|
config?: string | string[] | undefined;
|
|
1812
1812
|
entry?: string | string[] | undefined;
|
|
1813
1813
|
project?: string | string[] | undefined;
|
|
1814
1814
|
} | undefined;
|
|
1815
|
-
nx?: string |
|
|
1815
|
+
nx?: string | boolean | string[] | {
|
|
1816
1816
|
config?: string | string[] | undefined;
|
|
1817
1817
|
entry?: string | string[] | undefined;
|
|
1818
1818
|
project?: string | string[] | undefined;
|
|
1819
1819
|
} | undefined;
|
|
1820
|
-
nyc?: string |
|
|
1820
|
+
nyc?: string | boolean | string[] | {
|
|
1821
1821
|
config?: string | string[] | undefined;
|
|
1822
1822
|
entry?: string | string[] | undefined;
|
|
1823
1823
|
project?: string | string[] | undefined;
|
|
1824
1824
|
} | undefined;
|
|
1825
|
-
playwright?: string |
|
|
1825
|
+
playwright?: string | boolean | string[] | {
|
|
1826
1826
|
config?: string | string[] | undefined;
|
|
1827
1827
|
entry?: string | string[] | undefined;
|
|
1828
1828
|
project?: string | string[] | undefined;
|
|
1829
1829
|
} | undefined;
|
|
1830
|
-
postcss?: string |
|
|
1830
|
+
postcss?: string | boolean | string[] | {
|
|
1831
1831
|
config?: string | string[] | undefined;
|
|
1832
1832
|
entry?: string | string[] | undefined;
|
|
1833
1833
|
project?: string | string[] | undefined;
|
|
1834
1834
|
} | undefined;
|
|
1835
|
-
prettier?: string |
|
|
1835
|
+
prettier?: string | boolean | string[] | {
|
|
1836
1836
|
config?: string | string[] | undefined;
|
|
1837
1837
|
entry?: string | string[] | undefined;
|
|
1838
1838
|
project?: string | string[] | undefined;
|
|
1839
1839
|
} | undefined;
|
|
1840
|
-
'release-it'?: string |
|
|
1840
|
+
'release-it'?: string | boolean | string[] | {
|
|
1841
1841
|
config?: string | string[] | undefined;
|
|
1842
1842
|
entry?: string | string[] | undefined;
|
|
1843
1843
|
project?: string | string[] | undefined;
|
|
1844
1844
|
} | undefined;
|
|
1845
|
-
remark?: string |
|
|
1845
|
+
remark?: string | boolean | string[] | {
|
|
1846
1846
|
config?: string | string[] | undefined;
|
|
1847
1847
|
entry?: string | string[] | undefined;
|
|
1848
1848
|
project?: string | string[] | undefined;
|
|
1849
1849
|
} | undefined;
|
|
1850
|
-
remix?: string |
|
|
1850
|
+
remix?: string | boolean | string[] | {
|
|
1851
1851
|
config?: string | string[] | undefined;
|
|
1852
1852
|
entry?: string | string[] | undefined;
|
|
1853
1853
|
project?: string | string[] | undefined;
|
|
1854
1854
|
} | undefined;
|
|
1855
|
-
rollup?: string |
|
|
1855
|
+
rollup?: string | boolean | string[] | {
|
|
1856
1856
|
config?: string | string[] | undefined;
|
|
1857
1857
|
entry?: string | string[] | undefined;
|
|
1858
1858
|
project?: string | string[] | undefined;
|
|
1859
1859
|
} | undefined;
|
|
1860
|
-
'semantic-release'?: string |
|
|
1860
|
+
'semantic-release'?: string | boolean | string[] | {
|
|
1861
1861
|
config?: string | string[] | undefined;
|
|
1862
1862
|
entry?: string | string[] | undefined;
|
|
1863
1863
|
project?: string | string[] | undefined;
|
|
1864
1864
|
} | undefined;
|
|
1865
|
-
sentry?: string |
|
|
1865
|
+
sentry?: string | boolean | string[] | {
|
|
1866
1866
|
config?: string | string[] | undefined;
|
|
1867
1867
|
entry?: string | string[] | undefined;
|
|
1868
1868
|
project?: string | string[] | undefined;
|
|
1869
1869
|
} | undefined;
|
|
1870
|
-
storybook?: string |
|
|
1870
|
+
storybook?: string | boolean | string[] | {
|
|
1871
1871
|
config?: string | string[] | undefined;
|
|
1872
1872
|
entry?: string | string[] | undefined;
|
|
1873
1873
|
project?: string | string[] | undefined;
|
|
1874
1874
|
} | undefined;
|
|
1875
|
-
stryker?: string |
|
|
1875
|
+
stryker?: string | boolean | string[] | {
|
|
1876
1876
|
config?: string | string[] | undefined;
|
|
1877
1877
|
entry?: string | string[] | undefined;
|
|
1878
1878
|
project?: string | string[] | undefined;
|
|
1879
1879
|
} | undefined;
|
|
1880
|
-
stylelint?: string |
|
|
1880
|
+
stylelint?: string | boolean | string[] | {
|
|
1881
1881
|
config?: string | string[] | undefined;
|
|
1882
1882
|
entry?: string | string[] | undefined;
|
|
1883
1883
|
project?: string | string[] | undefined;
|
|
1884
1884
|
} | undefined;
|
|
1885
|
-
tailwind?: string |
|
|
1885
|
+
tailwind?: string | boolean | string[] | {
|
|
1886
1886
|
config?: string | string[] | undefined;
|
|
1887
1887
|
entry?: string | string[] | undefined;
|
|
1888
1888
|
project?: string | string[] | undefined;
|
|
1889
1889
|
} | undefined;
|
|
1890
|
-
typedoc?: string |
|
|
1890
|
+
typedoc?: string | boolean | string[] | {
|
|
1891
1891
|
config?: string | string[] | undefined;
|
|
1892
1892
|
entry?: string | string[] | undefined;
|
|
1893
1893
|
project?: string | string[] | undefined;
|
|
1894
1894
|
} | undefined;
|
|
1895
|
-
typescript?: string |
|
|
1895
|
+
typescript?: string | boolean | string[] | {
|
|
1896
1896
|
config?: string | string[] | undefined;
|
|
1897
1897
|
entry?: string | string[] | undefined;
|
|
1898
1898
|
project?: string | string[] | undefined;
|
|
1899
1899
|
} | undefined;
|
|
1900
|
-
vite?: string |
|
|
1900
|
+
vite?: string | boolean | string[] | {
|
|
1901
1901
|
config?: string | string[] | undefined;
|
|
1902
1902
|
entry?: string | string[] | undefined;
|
|
1903
1903
|
project?: string | string[] | undefined;
|
|
1904
1904
|
} | undefined;
|
|
1905
|
-
vitest?: string |
|
|
1905
|
+
vitest?: string | boolean | string[] | {
|
|
1906
1906
|
config?: string | string[] | undefined;
|
|
1907
1907
|
entry?: string | string[] | undefined;
|
|
1908
1908
|
project?: string | string[] | undefined;
|
|
1909
1909
|
} | undefined;
|
|
1910
|
-
webpack?: string |
|
|
1910
|
+
webpack?: string | boolean | string[] | {
|
|
1911
1911
|
config?: string | string[] | undefined;
|
|
1912
1912
|
entry?: string | string[] | undefined;
|
|
1913
1913
|
project?: string | string[] | undefined;
|
|
@@ -1934,403 +1934,403 @@ export declare const ConfigurationValidator: z.ZodObject<{
|
|
|
1934
1934
|
ignore?: string | string[] | undefined;
|
|
1935
1935
|
ignoreBinaries?: string[] | undefined;
|
|
1936
1936
|
ignoreDependencies?: string[] | undefined;
|
|
1937
|
-
angular?: string |
|
|
1937
|
+
angular?: string | boolean | string[] | {
|
|
1938
1938
|
config?: string | string[] | undefined;
|
|
1939
1939
|
entry?: string | string[] | undefined;
|
|
1940
1940
|
project?: string | string[] | undefined;
|
|
1941
1941
|
} | undefined;
|
|
1942
|
-
ava?: string |
|
|
1942
|
+
ava?: string | boolean | string[] | {
|
|
1943
1943
|
config?: string | string[] | undefined;
|
|
1944
1944
|
entry?: string | string[] | undefined;
|
|
1945
1945
|
project?: string | string[] | undefined;
|
|
1946
1946
|
} | undefined;
|
|
1947
|
-
babel?: string |
|
|
1947
|
+
babel?: string | boolean | string[] | {
|
|
1948
1948
|
config?: string | string[] | undefined;
|
|
1949
1949
|
entry?: string | string[] | undefined;
|
|
1950
1950
|
project?: string | string[] | undefined;
|
|
1951
1951
|
} | undefined;
|
|
1952
|
-
capacitor?: string |
|
|
1952
|
+
capacitor?: string | boolean | string[] | {
|
|
1953
1953
|
config?: string | string[] | undefined;
|
|
1954
1954
|
entry?: string | string[] | undefined;
|
|
1955
1955
|
project?: string | string[] | undefined;
|
|
1956
1956
|
} | undefined;
|
|
1957
|
-
changesets?: string |
|
|
1957
|
+
changesets?: string | boolean | string[] | {
|
|
1958
1958
|
config?: string | string[] | undefined;
|
|
1959
1959
|
entry?: string | string[] | undefined;
|
|
1960
1960
|
project?: string | string[] | undefined;
|
|
1961
1961
|
} | undefined;
|
|
1962
|
-
commitizen?: string |
|
|
1962
|
+
commitizen?: string | boolean | string[] | {
|
|
1963
1963
|
config?: string | string[] | undefined;
|
|
1964
1964
|
entry?: string | string[] | undefined;
|
|
1965
1965
|
project?: string | string[] | undefined;
|
|
1966
1966
|
} | undefined;
|
|
1967
|
-
commitlint?: string |
|
|
1967
|
+
commitlint?: string | boolean | string[] | {
|
|
1968
1968
|
config?: string | string[] | undefined;
|
|
1969
1969
|
entry?: string | string[] | undefined;
|
|
1970
1970
|
project?: string | string[] | undefined;
|
|
1971
1971
|
} | undefined;
|
|
1972
|
-
cspell?: string |
|
|
1972
|
+
cspell?: string | boolean | string[] | {
|
|
1973
1973
|
config?: string | string[] | undefined;
|
|
1974
1974
|
entry?: string | string[] | undefined;
|
|
1975
1975
|
project?: string | string[] | undefined;
|
|
1976
1976
|
} | undefined;
|
|
1977
|
-
cypress?: string |
|
|
1977
|
+
cypress?: string | boolean | string[] | {
|
|
1978
1978
|
config?: string | string[] | undefined;
|
|
1979
1979
|
entry?: string | string[] | undefined;
|
|
1980
1980
|
project?: string | string[] | undefined;
|
|
1981
1981
|
} | undefined;
|
|
1982
|
-
eslint?: string |
|
|
1982
|
+
eslint?: string | boolean | string[] | {
|
|
1983
1983
|
config?: string | string[] | undefined;
|
|
1984
1984
|
entry?: string | string[] | undefined;
|
|
1985
1985
|
project?: string | string[] | undefined;
|
|
1986
1986
|
} | undefined;
|
|
1987
|
-
gatsby?: string |
|
|
1987
|
+
gatsby?: string | boolean | string[] | {
|
|
1988
1988
|
config?: string | string[] | undefined;
|
|
1989
1989
|
entry?: string | string[] | undefined;
|
|
1990
1990
|
project?: string | string[] | undefined;
|
|
1991
1991
|
} | undefined;
|
|
1992
|
-
'github-actions'?: string |
|
|
1992
|
+
'github-actions'?: string | boolean | string[] | {
|
|
1993
1993
|
config?: string | string[] | undefined;
|
|
1994
1994
|
entry?: string | string[] | undefined;
|
|
1995
1995
|
project?: string | string[] | undefined;
|
|
1996
1996
|
} | undefined;
|
|
1997
|
-
husky?: string |
|
|
1997
|
+
husky?: string | boolean | string[] | {
|
|
1998
1998
|
config?: string | string[] | undefined;
|
|
1999
1999
|
entry?: string | string[] | undefined;
|
|
2000
2000
|
project?: string | string[] | undefined;
|
|
2001
2001
|
} | undefined;
|
|
2002
|
-
jest?: string |
|
|
2002
|
+
jest?: string | boolean | string[] | {
|
|
2003
2003
|
config?: string | string[] | undefined;
|
|
2004
2004
|
entry?: string | string[] | undefined;
|
|
2005
2005
|
project?: string | string[] | undefined;
|
|
2006
2006
|
} | undefined;
|
|
2007
|
-
lefthook?: string |
|
|
2007
|
+
lefthook?: string | boolean | string[] | {
|
|
2008
2008
|
config?: string | string[] | undefined;
|
|
2009
2009
|
entry?: string | string[] | undefined;
|
|
2010
2010
|
project?: string | string[] | undefined;
|
|
2011
2011
|
} | undefined;
|
|
2012
|
-
'lint-staged'?: string |
|
|
2012
|
+
'lint-staged'?: string | boolean | string[] | {
|
|
2013
2013
|
config?: string | string[] | undefined;
|
|
2014
2014
|
entry?: string | string[] | undefined;
|
|
2015
2015
|
project?: string | string[] | undefined;
|
|
2016
2016
|
} | undefined;
|
|
2017
|
-
markdownlint?: string |
|
|
2017
|
+
markdownlint?: string | boolean | string[] | {
|
|
2018
2018
|
config?: string | string[] | undefined;
|
|
2019
2019
|
entry?: string | string[] | undefined;
|
|
2020
2020
|
project?: string | string[] | undefined;
|
|
2021
2021
|
} | undefined;
|
|
2022
|
-
mocha?: string |
|
|
2022
|
+
mocha?: string | boolean | string[] | {
|
|
2023
2023
|
config?: string | string[] | undefined;
|
|
2024
2024
|
entry?: string | string[] | undefined;
|
|
2025
2025
|
project?: string | string[] | undefined;
|
|
2026
2026
|
} | undefined;
|
|
2027
|
-
next?: string |
|
|
2027
|
+
next?: string | boolean | string[] | {
|
|
2028
2028
|
config?: string | string[] | undefined;
|
|
2029
2029
|
entry?: string | string[] | undefined;
|
|
2030
2030
|
project?: string | string[] | undefined;
|
|
2031
2031
|
} | undefined;
|
|
2032
|
-
'npm-package-json-lint'?: string |
|
|
2032
|
+
'npm-package-json-lint'?: string | boolean | string[] | {
|
|
2033
2033
|
config?: string | string[] | undefined;
|
|
2034
2034
|
entry?: string | string[] | undefined;
|
|
2035
2035
|
project?: string | string[] | undefined;
|
|
2036
2036
|
} | undefined;
|
|
2037
|
-
nx?: string |
|
|
2037
|
+
nx?: string | boolean | string[] | {
|
|
2038
2038
|
config?: string | string[] | undefined;
|
|
2039
2039
|
entry?: string | string[] | undefined;
|
|
2040
2040
|
project?: string | string[] | undefined;
|
|
2041
2041
|
} | undefined;
|
|
2042
|
-
nyc?: string |
|
|
2042
|
+
nyc?: string | boolean | string[] | {
|
|
2043
2043
|
config?: string | string[] | undefined;
|
|
2044
2044
|
entry?: string | string[] | undefined;
|
|
2045
2045
|
project?: string | string[] | undefined;
|
|
2046
2046
|
} | undefined;
|
|
2047
|
-
playwright?: string |
|
|
2047
|
+
playwright?: string | boolean | string[] | {
|
|
2048
2048
|
config?: string | string[] | undefined;
|
|
2049
2049
|
entry?: string | string[] | undefined;
|
|
2050
2050
|
project?: string | string[] | undefined;
|
|
2051
2051
|
} | undefined;
|
|
2052
|
-
postcss?: string |
|
|
2052
|
+
postcss?: string | boolean | string[] | {
|
|
2053
2053
|
config?: string | string[] | undefined;
|
|
2054
2054
|
entry?: string | string[] | undefined;
|
|
2055
2055
|
project?: string | string[] | undefined;
|
|
2056
2056
|
} | undefined;
|
|
2057
|
-
prettier?: string |
|
|
2057
|
+
prettier?: string | boolean | string[] | {
|
|
2058
2058
|
config?: string | string[] | undefined;
|
|
2059
2059
|
entry?: string | string[] | undefined;
|
|
2060
2060
|
project?: string | string[] | undefined;
|
|
2061
2061
|
} | undefined;
|
|
2062
|
-
'release-it'?: string |
|
|
2062
|
+
'release-it'?: string | boolean | string[] | {
|
|
2063
2063
|
config?: string | string[] | undefined;
|
|
2064
2064
|
entry?: string | string[] | undefined;
|
|
2065
2065
|
project?: string | string[] | undefined;
|
|
2066
2066
|
} | undefined;
|
|
2067
|
-
remark?: string |
|
|
2067
|
+
remark?: string | boolean | string[] | {
|
|
2068
2068
|
config?: string | string[] | undefined;
|
|
2069
2069
|
entry?: string | string[] | undefined;
|
|
2070
2070
|
project?: string | string[] | undefined;
|
|
2071
2071
|
} | undefined;
|
|
2072
|
-
remix?: string |
|
|
2072
|
+
remix?: string | boolean | string[] | {
|
|
2073
2073
|
config?: string | string[] | undefined;
|
|
2074
2074
|
entry?: string | string[] | undefined;
|
|
2075
2075
|
project?: string | string[] | undefined;
|
|
2076
2076
|
} | undefined;
|
|
2077
|
-
rollup?: string |
|
|
2077
|
+
rollup?: string | boolean | string[] | {
|
|
2078
2078
|
config?: string | string[] | undefined;
|
|
2079
2079
|
entry?: string | string[] | undefined;
|
|
2080
2080
|
project?: string | string[] | undefined;
|
|
2081
2081
|
} | undefined;
|
|
2082
|
-
'semantic-release'?: string |
|
|
2082
|
+
'semantic-release'?: string | boolean | string[] | {
|
|
2083
2083
|
config?: string | string[] | undefined;
|
|
2084
2084
|
entry?: string | string[] | undefined;
|
|
2085
2085
|
project?: string | string[] | undefined;
|
|
2086
2086
|
} | undefined;
|
|
2087
|
-
sentry?: string |
|
|
2087
|
+
sentry?: string | boolean | string[] | {
|
|
2088
2088
|
config?: string | string[] | undefined;
|
|
2089
2089
|
entry?: string | string[] | undefined;
|
|
2090
2090
|
project?: string | string[] | undefined;
|
|
2091
2091
|
} | undefined;
|
|
2092
|
-
storybook?: string |
|
|
2092
|
+
storybook?: string | boolean | string[] | {
|
|
2093
2093
|
config?: string | string[] | undefined;
|
|
2094
2094
|
entry?: string | string[] | undefined;
|
|
2095
2095
|
project?: string | string[] | undefined;
|
|
2096
2096
|
} | undefined;
|
|
2097
|
-
stryker?: string |
|
|
2097
|
+
stryker?: string | boolean | string[] | {
|
|
2098
2098
|
config?: string | string[] | undefined;
|
|
2099
2099
|
entry?: string | string[] | undefined;
|
|
2100
2100
|
project?: string | string[] | undefined;
|
|
2101
2101
|
} | undefined;
|
|
2102
|
-
stylelint?: string |
|
|
2102
|
+
stylelint?: string | boolean | string[] | {
|
|
2103
2103
|
config?: string | string[] | undefined;
|
|
2104
2104
|
entry?: string | string[] | undefined;
|
|
2105
2105
|
project?: string | string[] | undefined;
|
|
2106
2106
|
} | undefined;
|
|
2107
|
-
tailwind?: string |
|
|
2107
|
+
tailwind?: string | boolean | string[] | {
|
|
2108
2108
|
config?: string | string[] | undefined;
|
|
2109
2109
|
entry?: string | string[] | undefined;
|
|
2110
2110
|
project?: string | string[] | undefined;
|
|
2111
2111
|
} | undefined;
|
|
2112
|
-
typedoc?: string |
|
|
2112
|
+
typedoc?: string | boolean | string[] | {
|
|
2113
2113
|
config?: string | string[] | undefined;
|
|
2114
2114
|
entry?: string | string[] | undefined;
|
|
2115
2115
|
project?: string | string[] | undefined;
|
|
2116
2116
|
} | undefined;
|
|
2117
|
-
typescript?: string |
|
|
2117
|
+
typescript?: string | boolean | string[] | {
|
|
2118
2118
|
config?: string | string[] | undefined;
|
|
2119
2119
|
entry?: string | string[] | undefined;
|
|
2120
2120
|
project?: string | string[] | undefined;
|
|
2121
2121
|
} | undefined;
|
|
2122
|
-
vite?: string |
|
|
2122
|
+
vite?: string | boolean | string[] | {
|
|
2123
2123
|
config?: string | string[] | undefined;
|
|
2124
2124
|
entry?: string | string[] | undefined;
|
|
2125
2125
|
project?: string | string[] | undefined;
|
|
2126
2126
|
} | undefined;
|
|
2127
|
-
vitest?: string |
|
|
2127
|
+
vitest?: string | boolean | string[] | {
|
|
2128
2128
|
config?: string | string[] | undefined;
|
|
2129
2129
|
entry?: string | string[] | undefined;
|
|
2130
2130
|
project?: string | string[] | undefined;
|
|
2131
2131
|
} | undefined;
|
|
2132
|
-
webpack?: string |
|
|
2132
|
+
webpack?: string | boolean | string[] | {
|
|
2133
2133
|
config?: string | string[] | undefined;
|
|
2134
2134
|
entry?: string | string[] | undefined;
|
|
2135
2135
|
project?: string | string[] | undefined;
|
|
2136
2136
|
} | undefined;
|
|
2137
2137
|
}> | undefined;
|
|
2138
|
-
angular?: string |
|
|
2138
|
+
angular?: string | boolean | string[] | {
|
|
2139
2139
|
config?: string | string[] | undefined;
|
|
2140
2140
|
entry?: string | string[] | undefined;
|
|
2141
2141
|
project?: string | string[] | undefined;
|
|
2142
2142
|
} | undefined;
|
|
2143
|
-
ava?: string |
|
|
2143
|
+
ava?: string | boolean | string[] | {
|
|
2144
2144
|
config?: string | string[] | undefined;
|
|
2145
2145
|
entry?: string | string[] | undefined;
|
|
2146
2146
|
project?: string | string[] | undefined;
|
|
2147
2147
|
} | undefined;
|
|
2148
|
-
babel?: string |
|
|
2148
|
+
babel?: string | boolean | string[] | {
|
|
2149
2149
|
config?: string | string[] | undefined;
|
|
2150
2150
|
entry?: string | string[] | undefined;
|
|
2151
2151
|
project?: string | string[] | undefined;
|
|
2152
2152
|
} | undefined;
|
|
2153
|
-
capacitor?: string |
|
|
2153
|
+
capacitor?: string | boolean | string[] | {
|
|
2154
2154
|
config?: string | string[] | undefined;
|
|
2155
2155
|
entry?: string | string[] | undefined;
|
|
2156
2156
|
project?: string | string[] | undefined;
|
|
2157
2157
|
} | undefined;
|
|
2158
|
-
changesets?: string |
|
|
2158
|
+
changesets?: string | boolean | string[] | {
|
|
2159
2159
|
config?: string | string[] | undefined;
|
|
2160
2160
|
entry?: string | string[] | undefined;
|
|
2161
2161
|
project?: string | string[] | undefined;
|
|
2162
2162
|
} | undefined;
|
|
2163
|
-
commitizen?: string |
|
|
2163
|
+
commitizen?: string | boolean | string[] | {
|
|
2164
2164
|
config?: string | string[] | undefined;
|
|
2165
2165
|
entry?: string | string[] | undefined;
|
|
2166
2166
|
project?: string | string[] | undefined;
|
|
2167
2167
|
} | undefined;
|
|
2168
|
-
commitlint?: string |
|
|
2168
|
+
commitlint?: string | boolean | string[] | {
|
|
2169
2169
|
config?: string | string[] | undefined;
|
|
2170
2170
|
entry?: string | string[] | undefined;
|
|
2171
2171
|
project?: string | string[] | undefined;
|
|
2172
2172
|
} | undefined;
|
|
2173
|
-
cspell?: string |
|
|
2173
|
+
cspell?: string | boolean | string[] | {
|
|
2174
2174
|
config?: string | string[] | undefined;
|
|
2175
2175
|
entry?: string | string[] | undefined;
|
|
2176
2176
|
project?: string | string[] | undefined;
|
|
2177
2177
|
} | undefined;
|
|
2178
|
-
cypress?: string |
|
|
2178
|
+
cypress?: string | boolean | string[] | {
|
|
2179
2179
|
config?: string | string[] | undefined;
|
|
2180
2180
|
entry?: string | string[] | undefined;
|
|
2181
2181
|
project?: string | string[] | undefined;
|
|
2182
2182
|
} | undefined;
|
|
2183
|
-
eslint?: string |
|
|
2183
|
+
eslint?: string | boolean | string[] | {
|
|
2184
2184
|
config?: string | string[] | undefined;
|
|
2185
2185
|
entry?: string | string[] | undefined;
|
|
2186
2186
|
project?: string | string[] | undefined;
|
|
2187
2187
|
} | undefined;
|
|
2188
|
-
gatsby?: string |
|
|
2188
|
+
gatsby?: string | boolean | string[] | {
|
|
2189
2189
|
config?: string | string[] | undefined;
|
|
2190
2190
|
entry?: string | string[] | undefined;
|
|
2191
2191
|
project?: string | string[] | undefined;
|
|
2192
2192
|
} | undefined;
|
|
2193
|
-
'github-actions'?: string |
|
|
2193
|
+
'github-actions'?: string | boolean | string[] | {
|
|
2194
2194
|
config?: string | string[] | undefined;
|
|
2195
2195
|
entry?: string | string[] | undefined;
|
|
2196
2196
|
project?: string | string[] | undefined;
|
|
2197
2197
|
} | undefined;
|
|
2198
|
-
husky?: string |
|
|
2198
|
+
husky?: string | boolean | string[] | {
|
|
2199
2199
|
config?: string | string[] | undefined;
|
|
2200
2200
|
entry?: string | string[] | undefined;
|
|
2201
2201
|
project?: string | string[] | undefined;
|
|
2202
2202
|
} | undefined;
|
|
2203
|
-
jest?: string |
|
|
2203
|
+
jest?: string | boolean | string[] | {
|
|
2204
2204
|
config?: string | string[] | undefined;
|
|
2205
2205
|
entry?: string | string[] | undefined;
|
|
2206
2206
|
project?: string | string[] | undefined;
|
|
2207
2207
|
} | undefined;
|
|
2208
|
-
lefthook?: string |
|
|
2208
|
+
lefthook?: string | boolean | string[] | {
|
|
2209
2209
|
config?: string | string[] | undefined;
|
|
2210
2210
|
entry?: string | string[] | undefined;
|
|
2211
2211
|
project?: string | string[] | undefined;
|
|
2212
2212
|
} | undefined;
|
|
2213
|
-
'lint-staged'?: string |
|
|
2213
|
+
'lint-staged'?: string | boolean | string[] | {
|
|
2214
2214
|
config?: string | string[] | undefined;
|
|
2215
2215
|
entry?: string | string[] | undefined;
|
|
2216
2216
|
project?: string | string[] | undefined;
|
|
2217
2217
|
} | undefined;
|
|
2218
|
-
markdownlint?: string |
|
|
2218
|
+
markdownlint?: string | boolean | string[] | {
|
|
2219
2219
|
config?: string | string[] | undefined;
|
|
2220
2220
|
entry?: string | string[] | undefined;
|
|
2221
2221
|
project?: string | string[] | undefined;
|
|
2222
2222
|
} | undefined;
|
|
2223
|
-
mocha?: string |
|
|
2223
|
+
mocha?: string | boolean | string[] | {
|
|
2224
2224
|
config?: string | string[] | undefined;
|
|
2225
2225
|
entry?: string | string[] | undefined;
|
|
2226
2226
|
project?: string | string[] | undefined;
|
|
2227
2227
|
} | undefined;
|
|
2228
|
-
next?: string |
|
|
2228
|
+
next?: string | boolean | string[] | {
|
|
2229
2229
|
config?: string | string[] | undefined;
|
|
2230
2230
|
entry?: string | string[] | undefined;
|
|
2231
2231
|
project?: string | string[] | undefined;
|
|
2232
2232
|
} | undefined;
|
|
2233
|
-
'npm-package-json-lint'?: string |
|
|
2233
|
+
'npm-package-json-lint'?: string | boolean | string[] | {
|
|
2234
2234
|
config?: string | string[] | undefined;
|
|
2235
2235
|
entry?: string | string[] | undefined;
|
|
2236
2236
|
project?: string | string[] | undefined;
|
|
2237
2237
|
} | undefined;
|
|
2238
|
-
nx?: string |
|
|
2238
|
+
nx?: string | boolean | string[] | {
|
|
2239
2239
|
config?: string | string[] | undefined;
|
|
2240
2240
|
entry?: string | string[] | undefined;
|
|
2241
2241
|
project?: string | string[] | undefined;
|
|
2242
2242
|
} | undefined;
|
|
2243
|
-
nyc?: string |
|
|
2243
|
+
nyc?: string | boolean | string[] | {
|
|
2244
2244
|
config?: string | string[] | undefined;
|
|
2245
2245
|
entry?: string | string[] | undefined;
|
|
2246
2246
|
project?: string | string[] | undefined;
|
|
2247
2247
|
} | undefined;
|
|
2248
|
-
playwright?: string |
|
|
2248
|
+
playwright?: string | boolean | string[] | {
|
|
2249
2249
|
config?: string | string[] | undefined;
|
|
2250
2250
|
entry?: string | string[] | undefined;
|
|
2251
2251
|
project?: string | string[] | undefined;
|
|
2252
2252
|
} | undefined;
|
|
2253
|
-
postcss?: string |
|
|
2253
|
+
postcss?: string | boolean | string[] | {
|
|
2254
2254
|
config?: string | string[] | undefined;
|
|
2255
2255
|
entry?: string | string[] | undefined;
|
|
2256
2256
|
project?: string | string[] | undefined;
|
|
2257
2257
|
} | undefined;
|
|
2258
|
-
prettier?: string |
|
|
2258
|
+
prettier?: string | boolean | string[] | {
|
|
2259
2259
|
config?: string | string[] | undefined;
|
|
2260
2260
|
entry?: string | string[] | undefined;
|
|
2261
2261
|
project?: string | string[] | undefined;
|
|
2262
2262
|
} | undefined;
|
|
2263
|
-
'release-it'?: string |
|
|
2263
|
+
'release-it'?: string | boolean | string[] | {
|
|
2264
2264
|
config?: string | string[] | undefined;
|
|
2265
2265
|
entry?: string | string[] | undefined;
|
|
2266
2266
|
project?: string | string[] | undefined;
|
|
2267
2267
|
} | undefined;
|
|
2268
|
-
remark?: string |
|
|
2268
|
+
remark?: string | boolean | string[] | {
|
|
2269
2269
|
config?: string | string[] | undefined;
|
|
2270
2270
|
entry?: string | string[] | undefined;
|
|
2271
2271
|
project?: string | string[] | undefined;
|
|
2272
2272
|
} | undefined;
|
|
2273
|
-
remix?: string |
|
|
2273
|
+
remix?: string | boolean | string[] | {
|
|
2274
2274
|
config?: string | string[] | undefined;
|
|
2275
2275
|
entry?: string | string[] | undefined;
|
|
2276
2276
|
project?: string | string[] | undefined;
|
|
2277
2277
|
} | undefined;
|
|
2278
|
-
rollup?: string |
|
|
2278
|
+
rollup?: string | boolean | string[] | {
|
|
2279
2279
|
config?: string | string[] | undefined;
|
|
2280
2280
|
entry?: string | string[] | undefined;
|
|
2281
2281
|
project?: string | string[] | undefined;
|
|
2282
2282
|
} | undefined;
|
|
2283
|
-
'semantic-release'?: string |
|
|
2283
|
+
'semantic-release'?: string | boolean | string[] | {
|
|
2284
2284
|
config?: string | string[] | undefined;
|
|
2285
2285
|
entry?: string | string[] | undefined;
|
|
2286
2286
|
project?: string | string[] | undefined;
|
|
2287
2287
|
} | undefined;
|
|
2288
|
-
sentry?: string |
|
|
2288
|
+
sentry?: string | boolean | string[] | {
|
|
2289
2289
|
config?: string | string[] | undefined;
|
|
2290
2290
|
entry?: string | string[] | undefined;
|
|
2291
2291
|
project?: string | string[] | undefined;
|
|
2292
2292
|
} | undefined;
|
|
2293
|
-
storybook?: string |
|
|
2293
|
+
storybook?: string | boolean | string[] | {
|
|
2294
2294
|
config?: string | string[] | undefined;
|
|
2295
2295
|
entry?: string | string[] | undefined;
|
|
2296
2296
|
project?: string | string[] | undefined;
|
|
2297
2297
|
} | undefined;
|
|
2298
|
-
stryker?: string |
|
|
2298
|
+
stryker?: string | boolean | string[] | {
|
|
2299
2299
|
config?: string | string[] | undefined;
|
|
2300
2300
|
entry?: string | string[] | undefined;
|
|
2301
2301
|
project?: string | string[] | undefined;
|
|
2302
2302
|
} | undefined;
|
|
2303
|
-
stylelint?: string |
|
|
2303
|
+
stylelint?: string | boolean | string[] | {
|
|
2304
2304
|
config?: string | string[] | undefined;
|
|
2305
2305
|
entry?: string | string[] | undefined;
|
|
2306
2306
|
project?: string | string[] | undefined;
|
|
2307
2307
|
} | undefined;
|
|
2308
|
-
tailwind?: string |
|
|
2308
|
+
tailwind?: string | boolean | string[] | {
|
|
2309
2309
|
config?: string | string[] | undefined;
|
|
2310
2310
|
entry?: string | string[] | undefined;
|
|
2311
2311
|
project?: string | string[] | undefined;
|
|
2312
2312
|
} | undefined;
|
|
2313
|
-
typedoc?: string |
|
|
2313
|
+
typedoc?: string | boolean | string[] | {
|
|
2314
2314
|
config?: string | string[] | undefined;
|
|
2315
2315
|
entry?: string | string[] | undefined;
|
|
2316
2316
|
project?: string | string[] | undefined;
|
|
2317
2317
|
} | undefined;
|
|
2318
|
-
typescript?: string |
|
|
2318
|
+
typescript?: string | boolean | string[] | {
|
|
2319
2319
|
config?: string | string[] | undefined;
|
|
2320
2320
|
entry?: string | string[] | undefined;
|
|
2321
2321
|
project?: string | string[] | undefined;
|
|
2322
2322
|
} | undefined;
|
|
2323
|
-
vite?: string |
|
|
2323
|
+
vite?: string | boolean | string[] | {
|
|
2324
2324
|
config?: string | string[] | undefined;
|
|
2325
2325
|
entry?: string | string[] | undefined;
|
|
2326
2326
|
project?: string | string[] | undefined;
|
|
2327
2327
|
} | undefined;
|
|
2328
|
-
vitest?: string |
|
|
2328
|
+
vitest?: string | boolean | string[] | {
|
|
2329
2329
|
config?: string | string[] | undefined;
|
|
2330
2330
|
entry?: string | string[] | undefined;
|
|
2331
2331
|
project?: string | string[] | undefined;
|
|
2332
2332
|
} | undefined;
|
|
2333
|
-
webpack?: string |
|
|
2333
|
+
webpack?: string | boolean | string[] | {
|
|
2334
2334
|
config?: string | string[] | undefined;
|
|
2335
2335
|
entry?: string | string[] | undefined;
|
|
2336
2336
|
project?: string | string[] | undefined;
|