Skip to content

Commit 7361fc7

Browse files
committed
refactor: temporary ignore use of deprecated CreteNodes at nx/devkit
1 parent 01533a8 commit 7361fc7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/nx-plugin/src/plugin/plugin.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
import type { CreateNodes, CreateNodesContext } from '@nx/devkit';
2-
import type { CreateNodesResult } from 'nx/src/utils/nx-plugin';
1+
/* eslint-disable deprecation/deprecation,import/no-deprecated */
2+
import type {
3+
CreateNodes,
4+
CreateNodesContext,
5+
CreateNodesResult,
6+
} from '@nx/devkit';
37
import { PROJECT_JSON_FILE_NAME } from '../internal/constants';
48
import { createTargets } from './target/targets';
59
import type { CreateNodesOptions } from './types';

0 commit comments

Comments
 (0)