Skip to content

Commit

Permalink
refactor: temporary ignore use of deprecated CreteNodes at nx/devkit
Browse files Browse the repository at this point in the history
  • Loading branch information
vmasek committed Nov 25, 2024
1 parent bb7974d commit f2b418f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/nx-plugin/src/plugin/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import type { CreateNodes, CreateNodesContext } from '@nx/devkit';
import type { CreateNodesResult } from 'nx/src/utils/nx-plugin';
/* eslint-disable deprecation/deprecation,import/no-deprecated */
import type {
CreateNodes,
CreateNodesContext,
CreateNodesResult,
} from '@nx/devkit';
import { PROJECT_JSON_FILE_NAME } from '../internal/constants';
import { createTargets } from './target/targets';
import type { CreateNodesOptions } from './types';
Expand Down

0 comments on commit f2b418f

Please sign in to comment.