We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6991c3d commit c4c9f2aCopy full SHA for c4c9f2a
packages/plugin-eslint/src/lib/nx/find-project-with-deps.ts
@@ -1,5 +1,4 @@
1
-import { logger } from '@nx/devkit';
2
-import { pluralizeToken } from '@code-pushup/utils';
+import { logger, pluralizeToken } from '@code-pushup/utils';
3
import type { ESLintTarget } from '../config.js';
4
import { formatMetaLog } from '../meta/format.js';
5
import { nxProjectsToConfig } from './projects-to-config.js';
0 commit comments