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 01533a8 commit 2a1458d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx-plugin/src/plugin/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable deprecation/deprecation,import/no-deprecated */
import type { CreateNodes, CreateNodesContext } from '@nx/devkit';
import type { CreateNodesResult } from 'nx/src/utils/nx-plugin';
import { PROJECT_JSON_FILE_NAME } from '../internal/constants';
Expand Down

0 comments on commit 2a1458d

Please sign in to comment.