Skip to content

Commit c4c9f2a

Browse files
committed
fix(plugin-eslint): replace static @nx/devkit import
1 parent 6991c3d commit c4c9f2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/plugin-eslint/src/lib/nx/find-project-with-deps.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { logger } from '@nx/devkit';
2-
import { pluralizeToken } from '@code-pushup/utils';
1+
import { logger, pluralizeToken } from '@code-pushup/utils';
32
import type { ESLintTarget } from '../config.js';
43
import { formatMetaLog } from '../meta/format.js';
54
import { nxProjectsToConfig } from './projects-to-config.js';

0 commit comments

Comments
 (0)