We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05891ea commit 32499abCopy full SHA for 32499ab
packages/plugin-eslint/src/lib/nx/find-all-projects.ts
@@ -47,7 +47,7 @@ async function resolveCachedProjectGraph() {
47
* @param options.exclude - Array of project names to exclude from the ESLint configuration
48
* @returns ESLint config and patterns, intended to be passed to {@link eslintPlugin}
49
*/
50
-async function eslintConfigFromAllNxProjects(
+export async function eslintConfigFromAllNxProjects(
51
options: { exclude?: string[] } = {},
52
): Promise<ESLintTarget[]> {
53
const projectGraph = await resolveCachedProjectGraph();
0 commit comments