@lincy/eslint-config 4.3.0 → 4.3.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.cjs CHANGED
@@ -2104,7 +2104,7 @@ function lincy(options = {}, ...userConfigs) {
2104
2104
  }, {});
2105
2105
  if (Object.keys(fusedConfig).length)
2106
2106
  configs.push([fusedConfig]);
2107
- let pipeline = new import_eslint_flat_config_utils.FlatConfigPipeline();
2107
+ let pipeline = new import_eslint_flat_config_utils.FlatConfigComposer();
2108
2108
  pipeline = pipeline.append(
2109
2109
  ...configs,
2110
2110
  ...userConfigs