@storm-software/eslint 0.170.95 → 0.170.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/preset.cjs +15 -15
- package/dist/preset.js +15 -15
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/dist/preset.cjs
CHANGED
|
@@ -4258,7 +4258,7 @@ var colorSchema = string2().check(
|
|
|
4258
4258
|
schemaRegistry.add(colorSchema, {
|
|
4259
4259
|
description: "A base schema for describing the format of colors"
|
|
4260
4260
|
});
|
|
4261
|
-
var darkColorSchema = _default(colorSchema, "#
|
|
4261
|
+
var darkColorSchema = _default(colorSchema, "#1e2124");
|
|
4262
4262
|
schemaRegistry.add(darkColorSchema, {
|
|
4263
4263
|
description: "The dark background color of the workspace"
|
|
4264
4264
|
});
|
|
@@ -4282,8 +4282,8 @@ var linkColorSchema = _default(colorSchema, "#3fa6ff");
|
|
|
4282
4282
|
schemaRegistry.add(linkColorSchema, {
|
|
4283
4283
|
description: "The color used to display hyperlink text"
|
|
4284
4284
|
});
|
|
4285
|
-
var
|
|
4286
|
-
schemaRegistry.add(
|
|
4285
|
+
var discoveryColorSchema = _default(colorSchema, "#818cf8");
|
|
4286
|
+
schemaRegistry.add(discoveryColorSchema, {
|
|
4287
4287
|
description: "The second brand specific color of the workspace"
|
|
4288
4288
|
});
|
|
4289
4289
|
var successColorSchema = _default(colorSchema, "#45b27e");
|
|
@@ -4333,7 +4333,7 @@ var darkColorsSchema = object({
|
|
|
4333
4333
|
alternate: alternateColorSchema,
|
|
4334
4334
|
accent: accentColorSchema,
|
|
4335
4335
|
link: linkColorSchema,
|
|
4336
|
-
|
|
4336
|
+
discovery: discoveryColorSchema,
|
|
4337
4337
|
success: successColorSchema,
|
|
4338
4338
|
info: infoColorSchema,
|
|
4339
4339
|
debug: debugColorSchema,
|
|
@@ -4352,7 +4352,7 @@ var lightColorsSchema = object({
|
|
|
4352
4352
|
alternate: alternateColorSchema,
|
|
4353
4353
|
accent: accentColorSchema,
|
|
4354
4354
|
link: linkColorSchema,
|
|
4355
|
-
|
|
4355
|
+
discovery: discoveryColorSchema,
|
|
4356
4356
|
success: successColorSchema,
|
|
4357
4357
|
info: infoColorSchema,
|
|
4358
4358
|
debug: debugColorSchema,
|
|
@@ -4375,7 +4375,7 @@ var singleColorsSchema = object({
|
|
|
4375
4375
|
alternate: alternateColorSchema,
|
|
4376
4376
|
accent: accentColorSchema,
|
|
4377
4377
|
link: linkColorSchema,
|
|
4378
|
-
|
|
4378
|
+
discovery: discoveryColorSchema,
|
|
4379
4379
|
success: successColorSchema,
|
|
4380
4380
|
info: infoColorSchema,
|
|
4381
4381
|
debug: debugColorSchema,
|
|
@@ -4826,7 +4826,7 @@ var COLOR_KEYS = [
|
|
|
4826
4826
|
"accent",
|
|
4827
4827
|
"link",
|
|
4828
4828
|
"success",
|
|
4829
|
-
"
|
|
4829
|
+
"discovery",
|
|
4830
4830
|
"info",
|
|
4831
4831
|
"warning",
|
|
4832
4832
|
"danger",
|
|
@@ -5148,7 +5148,7 @@ var getSingleThemeColorsEnv = (prefix) => {
|
|
|
5148
5148
|
alternate: process.env[`${prefix}ALTERNATE`],
|
|
5149
5149
|
accent: process.env[`${prefix}ACCENT`],
|
|
5150
5150
|
link: process.env[`${prefix}LINK`],
|
|
5151
|
-
|
|
5151
|
+
discovery: process.env[`${prefix}DISCOVERY`],
|
|
5152
5152
|
success: process.env[`${prefix}SUCCESS`],
|
|
5153
5153
|
info: process.env[`${prefix}INFO`],
|
|
5154
5154
|
debug: process.env[`${prefix}DEBUG`],
|
|
@@ -5188,7 +5188,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
5188
5188
|
alternate: process.env[`${prefix}ALTERNATE`],
|
|
5189
5189
|
accent: process.env[`${prefix}ACCENT`],
|
|
5190
5190
|
link: process.env[`${prefix}LINK`],
|
|
5191
|
-
|
|
5191
|
+
discovery: process.env[`${prefix}DISCOVERY`],
|
|
5192
5192
|
success: process.env[`${prefix}SUCCESS`],
|
|
5193
5193
|
info: process.env[`${prefix}INFO`],
|
|
5194
5194
|
debug: process.env[`${prefix}DEBUG`],
|
|
@@ -5486,8 +5486,8 @@ var setSingleThemeColorsEnv = (prefix, config5) => {
|
|
|
5486
5486
|
if (config5.link) {
|
|
5487
5487
|
process.env[`${prefix}LINK`] = config5.link;
|
|
5488
5488
|
}
|
|
5489
|
-
if (config5.
|
|
5490
|
-
process.env[`${prefix}
|
|
5489
|
+
if (config5.discovery) {
|
|
5490
|
+
process.env[`${prefix}DISCOVERY`] = config5.discovery;
|
|
5491
5491
|
}
|
|
5492
5492
|
if (config5.success) {
|
|
5493
5493
|
process.env[`${prefix}SUCCESS`] = config5.success;
|
|
@@ -5547,8 +5547,8 @@ var setBaseThemeColorsEnv = (prefix, config5) => {
|
|
|
5547
5547
|
if (config5.link) {
|
|
5548
5548
|
process.env[`${prefix}LINK`] = config5.link;
|
|
5549
5549
|
}
|
|
5550
|
-
if (config5.
|
|
5551
|
-
process.env[`${prefix}
|
|
5550
|
+
if (config5.discovery) {
|
|
5551
|
+
process.env[`${prefix}DISCOVERY`] = config5.discovery;
|
|
5552
5552
|
}
|
|
5553
5553
|
if (config5.success) {
|
|
5554
5554
|
process.env[`${prefix}SUCCESS`] = config5.success;
|
|
@@ -5707,7 +5707,7 @@ init_cjs_shims();
|
|
|
5707
5707
|
|
|
5708
5708
|
// ../eslint-plugin-banner/package.json
|
|
5709
5709
|
var package_default = {
|
|
5710
|
-
version: "0.0.
|
|
5710
|
+
version: "0.0.27"};
|
|
5711
5711
|
|
|
5712
5712
|
// ../eslint-plugin-banner/src/rules/banner.ts
|
|
5713
5713
|
init_cjs_shims();
|
|
@@ -19865,7 +19865,7 @@ plugin3.configs = configs3;
|
|
|
19865
19865
|
|
|
19866
19866
|
// ../eslint-plugin-pnpm/package.json
|
|
19867
19867
|
var package_default2 = {
|
|
19868
|
-
version: "0.0.
|
|
19868
|
+
version: "0.0.25"};
|
|
19869
19869
|
|
|
19870
19870
|
// ../eslint-plugin-pnpm/src/plugin.ts
|
|
19871
19871
|
var plugin4 = {
|
package/dist/preset.js
CHANGED
|
@@ -4117,7 +4117,7 @@ var colorSchema = string2().check(
|
|
|
4117
4117
|
schemaRegistry.add(colorSchema, {
|
|
4118
4118
|
description: "A base schema for describing the format of colors"
|
|
4119
4119
|
});
|
|
4120
|
-
var darkColorSchema = _default(colorSchema, "#
|
|
4120
|
+
var darkColorSchema = _default(colorSchema, "#1e2124");
|
|
4121
4121
|
schemaRegistry.add(darkColorSchema, {
|
|
4122
4122
|
description: "The dark background color of the workspace"
|
|
4123
4123
|
});
|
|
@@ -4141,8 +4141,8 @@ var linkColorSchema = _default(colorSchema, "#3fa6ff");
|
|
|
4141
4141
|
schemaRegistry.add(linkColorSchema, {
|
|
4142
4142
|
description: "The color used to display hyperlink text"
|
|
4143
4143
|
});
|
|
4144
|
-
var
|
|
4145
|
-
schemaRegistry.add(
|
|
4144
|
+
var discoveryColorSchema = _default(colorSchema, "#818cf8");
|
|
4145
|
+
schemaRegistry.add(discoveryColorSchema, {
|
|
4146
4146
|
description: "The second brand specific color of the workspace"
|
|
4147
4147
|
});
|
|
4148
4148
|
var successColorSchema = _default(colorSchema, "#45b27e");
|
|
@@ -4192,7 +4192,7 @@ var darkColorsSchema = object({
|
|
|
4192
4192
|
alternate: alternateColorSchema,
|
|
4193
4193
|
accent: accentColorSchema,
|
|
4194
4194
|
link: linkColorSchema,
|
|
4195
|
-
|
|
4195
|
+
discovery: discoveryColorSchema,
|
|
4196
4196
|
success: successColorSchema,
|
|
4197
4197
|
info: infoColorSchema,
|
|
4198
4198
|
debug: debugColorSchema,
|
|
@@ -4211,7 +4211,7 @@ var lightColorsSchema = object({
|
|
|
4211
4211
|
alternate: alternateColorSchema,
|
|
4212
4212
|
accent: accentColorSchema,
|
|
4213
4213
|
link: linkColorSchema,
|
|
4214
|
-
|
|
4214
|
+
discovery: discoveryColorSchema,
|
|
4215
4215
|
success: successColorSchema,
|
|
4216
4216
|
info: infoColorSchema,
|
|
4217
4217
|
debug: debugColorSchema,
|
|
@@ -4234,7 +4234,7 @@ var singleColorsSchema = object({
|
|
|
4234
4234
|
alternate: alternateColorSchema,
|
|
4235
4235
|
accent: accentColorSchema,
|
|
4236
4236
|
link: linkColorSchema,
|
|
4237
|
-
|
|
4237
|
+
discovery: discoveryColorSchema,
|
|
4238
4238
|
success: successColorSchema,
|
|
4239
4239
|
info: infoColorSchema,
|
|
4240
4240
|
debug: debugColorSchema,
|
|
@@ -4685,7 +4685,7 @@ var COLOR_KEYS = [
|
|
|
4685
4685
|
"accent",
|
|
4686
4686
|
"link",
|
|
4687
4687
|
"success",
|
|
4688
|
-
"
|
|
4688
|
+
"discovery",
|
|
4689
4689
|
"info",
|
|
4690
4690
|
"warning",
|
|
4691
4691
|
"danger",
|
|
@@ -5007,7 +5007,7 @@ var getSingleThemeColorsEnv = (prefix) => {
|
|
|
5007
5007
|
alternate: process.env[`${prefix}ALTERNATE`],
|
|
5008
5008
|
accent: process.env[`${prefix}ACCENT`],
|
|
5009
5009
|
link: process.env[`${prefix}LINK`],
|
|
5010
|
-
|
|
5010
|
+
discovery: process.env[`${prefix}DISCOVERY`],
|
|
5011
5011
|
success: process.env[`${prefix}SUCCESS`],
|
|
5012
5012
|
info: process.env[`${prefix}INFO`],
|
|
5013
5013
|
debug: process.env[`${prefix}DEBUG`],
|
|
@@ -5047,7 +5047,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
5047
5047
|
alternate: process.env[`${prefix}ALTERNATE`],
|
|
5048
5048
|
accent: process.env[`${prefix}ACCENT`],
|
|
5049
5049
|
link: process.env[`${prefix}LINK`],
|
|
5050
|
-
|
|
5050
|
+
discovery: process.env[`${prefix}DISCOVERY`],
|
|
5051
5051
|
success: process.env[`${prefix}SUCCESS`],
|
|
5052
5052
|
info: process.env[`${prefix}INFO`],
|
|
5053
5053
|
debug: process.env[`${prefix}DEBUG`],
|
|
@@ -5345,8 +5345,8 @@ var setSingleThemeColorsEnv = (prefix, config5) => {
|
|
|
5345
5345
|
if (config5.link) {
|
|
5346
5346
|
process.env[`${prefix}LINK`] = config5.link;
|
|
5347
5347
|
}
|
|
5348
|
-
if (config5.
|
|
5349
|
-
process.env[`${prefix}
|
|
5348
|
+
if (config5.discovery) {
|
|
5349
|
+
process.env[`${prefix}DISCOVERY`] = config5.discovery;
|
|
5350
5350
|
}
|
|
5351
5351
|
if (config5.success) {
|
|
5352
5352
|
process.env[`${prefix}SUCCESS`] = config5.success;
|
|
@@ -5406,8 +5406,8 @@ var setBaseThemeColorsEnv = (prefix, config5) => {
|
|
|
5406
5406
|
if (config5.link) {
|
|
5407
5407
|
process.env[`${prefix}LINK`] = config5.link;
|
|
5408
5408
|
}
|
|
5409
|
-
if (config5.
|
|
5410
|
-
process.env[`${prefix}
|
|
5409
|
+
if (config5.discovery) {
|
|
5410
|
+
process.env[`${prefix}DISCOVERY`] = config5.discovery;
|
|
5411
5411
|
}
|
|
5412
5412
|
if (config5.success) {
|
|
5413
5413
|
process.env[`${prefix}SUCCESS`] = config5.success;
|
|
@@ -5566,7 +5566,7 @@ init_esm_shims();
|
|
|
5566
5566
|
|
|
5567
5567
|
// ../eslint-plugin-banner/package.json
|
|
5568
5568
|
var package_default = {
|
|
5569
|
-
version: "0.0.
|
|
5569
|
+
version: "0.0.27"};
|
|
5570
5570
|
|
|
5571
5571
|
// ../eslint-plugin-banner/src/rules/banner.ts
|
|
5572
5572
|
init_esm_shims();
|
|
@@ -19466,7 +19466,7 @@ plugin3.configs = configs3;
|
|
|
19466
19466
|
|
|
19467
19467
|
// ../eslint-plugin-pnpm/package.json
|
|
19468
19468
|
var package_default2 = {
|
|
19469
|
-
version: "0.0.
|
|
19469
|
+
version: "0.0.25"};
|
|
19470
19470
|
|
|
19471
19471
|
// ../eslint-plugin-pnpm/src/plugin.ts
|
|
19472
19472
|
var plugin4 = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.170.
|
|
3
|
+
"version": "0.170.96",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"keywords": [
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
"@eslint/eslintrc": "^3.3.5",
|
|
142
142
|
"@eslint/markdown": "^6.6.0",
|
|
143
143
|
"@nx/eslint-plugin": "22.7.5",
|
|
144
|
-
"@storm-software/config": "1.
|
|
145
|
-
"@storm-software/config-tools": "1.190.
|
|
146
|
-
"@storm-software/package-constants": "0.1.
|
|
144
|
+
"@storm-software/config": "1.138.0",
|
|
145
|
+
"@storm-software/config-tools": "1.190.63",
|
|
146
|
+
"@storm-software/package-constants": "0.1.76",
|
|
147
147
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
148
148
|
"@typescript-eslint/eslint-plugin": "^8.61.0",
|
|
149
149
|
"@typescript-eslint/parser": "^8.61.0",
|
|
@@ -196,9 +196,9 @@
|
|
|
196
196
|
"@next/eslint-plugin-next": "^15.5.19",
|
|
197
197
|
"@nx/eslint": "22.7.5",
|
|
198
198
|
"@prettier/plugin-xml": "^3.4.2",
|
|
199
|
-
"@storm-software/eslint-plugin-banner": "0.0.
|
|
200
|
-
"@storm-software/eslint-plugin-pnpm": "0.0.
|
|
201
|
-
"@storm-software/eslint-plugin-tsdoc": "0.0.
|
|
199
|
+
"@storm-software/eslint-plugin-banner": "0.0.28",
|
|
200
|
+
"@storm-software/eslint-plugin-pnpm": "0.0.26",
|
|
201
|
+
"@storm-software/eslint-plugin-tsdoc": "0.0.26",
|
|
202
202
|
"@stylistic/eslint-plugin-migrate": "^4.4.1",
|
|
203
203
|
"@types/eslint": "^9.6.1",
|
|
204
204
|
"@types/eslint__js": "^8.42.3",
|
|
@@ -271,5 +271,5 @@
|
|
|
271
271
|
"zod": { "optional": true }
|
|
272
272
|
},
|
|
273
273
|
"publishConfig": { "access": "public" },
|
|
274
|
-
"gitHead": "
|
|
274
|
+
"gitHead": "2ec2f6450b4d2cbd7b9594af57afe02eedbbb128"
|
|
275
275
|
}
|