@adbayb/stack 2.40.0-next-6537284 → 2.40.0-next-5ef9eef

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.
@@ -263,6 +263,7 @@ const config = defineConfig({
263
263
  "sort-keys": "off", // Already supported by ESLint Perfectionist
264
264
  "sort-vars": "off", // Already supported by ESLint Perfectionist
265
265
  "strict-boolean-expressions": "off",
266
+ "typescript/ban-types": "off", // Deprecated
266
267
  "typescript/consistent-return": "off",
267
268
  "typescript/consistent-type-definitions": ["error", "type"],
268
269
  "typescript/explicit-function-return-type": "off",
@@ -182,6 +182,7 @@ declare const config: {
182
182
  "sort-keys": "off";
183
183
  "sort-vars": "off";
184
184
  "strict-boolean-expressions": "off";
185
+ "typescript/ban-types": "off";
185
186
  "typescript/consistent-return": "off";
186
187
  "typescript/consistent-type-definitions": ["error", "type"];
187
188
  "typescript/explicit-function-return-type": "off";
@@ -273,6 +273,7 @@ const config = defineConfig({
273
273
  "sort-keys": "off",
274
274
  "sort-vars": "off",
275
275
  "strict-boolean-expressions": "off",
276
+ "typescript/ban-types": "off",
276
277
  "typescript/consistent-return": "off",
277
278
  "typescript/consistent-type-definitions": ["error", "type"],
278
279
  "typescript/explicit-function-return-type": "off",
package/dist/index.js CHANGED
@@ -442,7 +442,7 @@ const PRESERVE_FILES = ["node_modules"];
442
442
 
443
443
  //#endregion
444
444
  //#region package.json
445
- var version = "2.40.0-next-6537284";
445
+ var version = "2.40.0-next-5ef9eef";
446
446
 
447
447
  //#endregion
448
448
  //#region src/commands/create.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "2.40.0-next-6537284",
3
+ "version": "2.40.0-next-5ef9eef",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "development",