Skip to content

Commit df60ab7

Browse files
committed
fix: lint issues
1 parent 3cc8269 commit df60ab7

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

packages/plugin-coverage/src/lib/nx/coverage-paths.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/// <reference types="vitest" />
2-
import {
3-
type ProjectConfiguration,
4-
type ProjectGraphProjectNode,
5-
type Tree,
2+
import type {
3+
ProjectConfiguration,
4+
ProjectGraphProjectNode,
5+
Tree,
66
} from '@nx/devkit';
77
import type { JestExecutorOptions } from '@nx/jest/src/executors/jest/schema';
88
import type { VitestExecutorOptions } from '@nx/vite/executors';

packages/plugin-eslint/src/lib/nx/find-all-projects.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { ui } from '@code-pushup/utils';
2-
import { stringifyError } from '@code-pushup/utils';
1+
import { stringifyError, ui } from '@code-pushup/utils';
32
import type { ESLintTarget } from '../config.js';
43
import { filterProjectGraph } from './filter-project-graph.js';
54
import { nxProjectsToConfig } from './projects-to-config.js';

0 commit comments

Comments
 (0)