Skip to content

Commit 93e20e8

Browse files
committed
refactor: fix lint
1 parent add0f3a commit 93e20e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
},
337337
"plugins": [
338338
{
339-
"plugin": "@code-pushup/nx-plugin"
339+
"plugin": "node_modules/@code-pushup/nx-plugin/src/index.js"
340340
},
341341
{
342342
"plugin": "@push-based/nx-verdaccio",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { NxPlugin } from '@nx/devkit';
1+
import type { NxPlugin } from '@nx/devkit';
22
import { createNodesV2 } from './plugin.js';
33

44
export { createNodes, createNodesV2 } from './plugin.js';

0 commit comments

Comments
 (0)