@adbayb/stack 2.38.0 → 2.38.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -58,7 +58,6 @@ export const config = createConfig({
58
58
  "unicorn/no-empty-file": "error",
59
59
  "unicorn/no-error-property-assignment": "error",
60
60
  "unicorn/no-for-loop": "error",
61
- "unicorn/no-global-object-property-assignment": "error",
62
61
  "unicorn/no-immediate-mutation": "error",
63
62
  "unicorn/no-incorrect-template-string-interpolation": "error",
64
63
  "unicorn/no-instanceof-array": "error",
@@ -79,7 +78,6 @@ export const config = createConfig({
79
78
  "unicorn/no-single-promise-in-promise-methods": "error",
80
79
  "unicorn/no-static-only-class": "error",
81
80
  "unicorn/no-subtraction-comparison": "error",
82
- "unicorn/no-top-level-side-effects": "error",
83
81
  "unicorn/no-typeof-undefined": "error",
84
82
  "unicorn/no-unnecessary-array-flat-depth": "error",
85
83
  "unicorn/no-unnecessary-array-splice-count": "error",
@@ -91,7 +89,6 @@ export const config = createConfig({
91
89
  "unicorn/no-unreadable-iife": "error",
92
90
  "unicorn/no-unreadable-object-destructuring": "error",
93
91
  "unicorn/no-unsafe-buffer-conversion": "error",
94
- "unicorn/no-unsafe-property-key": "error",
95
92
  "unicorn/no-unsafe-string-replacement": "error",
96
93
  "unicorn/no-unused-properties": "error",
97
94
  "unicorn/no-useless-boolean-cast": "error",
@@ -138,7 +135,6 @@ export const config = createConfig({
138
135
  "unicorn/prefer-import-meta-properties": "error",
139
136
  "unicorn/prefer-includes": "error",
140
137
  "unicorn/prefer-iterable-in-constructor": "error",
141
- "unicorn/prefer-iterator-to-array": "error",
142
138
  "unicorn/prefer-keyboard-event-key": "error",
143
139
  "unicorn/prefer-location-assign": "error",
144
140
  "unicorn/prefer-logical-operator-over-ternary": "error",
package/dist/index.js CHANGED
@@ -428,7 +428,7 @@ const PRESERVE_FILES = ["node_modules"];
428
428
 
429
429
  //#endregion
430
430
  //#region package.json
431
- var version = "2.38.0";
431
+ var version = "2.38.1";
432
432
 
433
433
  //#endregion
434
434
  //#region src/commands/create.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "2.38.0",
3
+ "version": "2.38.1",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "stack",