Skip to content

Commit 516fd25

Browse files
committed
Move type import to the top
1 parent bde3fdb commit 516fd25

File tree

1 file changed

+2
-4
lines changed
  • v-next/hardhat/src/internal/cli

1 file changed

+2
-4
lines changed

Diff for: v-next/hardhat/src/internal/cli/main.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import type { ParameterValue } from "@nomicfoundation/hardhat-core/types/common";
12
import type {
23
GlobalArguments,
34
GlobalParameter,
@@ -17,10 +18,7 @@ import {
1718
buildGlobalParameterMap,
1819
resolvePluginList,
1920
} from "@nomicfoundation/hardhat-core";
20-
import {
21-
ParameterType,
22-
ParameterValue,
23-
} from "@nomicfoundation/hardhat-core/types/common";
21+
import { ParameterType } from "@nomicfoundation/hardhat-core/types/common";
2422
import {
2523
HardhatError,
2624
assertHardhatInvariant,

0 commit comments

Comments
 (0)