Skip to content

Commit 32499ab

Browse files
committed
chore: adjust project graph creation 4
1 parent 05891ea commit 32499ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-eslint/src/lib/nx/find-all-projects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async function resolveCachedProjectGraph() {
4747
* @param options.exclude - Array of project names to exclude from the ESLint configuration
4848
* @returns ESLint config and patterns, intended to be passed to {@link eslintPlugin}
4949
*/
50-
async function eslintConfigFromAllNxProjects(
50+
export async function eslintConfigFromAllNxProjects(
5151
options: { exclude?: string[] } = {},
5252
): Promise<ESLintTarget[]> {
5353
const projectGraph = await resolveCachedProjectGraph();

0 commit comments

Comments
 (0)