Skip to content

Commit

Permalink
Fix up source code
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 8, 2024
1 parent 855183b commit 0cc4ae7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/knip/src/plugins/moonrepo/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getDependenciesFromScripts, hasDependency } from '#p/util/plugin.js';
import type { EnablerPatterns } from '#p/types/config.js';
import type { IsPluginEnabled, Plugin, ResolveConfig } from '#p/types/plugins.js';
import { getDependenciesFromScripts, hasDependency } from '#p/util/plugin.js';
import type { MoonConfiguration } from './types.js';

// link to moonrepo docs: https://moonrepo.dev/docs
Expand Down
2 changes: 1 addition & 1 deletion packages/knip/test/cli-preprocessor.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os from 'node:os';
import { test } from 'bun:test';
import assert from 'node:assert/strict';
import os from 'node:os';
import { resolve } from '../src/util/path.js';
import { execFactory } from './helpers/exec.js';

Expand Down
4 changes: 2 additions & 2 deletions packages/knip/test/plugins/moonrepo.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from 'node:assert/strict';
import { test } from 'bun:test';
import assert from 'node:assert/strict';
import { main } from '../../src/index.js';
import { resolve, join } from '../../src/util/path.js';
import { join, resolve } from '../../src/util/path.js';
import baseArguments from '../helpers/baseArguments.js';
import baseCounters from '../helpers/baseCounters.js';

Expand Down

0 comments on commit 0cc4ae7

Please sign in to comment.