@xylabs/ts-scripts-yarn3 6.0.2 → 6.0.3

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.
@@ -2160,7 +2160,7 @@ function getFiles(dir, ignoreFolders) {
2160
2160
  });
2161
2161
  }
2162
2162
  __name(getFiles, "getFiles");
2163
- var packageLint = /* @__PURE__ */ __name(async (fix2 = false, verbose = false) => {
2163
+ var packageLint = /* @__PURE__ */ __name(async (fix2 = false, verbose = false, cache = true) => {
2164
2164
  const pkg = process.env.INIT_CWD;
2165
2165
  const configPath = await getRootESLintConfig();
2166
2166
  const { default: eslintConfig } = await import(configPath.href);
@@ -2179,7 +2179,8 @@ var packageLint = /* @__PURE__ */ __name(async (fix2 = false, verbose = false) =
2179
2179
  ...eslintConfig
2180
2180
  ],
2181
2181
  fix: fix2,
2182
- warnIgnored: false
2182
+ warnIgnored: false,
2183
+ cache
2183
2184
  });
2184
2185
  const files = getFiles(cwd4(), ignoreFolders);
2185
2186
  if (verbose) {