@adbayb/stack 2.40.0-next-14160b1 → 2.40.0-next-3d4724f

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.
@@ -278,6 +278,7 @@ const config = defineConfig({
278
278
  { allowErrorBoundary: true, allowJsxUtilityClass: true },
279
279
  ],
280
280
  "react/react-in-jsx-scope": "off",
281
+ "require-await": "off", // Already better covered by "typescript/require-await"
281
282
  "sort-imports": "off", // Already supported by ESLint Perfectionist
282
283
  "sort-keys": "off", // Already supported by ESLint Perfectionist
283
284
  "sort-vars": "off", // Already supported by ESLint Perfectionist
@@ -235,6 +235,7 @@ declare const config: {
235
235
  allowJsxUtilityClass: true;
236
236
  }];
237
237
  "react/react-in-jsx-scope": "off";
238
+ "require-await": "off";
238
239
  "sort-imports": "off";
239
240
  "sort-keys": "off";
240
241
  "sort-vars": "off";
@@ -286,6 +286,7 @@ const config = defineConfig({
286
286
  allowJsxUtilityClass: true
287
287
  }],
288
288
  "react/react-in-jsx-scope": "off",
289
+ "require-await": "off",
289
290
  "sort-imports": "off",
290
291
  "sort-keys": "off",
291
292
  "sort-vars": "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-14160b1";
445
+ var version = "2.40.0-next-3d4724f";
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-14160b1",
3
+ "version": "2.40.0-next-3d4724f",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "development",