@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.
- package/dist/index.js +1 -1
- 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