@ghettoddos/eslint-config 1.6.0 → 1.6.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -502,7 +502,7 @@ async function fsd(options = {}) {
502
502
  });
503
503
  }
504
504
  if (enableLayersSlices) {
505
- ensurePackages(["eslint-plugin-boundaries"]);
505
+ await ensurePackages(["eslint-plugin-boundaries"]);
506
506
  const [pluginBoundaries] = await Promise.all([interopDefault(import("eslint-plugin-boundaries"))]);
507
507
  configs$1.push({
508
508
  name: "fsd/layers-slices",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ghettoddos/eslint-config",
3
3
  "type": "module",
4
- "version": "1.6.0",
4
+ "version": "1.6.1",
5
5
  "description": "ghettoDdOS ESLint config",
6
6
  "author": "ghettoDdOS <pen.egor2002@gamil.com> (https://github.com/ghettoDdOS/)",
7
7
  "license": "MIT",